do not use thumbnail_url anymore (closes #810), use set_empty_fields() method, do not give fields in constructor of BaseVideo anymore

This commit is contained in:
Romain Bignon 2012-03-12 17:05:55 +01:00
commit ef07a9e795
11 changed files with 79 additions and 66 deletions

View file

@ -47,7 +47,6 @@ class InaBackend(BaseBackend, ICapVideo):
return self.browser.search_videos(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: