Skip to content

Commit

Permalink
Internet Content: Correct Blip.tv API URL.
Browse files Browse the repository at this point in the history
Seems that they changed things up, and I had misread the API URL.  Thanks to Kenni Lund for seeing where I had gone wrong.  Fixes #9724.
  • Loading branch information
Robert McNamara committed Apr 12, 2011
1 parent 4068639 commit 1cfcb2b
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -185,7 +185,7 @@ def __init__(self,
self.config[u'urls'] = {}

# v2 api calls - An example that must be customized for each target site
self.config[u'urls'][u'video.search'] = "http://www.blip.tv/search/view/?search=%s;&page=%s;&pagelen=%s;&language_code=%s;&skin=rss"
self.config[u'urls'][u'video.search'] = "http://www.blip.tv/search?q=%s;&page=%s;&pagelen=%s;&language_code=%s;&skin=rss"
self.config[u'urls'][u'categories'] = "http://www.blip.tv/?section=categories&cmd=view&skin=api"

self.config[u'image_extentions'] = ["png", "jpg", "bmp"] # Acceptable image extentions
Expand Down

0 comments on commit 1cfcb2b

Please sign in to comment.