fix parsing of URLs

This commit is contained in:
Romain Bignon 2012-01-31 18:08:09 +01:00
commit ce91c52912
3 changed files with 6 additions and 4 deletions

View file

@ -47,6 +47,7 @@ class InaBackend(BaseBackend, ICapVideo):
return self.browser.iter_search_results(pattern)
def fill_video(self, video, fields):
return video
if fields != ['thumbnail']:
# if we don't want only the thumbnail, we probably want also every fields
with self.browser: