diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/test_download.py | 1 | ||||
-rw-r--r-- | test/tests.json | 14 |
2 files changed, 13 insertions, 2 deletions
diff --git a/test/test_download.py b/test/test_download.py index 59a6e1498..e3513efba 100644 --- a/test/test_download.py +++ b/test/test_download.py @@ -58,6 +58,7 @@ with io.open(PARAMETERS_FILE, encoding='utf-8') as pf: class TestDownload(unittest.TestCase): + maxDiff = None def setUp(self): self.parameters = parameters self.defs = defs diff --git a/test/tests.json b/test/tests.json index 0c94c65bd..7808a07de 100644 --- a/test/tests.json +++ b/test/tests.json @@ -76,8 +76,7 @@ "name": "StanfordOpenClassroom", "md5": "544a9468546059d4e80d76265b0443b8", "url": "http://openclassroom.stanford.edu/MainFolder/VideoPage.php?course=PracticalUnix&video=intro-environment&speed=100", - "file": "PracticalUnix_intro-environment.mp4", - "skip": "Currently offline" + "file": "PracticalUnix_intro-environment.mp4" }, { "name": "XNXX", @@ -328,5 +327,16 @@ "info_dict": { "title": "Video: KO Of The Week: MMA Fighter Gets Knocked Out By Swift Head Kick! " } + }, + { + "name": "ARD", + "url": "http://www.ardmediathek.de/das-erste/tagesschau-in-100-sek?documentId=14077640", + "file": "14077640.mp4", + "md5": "6ca8824255460c787376353f9e20bbd8", + "info_dict": { + "title": "11.04.2013 09:23 Uhr - Tagesschau in 100 Sekunden" + }, + "skip": "Requires rtmpdump" } + ] |