1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-05-19 11:39:28 +00:00

[southpark_de] Clean-up coding style

This commit is contained in:
Bastian Kern 2021-03-14 15:07:26 +01:00
parent 5e2839725f
commit 67d578b076
2 changed files with 5 additions and 3 deletions

View file

@ -89,6 +89,7 @@ class SouthParkDeIE(MTVServicesInfoExtractor):
'mgid': uri,
}
class SouthParkDeEnIE(SouthParkIE):
IE_NAME = 'southpark.de:en'
_VALID_URL = r'https?://(?:www\.)?(?P<url>southpark\.de/en/(?:video-clips|episodes|collections)/(?P<id>.+?)(\?|#|$))'
@ -124,6 +125,7 @@ class SouthParkDeEnIE(SouthParkIE):
'mgid': uri,
}
class SouthParkNlIE(SouthParkIE):
IE_NAME = 'southpark.nl'
_VALID_URL = r'https?://(?:www\.)?(?P<url>southpark\.nl/(?:clips|(?:full-)?episodes|collections)/(?P<id>.+?)(\?|#|$))'