The following is the data from a Wikisource page;-
{{:MediaWiki:Proofreadpage_index_template
|Type=book
|Title=மணி பல்லவம் 1
|Language=ta
|Author=நா. பார்த்தசாரதி
|Translator=
|Illustrator=
|Editor=
|Volumes=5
|School=
|Publisher=தமிழ்ப் புத்தகாலயம்
|Address=சென்னை
|Year=ஏழாம் பதிப்பு 2000
|Source=pdf
|Image=1
|Number of pages=295
|File size=19.88
|Category=
|Progress=C
|Pages=<pagelist
1=நூலட்டை
2= உரிமம்
4=பதிப்பு
|Remarks=மேம்படுத்திய உள்ளடக்கத்தரவு
1. இந்திர விழா 12
2. சக்கரவாளக் கோட்டம் 22
3. கதக்கண்ணன் வஞ்சினம் 26
|Width=
|Css=
|Header=
|Footer=
|Key=
|ISBN=
|OCLC=
|LCCN=
|BNF_ARK=
|ARC=
}}
I want to delete few specific data in between two parameters i.e., start from |Remarks= and |Width=. I tried by the following code but it deletes all the data after the parameter"|Remarks=" instead of i mentioned as above. How can i delete the data only in between the above said parameters?
My test code;-
#-*- coding: utf-8 -*-
import random, csv, time, subprocess, re, pywikibot
wikiPage1 = 'அட்டவணை:மணி பல்லவம் 1.pdf'
site = pywikibot.Site('ta', 'wikisource')
page1 = pywikibot.Page(site, wikiPage1)
res1 = re.sub(r'\|Remarks= *.*(?s)', '|Remarks=' , page1.text)
print(res1)
The comment is useful.when i clicked the useful comment is removed. why? Anyhow my recode is as follows;- The wiki page result is positive as needed. It going to help morethan 2000 books creation.Many thanks, brother. sorry i forget your name, excuse me.