This website works better with JavaScript.
Home
Help
Sign In
zolfa
/
youtube-dl
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
1.1k
Wiki
Activity
Browse Source
[southpark] Add tests for collections (
closes
#14803
)
master-ytdl-org
Sergey M․
7 years ago
parent
6289e07883
commit
99d6e696fc
No known key found for this signature in database
GPG Key ID:
2C393E0F18A9236D
1 changed files
with
9 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+9
-0
youtube_dl/extractor/southpark.py
+ 9
- 0
youtube_dl/extractor/southpark.py
View File
@ -20,6 +20,9 @@ class SouthParkIE(MTVServicesInfoExtractor):
'
timestamp
'
:
1112760000
,
'
upload_date
'
:
'
20050406
'
,
}
,
}
,
{
'
url
'
:
'
http://southpark.cc.com/collections/7758/fan-favorites/1
'
,
'
only_matching
'
:
True
,
}
]
@ -70,6 +73,9 @@ class SouthParkDeIE(SouthParkIE):
'
description
'
:
'
Kyle will mit seinem kleinen Bruder Ike Videospiele spielen. Als der nicht mehr mit ihm spielen will, hat Kyle Angst, dass er die Kids von heute nicht mehr versteht.
'
,
}
,
'
playlist_count
'
:
3
,
}
,
{
'
url
'
:
'
http://www.southpark.de/collections/2476/superhero-showdown/1
'
,
'
only_matching
'
:
True
,
}
]
@ -100,4 +106,7 @@ class SouthParkDkIE(SouthParkIE):
'
description
'
:
'
Butters is convinced he
\'
s living in a virtual reality.
'
,
}
,
'
playlist_mincount
'
:
3
,
}
,
{
'
url
'
:
'
http://www.southparkstudios.dk/collections/2476/superhero-showdown/1
'
,
'
only_matching
'
:
True
,
}
]
Write
Preview
Loading…
Cancel
Save