aniruddhay
16 years agoVisitor
picasa API returning URL in single quotes
Hello,
I am fairly new to ROKU development and have been trying some stuff with feeds. I used the 'DeviantArt' example and was trying to access the Picasa API. THe problem is that the picasa feed gives the urls in single quotes. Using it within the existing 'DeviantArt' code, it is causing syntax error as the variable url is expecting the value in double quots. IS there any thing I can do to work around this? Thanks in advance.
url = photo.GetURL()
photo.GetURL() returns the single quote enclosed urls form the feed.
I am fairly new to ROKU development and have been trying some stuff with feeds. I used the 'DeviantArt' example and was trying to access the Picasa API. THe problem is that the picasa feed gives the urls in single quotes. Using it within the existing 'DeviantArt' code, it is causing syntax error as the variable url is expecting the value in double quots. IS there any thing I can do to work around this? Thanks in advance.
url = photo.GetURL()
photo.GetURL() returns the single quote enclosed urls form the feed.