[francetelevisions] fix bug while getting video from some url

This commit is contained in:
Bezleputh 2015-09-09 10:10:24 +02:00
commit a1ccdc9d7a
2 changed files with 2 additions and 2 deletions

View file

@ -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',))