diff options
author | remitamine <remitamine@gmail.com> | 2015-10-16 16:02:40 +0100 |
---|---|---|
committer | remitamine <remitamine@gmail.com> | 2015-10-16 16:02:40 +0100 |
commit | cce9d15d0115e8b4cd1f6e2a327b5e9dbdf0ee54 (patch) | |
tree | 87b7f61923ef22bcd4f85c54a55e928f77a966b6 /youtube_dl/extractor/teachingchannel.py | |
parent | dd414c970bcc493358ff6a76f6544a0417125594 (diff) |
[ooyala] extract domain,handle errors and change related tests
Diffstat (limited to 'youtube_dl/extractor/teachingchannel.py')
-rw-r--r-- | youtube_dl/extractor/teachingchannel.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/extractor/teachingchannel.py b/youtube_dl/extractor/teachingchannel.py index 117afa9bf..36a6fc679 100644 --- a/youtube_dl/extractor/teachingchannel.py +++ b/youtube_dl/extractor/teachingchannel.py @@ -16,6 +16,7 @@ class TeachingChannelIE(InfoExtractor): 'ext': 'mp4', 'title': 'A History of Teaming', 'description': 'md5:2a9033db8da81f2edffa4c99888140b3', + 'duration': 422255, }, 'params': { # m3u8 download |