diff options
author | Sergey M․ <dstftw@gmail.com> | 2016-04-10 22:48:04 +0600 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2016-04-10 22:48:04 +0600 |
commit | d7eb052fa2ab26839b050a7c3fa3f8874d508a02 (patch) | |
tree | 48fd075b203a04d661a89654a02cf30cce6385d5 /youtube_dl | |
parent | a6d6722c8fc2174ce72ed462e649d397d1448a0a (diff) |
[screencastomatic] Add duration to test
Diffstat (limited to 'youtube_dl')
-rw-r--r-- | youtube_dl/extractor/screencastomatic.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/extractor/screencastomatic.py b/youtube_dl/extractor/screencastomatic.py index c08c89d94..7a88a42cd 100644 --- a/youtube_dl/extractor/screencastomatic.py +++ b/youtube_dl/extractor/screencastomatic.py @@ -16,6 +16,7 @@ class ScreencastOMaticIE(JWPlatformBaseIE): 'title': 'Welcome to 3-4 Philosophy @ DECV!', 'thumbnail': 're:^https?://.*\.jpg$', 'description': 'as the title says! also: some general info re 1) VCE philosophy and 2) distance learning.', + 'duration': 369.163, } } |