Is there a way I can use replace.py to replace an entire page with certain text? There are pages I need to remove for copyright reasons, and I can list them in a file (to call with "-file:pagelist.txt").
I tried using *, for the search text, with and without quotation marks, but it didn't work - the command I used was of this form:
$ python replace.py -regex "*" "{{XYZ}}" -file:filelist.txt
Thanks!