mirror of
https://github.com/l1ving/youtube-dl
synced 2025-01-23 17:33:11 +08:00
Add test for the second id extractor
This commit is contained in:
parent
3f4fda53db
commit
dbe8b9f5ca
@ -389,6 +389,21 @@ class PBSIE(InfoExtractor):
|
|||||||
},
|
},
|
||||||
'expected_warnings': ['HTTP Error 403: Forbidden'],
|
'expected_warnings': ['HTTP Error 403: Forbidden'],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
# Test for the second id extractor
|
||||||
|
'url': 'https://player.pbs.org/partnerplayer/tOz9tM5ljOXQqIIWke53UA==/',
|
||||||
|
'info_dict': {
|
||||||
|
'id': '3011407934',
|
||||||
|
'ext': 'mp4',
|
||||||
|
'title': 'Stories from the Stage - Road Trip',
|
||||||
|
'duration': 1619,
|
||||||
|
'thumbnail': r're:^https?://.*\.JPG$',
|
||||||
|
},
|
||||||
|
'params': {
|
||||||
|
'skip_download': True,
|
||||||
|
},
|
||||||
|
'expected_warnings': ['HTTP Error 403: Forbidden'],
|
||||||
|
},
|
||||||
{
|
{
|
||||||
'url': 'http://player.pbs.org/widget/partnerplayer/2365297708/?start=0&end=0&chapterbar=false&endscreen=false&topbar=true',
|
'url': 'http://player.pbs.org/widget/partnerplayer/2365297708/?start=0&end=0&chapterbar=false&endscreen=false&topbar=true',
|
||||||
'only_matching': True,
|
'only_matching': True,
|
||||||
|
Loading…
Reference in New Issue
Block a user