about summary refs log tree commit diff
path: root/youtube_dl/extractor/screencastomatic.py
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2016-04-10 22:48:04 +0600
committerSergey M․ <dstftw@gmail.com>2016-04-10 22:48:04 +0600
commitd7eb052fa2ab26839b050a7c3fa3f8874d508a02 (patch)
tree48fd075b203a04d661a89654a02cf30cce6385d5 /youtube_dl/extractor/screencastomatic.py
parenta6d6722c8fc2174ce72ed462e649d397d1448a0a (diff)
downloadyoutube-dl-d7eb052fa2ab26839b050a7c3fa3f8874d508a02.tar.gz
youtube-dl-d7eb052fa2ab26839b050a7c3fa3f8874d508a02.tar.xz
youtube-dl-d7eb052fa2ab26839b050a7c3fa3f8874d508a02.zip
[screencastomatic] Add duration to test
Diffstat (limited to 'youtube_dl/extractor/screencastomatic.py')
-rw-r--r--youtube_dl/extractor/screencastomatic.py1
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,
         }
     }