Skip to content

Commit

Permalink
Internet Content: Correct blip.tv search URL
Browse files Browse the repository at this point in the history
Fixes #10619

Signed-off-by: Jonatan Lindblad <jlindblad@mythtv.org>
(cherry picked from commit a72b694)
  • Loading branch information
halovanic authored and natanojl committed Apr 22, 2012
1 parent 4637842 commit e12af86
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?q=%s;&page=%s;&pagelen=%s;&language_code=%s;&skin=rss"
self.config[u'urls'][u'video.search'] = "http://www.blip.tv/?search=%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 e12af86

Please sign in to comment.