From 21aaaaa56049f90ef9e11a3f51ab50cc93614041 Mon Sep 17 00:00:00 2001 From: Luca Cherubin Date: Mon, 30 Apr 2018 10:34:30 +0100 Subject: [PATCH] Reviews tests --- youtube_dl/extractor/frontendmaster.py | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/youtube_dl/extractor/frontendmaster.py b/youtube_dl/extractor/frontendmaster.py index 2ec4f6af5..b3bba6986 100644 --- a/youtube_dl/extractor/frontendmaster.py +++ b/youtube_dl/extractor/frontendmaster.py @@ -109,7 +109,8 @@ class FrontEndMasterIE(FrontEndMasterBaseIE): 'info_dict': { 'id': 'introduction', 'title': 'Introduction', - 'display_id': 'javascript-basics', + 'display_id': 'introduction', + 'description': 'md5:319818bc390d42f937399befeedf7947', 'ext': 'mp4' }, 'skip': 'Requires FrontendMasters account credentials' @@ -250,10 +251,12 @@ class FrontEndMasterCourseIE(FrontEndMasterBaseIE): _TEST = { 'url': 'https://frontendmasters.com/courses/javascript-basics/', 'info_dict': { - 'id': 'content-strategy', + 'id': 'javascript-basics', 'title': 'Introduction to JavaScript Programming', + 'description': 'md5:269412fbb76d86954761599ad8e4cbc9' }, 'playlist_count': 19, + 'skip': 'Requires FrontendMasters account credentials' } def _real_extract(self, url):