projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd6fb00
)
[muenchentv] Fix extraction (Closes #10313)
author
Sergey M․
<dstftw@gmail.com>
Sat, 13 Aug 2016 07:28:44 +0000
(14:28 +0700)
committer
Sergey M․
<dstftw@gmail.com>
Sat, 13 Aug 2016 07:28:44 +0000
(14:28 +0700)
youtube_dl/extractor/muenchentv.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/muenchentv.py
b/youtube_dl/extractor/muenchentv.py
index b4e8ad17e9003940e5753349e30b4857c4c8aa6a..d9f17613633d245283f5f5745acca2feb273cbf5 100644
(file)
--- a/
youtube_dl/extractor/muenchentv.py
+++ b/
youtube_dl/extractor/muenchentv.py
@@
-36,7
+36,7
@@
class MuenchenTVIE(InfoExtractor):
title = self._live_title(self._og_search_title(webpage))
data_js = self._search_regex(
- r'(?s)\nplaylist:\s*(\[.*?}\]),
related:
',
+ r'(?s)\nplaylist:\s*(\[.*?}\]),',
webpage, 'playlist configuration')
data_json = js_to_json(data_js)
data = json.loads(data_json)[0]