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/howcast.py | |
parent | dd414c970bcc493358ff6a76f6544a0417125594 (diff) |
[ooyala] extract domain,handle errors and change related tests
Diffstat (limited to 'youtube_dl/extractor/howcast.py')
-rw-r--r-- | youtube_dl/extractor/howcast.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/extractor/howcast.py b/youtube_dl/extractor/howcast.py index 16677f179..165b9f39e 100644 --- a/youtube_dl/extractor/howcast.py +++ b/youtube_dl/extractor/howcast.py @@ -16,6 +16,7 @@ class HowcastIE(InfoExtractor): 'description': 'md5:dbe792e5f6f1489027027bf2eba188a3', 'timestamp': 1276081287, 'upload_date': '20100609', + 'duration': 56823, }, 'params': { # m3u8 download |