Kodi Community Forum

Full Version: Scraper: Base64 encode for query string
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi guys,
I'm approaching to the xbmc development and I want to make a new scraper for the Tv Series.

Unfortunately the website that i want to scrape uses a base64 encoded string as query string.

For example, i I search for "Lost" I get this url:
http://myscrapesite.com/search.php?q=bG9zdA==

where "bG9zdA==" is "Lost" encoded in base64.

There is a way to pass a base64 encoded value to the rss?
scraper? script? plugin?
Scraper...
rite'o. now that we are in the correct room

currently, no. but it could be easily added.
i have done a diff in the blind (as in i cant be arsed to test it) available at http://trac.xbmc.org/ticket/6101

see if that scratches your itch
Omg... spiff, thank you.
Now I understand how xbmc is soo perfect!
the nice thing about a base64 function is you can use phproxy for retrieving info from your website
example http://www.c-h-o-c-o-l-a-t-e.info/index....Tg%3D&hl=0
this is http://forum.xbmc.org/showthread.php?p=299404
re-bump, just in case Spiff forget this one after the lightning strike.
Tnx in advance Smile