Le vendredi 07 juillet 2006 à 19:34 +0200, Frédéric Leroy a écrit :
> I'm new to plucker and I have the same problem (unter linux).
> 
> How do I convert utf8 grabbed page to another charset ?
> 
> --filter doesn't work with version 1.8
I patched Spider.py to make --filter works. It's already in CVS, but if
it can help somebody ;)
And I opened a new bug in Ubuntu dapper also ...

--- /usr/lib/python2.4/site-packages/PyPlucker/Spider.py
2006-01-16 07:19:33.000000000 +0100
+++ Spider.py   2006-07-13 17:11:44.000000000 +0200
@@ -1395,7 +1395,7 @@
                                         "status-file=", "version",
                                         "tables", "depth-first",
"http-proxy=",
                                         "http-proxy-user=",
"http-proxy-pass=",
-                                        "fragments=", "creator-id=",
+                                        "fragments=", "creator-id=",
"filter=",
                                         "bookmarks="])
         if args:
             # usage ("Only options are allowed as arguments.")

_______________________________________________
plucker-list mailing list
[email protected]
http://lists.rubberchicken.org/mailman/listinfo/plucker-list

Reply via email to