Hi,
Does anybody know how to determine if a wiki page is a redirectpage
using the wikipedia-scripts? It must be something like
if IsRedirectPage() == False:
text_file.write("\n")
But I cannot seem to get it working.
thnx
Ruud
--
http://mail.python.org/mailman/listinfo/python-list
ruud habets schreef:
> Hi,
>
> Does anybody know how to determine if a wiki page is a redirectpage
> using the wikipedia-scripts? It must be something like
>
> if IsRedirectPage() == False:
>text_file.write("\n")
>
> But I cannot seem to get it wor