Vituzzu created this task.
Vituzzu added a subscriber: Vituzzu.
Vituzzu added a project: pywikibot-core.
Herald added subscribers: pywikibot-bugs-list, Aklapper.

TASK DESCRIPTION
  Dunno if there's something wrong with what I'm trying to do but:
  python pwb.py scripts/listpages.py -catr:"Grecia" -format:'{page.title}' > 
grecia.txt    correctly fills grecia.txt with lots of pages
  python pwb.py scripts/listpages.py -catr:"Città_dell'antica_Grecia" 
-format:'{page.title}' correctly fills my stdout with lots of lines
  python pwb.py scripts/listpages.py -catr:"Città_dell'antica_Grecia" 
-format:'{page.title}' > grecia.txt gives me a "0 pages found"
  python pwb.py scripts/listpages.py -catr:"Città_dell%27antica_Grecia" 
-format:'{page.title}' > grecia.txt gives me no results too
  I tried breaking the commands with --- but it didn't work.

TASK DETAIL
  https://phabricator.wikimedia.org/T107512

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Vituzzu
Cc: Aklapper, Vituzzu, pywikibot-bugs-list, jayvdb, Malyacko, P.Copp



_______________________________________________
pywikibot-bugs mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/pywikibot-bugs

Reply via email to