mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-06 21:17:06 +01:00
Revert "[southpark] add support for videos with english audio track"
This reverts commit 0c84002650
.
This commit is contained in:
parent
0c84002650
commit
c94c121a99
@ -78,10 +78,6 @@ class SouthParkDeIE(SouthParkIE):
|
||||
'only_matching': True,
|
||||
}]
|
||||
|
||||
def _real_initialize(self):
|
||||
lang = self._get_cookies('http://www.southpark.de/alle-episoden/').get('SPS_video_language')
|
||||
self._LANG = lang.value if lang else 'de'
|
||||
|
||||
|
||||
class SouthParkNlIE(SouthParkIE):
|
||||
IE_NAME = 'southpark.nl'
|
||||
|
Loading…
Reference in New Issue
Block a user