From e81883151f2db15919d4cc3d2d31bbcd8d0c5e87 Mon Sep 17 00:00:00 2001 From: P4NZ3RAG Date: Thu, 2 Apr 2020 20:30:02 +0200 Subject: [PATCH] Update udemy.py changed location of new test --- youtube_dl/extractor/udemy.py | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/youtube_dl/extractor/udemy.py b/youtube_dl/extractor/udemy.py index dcada6ced..dc85f1340 100644 --- a/youtube_dl/extractor/udemy.py +++ b/youtube_dl/extractor/udemy.py @@ -42,16 +42,6 @@ class UdemyIE(InfoExtractor): _NETRC_MACHINE = 'udemy' _TESTS = [{ - 'url': 'https://www.udemy.com/course/create-a-members-only-blog-using-php-mysql-ajax/learn/lecture/15352006', - 'note': 'test for updated URL', - 'info_dict': { - 'id': '18827058', - 'ext': 'mp4', - 'title': 'Introduction & Overview', - 'duration': 407.37, - }, - 'skip': 'Requires udemy account credentials', - },{ 'url': 'https://www.udemy.com/java-tutorial/#/lecture/172757', 'md5': '98eda5b657e752cf945d8445e261b5c5', 'info_dict': { @@ -62,6 +52,16 @@ class UdemyIE(InfoExtractor): 'duration': 579.29, }, 'skip': 'Requires udemy account credentials', + }, { + 'url': 'https://www.udemy.com/course/create-a-members-only-blog-using-php-mysql-ajax/learn/lecture/15352006', + 'note': 'test for updated URL', + 'info_dict': { + 'id': '18827058', + 'ext': 'mp4', + 'title': 'Introduction & Overview', + 'duration': 407.37, + }, + 'skip': 'Requires udemy account credentials', }, { # new URL schema 'url': 'https://www.udemy.com/electric-bass-right-from-the-start/learn/v4/t/lecture/4580906',