URL encoding
This commit is contained in:
parent
bf47feeedb
commit
74639cb42a
@ -29,6 +29,11 @@ name = Category 'two' (from Site Without a Categorised Feed)
|
||||
# Here's a URL quoted version:
|
||||
filters = xpath_sifter.py?require=//atom%3Acategory%5B%40term%3D%27two%27%5D
|
||||
|
||||
# Here's a way to get the URL quoted version on the command line:
|
||||
# python -c "import urllib; print urllib.quote('STRING');"
|
||||
# eg
|
||||
# python -c "import urllib; print urllib.quote('atom:category[@term=\'two\']');"
|
||||
|
||||
### SECOND FEED: FILTER ON TITLE ###
|
||||
|
||||
# The verbose blogger whose feed is below blogs about many subjects but we are
|
||||
|
Loading…
x
Reference in New Issue
Block a user