diff --git a/test/test_download.py b/test/test_download.py index 14ac511d2..f1bccf58c 100644 --- a/test/test_download.py +++ b/test/test_download.py @@ -98,7 +98,7 @@ def generator(test_case): for tc in test_cases: if not test_case.get('params', {}).get('skip_download', False): - self.assertTrue(os.path.exists(tc['file'])) + self.assertTrue(os.path.exists(tc['file']), msg='Missing file ' + tc['file']) self.assertTrue(tc['file'] in finished_hook_called) self.assertTrue(os.path.exists(tc['file'] + '.info.json')) if 'md5' in tc: diff --git a/test/tests.json b/test/tests.json index a06266689..8fda1f1a9 100644 --- a/test/tests.json +++ b/test/tests.json @@ -181,37 +181,12 @@ }, { "name": "ComedyCentral", - "url": "http://www.thedailyshow.com/full-episodes/thu-december-13-2012-kristen-stewart", - "playlist": [ - { - "file": "422204.mp4", - "md5": "7a7abe068b31ff03e7b8a37596e72380", - "info_dict": { - "title": "thedailyshow-thu-december-13-2012-kristen-stewart part 1" - } - }, - { - "file": "422205.mp4", - "md5": "30552b7274c94dbb933f64600eadddd2", - "info_dict": { - "title": "thedailyshow-thu-december-13-2012-kristen-stewart part 2" - } - }, - { - "file": "422206.mp4", - "md5": "1f4c0664b352cb8e8fe85d5da4fbee91", - "info_dict": { - "title": "thedailyshow-thu-december-13-2012-kristen-stewart part 3" - } - }, - { - "file": "422207.mp4", - "md5": "f61ee8a4e6bd1308438e03badad78554", - "info_dict": { - "title": "thedailyshow-thu-december-13-2012-kristen-stewart part 4" - } - } - ] + "url": "http://www.thedailyshow.com/watch/thu-december-13-2012/kristen-stewart", + "file": "422212.mp4", + "md5": "4e2f5cb088a83cd8cdb7756132f9739d", + "info_dict": { + "title": "thedailyshow-kristen-stewart part 1" + } }, { "name": "RBMARadio",