fix parsing of URLs
This commit is contained in:
parent
27d666dfe1
commit
ce91c52912
3 changed files with 6 additions and 4 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue