[teletask] Fix test definition
authorPhilipp Hagemeister <phihag@phihag.de>
Sun, 1 Feb 2015 14:25:33 +0000 (15:25 +0100)
committerPhilipp Hagemeister <phihag@phihag.de>
Sun, 1 Feb 2015 14:25:33 +0000 (15:25 +0100)
youtube_dl/extractor/teletask.py

index e54145105f45d6b15345b47f101fe7f804ec174d..b9e2ef8cab9a0e3a63bf5a46baf2b70a39afa1cb 100644 (file)
@@ -11,6 +11,7 @@ class TeleTaskIE(InfoExtractor):
     _TEST = {
         'url': 'http://www.tele-task.de/archive/video/html5/26168/',
         'info_dict': {
+            'id': '26168',
             'title': 'Duplicate Detection',
         },
         'playlist': [{
@@ -34,7 +35,6 @@ class TeleTaskIE(InfoExtractor):
 
     def _real_extract(self, url):
         lecture_id = self._match_id(url)
-
         webpage = self._download_webpage(url, lecture_id)
 
         title = self._html_search_regex(