View Single Post
Old 01-02-2011, 03:01 PM   #1
pheter
Junior Member
pheter began at the beginning.
 
Posts: 1
Karma: 10
Join Date: Jan 2011
Device: Amazon Kindle 3
How do I add things to the end of the URL

Hey guys, just joined the forums!

I'm making a custom recipe, and was wondering how to add words/etc. to the end of the URL that Calibre gets the posts from. More specifically, I'm trying to add "&viewall=true" so that the gallery on Wired.com will show up as a normal post. The code I'm currently using but (obviously) is not working is this:

Code:
def remove_gallery(self, url):
    return url + '&viewall=true'
Any help would be greatly appreciated!

-Peter
pheter is offline   Reply With Quote