projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0c84002
)
Revert "[southpark] add support for videos with english audio track"
author
Remita Amine
<remitamine@gmail.com>
Mon, 3 Jun 2019 23:37:58 +0000
(
00:37
+0100)
committer
Remita Amine
<remitamine@gmail.com>
Mon, 3 Jun 2019 23:37:58 +0000
(
00:37
+0100)
This reverts commit
0c84002650cf21f38685a7446cd4cdb0f963a412
.
youtube_dl/extractor/southpark.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/southpark.py
b/youtube_dl/extractor/southpark.py
index 5374c842386a3b0995e6d609a2ead93995a468dd..da75a43a730334e70f5725a1a41357810cf704de 100644
(file)
--- a/
youtube_dl/extractor/southpark.py
+++ b/
youtube_dl/extractor/southpark.py
@@
-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'