projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a9551e9
)
[teletask] Fix test definition
author
Philipp Hagemeister
<phihag@phihag.de>
Sun, 1 Feb 2015 14:25:33 +0000
(15:25 +0100)
committer
Philipp Hagemeister
<phihag@phihag.de>
Sun, 1 Feb 2015 14:25:33 +0000
(15:25 +0100)
youtube_dl/extractor/teletask.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/teletask.py
b/youtube_dl/extractor/teletask.py
index e54145105f45d6b15345b47f101fe7f804ec174d..b9e2ef8cab9a0e3a63bf5a46baf2b70a39afa1cb 100644
(file)
--- 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(