[francetelevisions] fix bug while getting video from some url
This commit is contained in:
parent
ef12721808
commit
a1ccdc9d7a
2 changed files with 2 additions and 2 deletions
|
|
@ -26,7 +26,7 @@ class PluzzTest(BackendTest):
|
|||
|
||||
def test_search(self):
|
||||
# If the test fails, it might be good news!
|
||||
l = list(self.backend.search_videos("onpc"))
|
||||
l = list(self.backend.search_videos("pblv"))
|
||||
self.assertTrue(len(l) > 0)
|
||||
v = l[0]
|
||||
self.backend.fillobj(v, ('url',))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue