[southpark_de] Clean-up coding style
This commit is contained in:
parent
5e2839725f
commit
67d578b076
|
@ -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>.+?)(\?|#|$))'
|
||||
|
|
Loading…
Reference in New Issue