From 654bd52f5847dc3f1604611f7f1ca3beafee7046 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Sun, 1 Feb 2015 15:25:33 +0100 Subject: [PATCH] [teletask] Fix test definition --- youtube_dl/extractor/teletask.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/youtube_dl/extractor/teletask.py b/youtube_dl/extractor/teletask.py index e54145105..b9e2ef8ca 100644 --- a/youtube_dl/extractor/teletask.py +++ b/youtube_dl/extractor/teletask.py @@ -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(