youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit d7eb052fa2ab26839b050a7c3fa3f8874d508a02
parent a6d6722c8fc2174ce72ed462e649d397d1448a0a
Author: Sergey M․ <dstftw@gmail.com>
Date:   Sun, 10 Apr 2016 22:48:04 +0600

[screencastomatic] Add duration to test

Diffstat:
Myoutube_dl/extractor/screencastomatic.py | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git 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, } }