mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-11-26 04:02:11 +00:00
[prosiebensat1] Clarify test purpose
This commit is contained in:
parent
31c746e5dc
commit
ab9b890b52
1 changed files with 5 additions and 0 deletions
|
@ -22,6 +22,11 @@ class ProSiebenSat1IE(InfoExtractor):
|
||||||
|
|
||||||
_TESTS = [
|
_TESTS = [
|
||||||
{
|
{
|
||||||
|
# Tests changes introduced in https://github.com/rg3/youtube-dl/pull/6242
|
||||||
|
# in response to fixing https://github.com/rg3/youtube-dl/issues/6215:
|
||||||
|
# - malformed f4m manifest support
|
||||||
|
# - proper handling of URLs starting with `https?://` in 2.0 manifests
|
||||||
|
# - recursive child f4m manifests extraction
|
||||||
'url': 'http://www.prosieben.de/tv/circus-halligalli/videos/218-staffel-2-episode-18-jahresrueckblick-ganze-folge',
|
'url': 'http://www.prosieben.de/tv/circus-halligalli/videos/218-staffel-2-episode-18-jahresrueckblick-ganze-folge',
|
||||||
'info_dict': {
|
'info_dict': {
|
||||||
'id': '2104602',
|
'id': '2104602',
|
||||||
|
|
Loading…
Reference in a new issue