[Pywikipedia-l] SVN: [5487] trunk/pywikipedia/add_text.py
filnik at svn.wikimedia.org
filnik at svn.wikimedia.org
Sat May 31 19:16:48 UTC 2008
Revision: 5487
Author: filnik
Date: 2008-05-31 19:16:48 +0000 (Sat, 31 May 2008)
Log Message:
-----------
The regex as example currently doesn't work, fixing it
Modified Paths:
--------------
trunk/pywikipedia/add_text.py
Modified: trunk/pywikipedia/add_text.py
===================================================================
--- trunk/pywikipedia/add_text.py 2008-05-31 19:06:30 UTC (rev 5486)
+++ trunk/pywikipedia/add_text.py 2008-05-31 19:16:48 UTC (rev 5487)
@@ -27,7 +27,7 @@
# Command used on it.wikipedia to put the template in the page without any category.
# But warning! Put it in a line, otherwise it won't work correctly.
-python add_text.py -excepturl:"<p class='catlinks'>" -uncat -text:"{{Categorizzare}}"
+python add_text.py -excepturl:"class='catlinks'>" -uncat -text:"{{Categorizzare}}"
-except:"\{\{([Tt]emplate:|)[Cc]ategorizzare" -summary:"Bot: Aggiungo template Categorizzare"
--- Credits and Help ---
More information about the Pywikipedia-l
mailing list