diff options
author | remitamine <remitamine@gmail.com> | 2015-12-04 08:23:21 +0100 |
---|---|---|
committer | remitamine <remitamine@gmail.com> | 2015-12-04 08:23:21 +0100 |
commit | c3d3110f6a4b769e1ddb5532ac61f3da419ebd07 (patch) | |
tree | 908e2dfec70acd00abed79e5663c6f323d78c255 /youtube_dl/extractor/howcast.py | |
parent | 79ec00276cc0b3ce49aed5f451b99abf68a7fd93 (diff) | |
parent | cce9d15d0115e8b4cd1f6e2a327b5e9dbdf0ee54 (diff) |
Merge pull request #7185 from remitamine/ooyala
[ooyala] extract more formats and metadata
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 |