Просмотр исходного кода

[screencastomatic] Add duration to test

Sergey M․ 9 лет назад
Родитель
Сommit
d7eb052fa2
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      youtube_dl/extractor/screencastomatic.py

+ 1 - 0
youtube_dl/extractor/screencastomatic.py

@@ -16,6 +16,7 @@ class ScreencastOMaticIE(JWPlatformBaseIE):
             'title': 'Welcome to 3-4 Philosophy @ DECV!',
             'title': 'Welcome to 3-4 Philosophy @ DECV!',
             'thumbnail': 're:^https?://.*\.jpg$',
             'thumbnail': 're:^https?://.*\.jpg$',
             'description': 'as the title says! also: some general info re 1) VCE philosophy and 2) distance learning.',
             'description': 'as the title says! also: some general info re 1) VCE philosophy and 2) distance learning.',
+            'duration': 369.163,
         }
         }
     }
     }