mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-13 04:33:07 +00:00
[SouthparkDE] regex and tests
This commit is contained in:
parent
320724f964
commit
bc887cdd01
@ -44,37 +44,17 @@ class SouthParkEsIE(SouthParkIE):
|
|||||||
|
|
||||||
class SouthParkDeIE(SouthParkIE):
|
class SouthParkDeIE(SouthParkIE):
|
||||||
IE_NAME = 'southpark.de'
|
IE_NAME = 'southpark.de'
|
||||||
_VALID_URL = r'https?://(?:www\.)?(?P<url>southpark\.de/(?:clips|alle-episoden|collections|folgen)/(?P<id>(?P<unique_id>.+?)/.+?)(?:\?|#|$))'
|
_VALID_URL = r'https?://(?:www\.)?(?P<url>southpark\.de/(?:videoclip|collections|folgen)/(?P<id>(?P<unique_id>.+?)/.+?)(?:\?|#|$))'
|
||||||
# _FEED_URL = 'http://feeds.mtvnservices.com/od/feed/intl-mrss-player-feed'
|
# _FEED_URL = 'http://feeds.mtvnservices.com/od/feed/intl-mrss-player-feed'
|
||||||
|
|
||||||
_TESTS = [{
|
_TESTS = [{
|
||||||
'url': 'http://www.southpark.de/clips/uygssh/the-government-wont-respect-my-privacy#tab=featured',
|
'url': 'https://www.southpark.de/videoclip/rsribv/south-park-rueckzug-zum-gummibonbon-wald',
|
||||||
'info_dict': {
|
'only_matching': True,
|
||||||
'id': '85487c96-b3b9-4e39-9127-ad88583d9bf2',
|
|
||||||
'ext': 'mp4',
|
|
||||||
'title': 'South Park|The Government Won\'t Respect My Privacy',
|
|
||||||
'description': 'Cartman explains the benefits of "Shitter" to Stan, Kyle and Craig.',
|
|
||||||
'timestamp': 1380160800,
|
|
||||||
'upload_date': '20130926',
|
|
||||||
},
|
|
||||||
}, {
|
}, {
|
||||||
# non-ASCII characters in initial URL
|
'url': 'https://www.southpark.de/folgen/jiru42/south-park-verkabelung-staffel-23-ep-9',
|
||||||
'url': 'http://www.southpark.de/alle-episoden/s18e09-hashtag-aufwärmen',
|
'only_matching': True,
|
||||||
'info_dict': {
|
|
||||||
'title': 'Hashtag „Aufwärmen“',
|
|
||||||
'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,
|
|
||||||
}, {
|
}, {
|
||||||
# non-ASCII characters in redirect URL
|
'url': 'https://www.southpark.de/collections/zzno5a/south-park-good-eats/7q26gp',
|
||||||
'url': 'http://www.southpark.de/alle-episoden/s18e09',
|
|
||||||
'info_dict': {
|
|
||||||
'title': 'Hashtag „Aufwärmen“',
|
|
||||||
'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,
|
'only_matching': True,
|
||||||
}]
|
}]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user