mirror of
https://github.com/l1ving/youtube-dl
synced 2025-03-09 08:57:17 +08:00
Added new Test in udemy.py
This commit is contained in:
parent
4fce559cfa
commit
1ee7a9ab9a
6564
cookies.txt
Normal file
6564
cookies.txt
Normal file
File diff suppressed because it is too large
Load Diff
@ -42,6 +42,16 @@ class UdemyIE(InfoExtractor):
|
|||||||
_NETRC_MACHINE = 'udemy'
|
_NETRC_MACHINE = 'udemy'
|
||||||
|
|
||||||
_TESTS = [{
|
_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',
|
'url': 'https://www.udemy.com/java-tutorial/#/lecture/172757',
|
||||||
'md5': '98eda5b657e752cf945d8445e261b5c5',
|
'md5': '98eda5b657e752cf945d8445e261b5c5',
|
||||||
'info_dict': {
|
'info_dict': {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user