projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2bcae58
)
[srmediathek] Correct IE_NAME/IE_DESC
author
Philipp Hagemeister
<phihag@phihag.de>
Sun, 26 Oct 2014 22:23:53 +0000
(23:23 +0100)
committer
Philipp Hagemeister
<phihag@phihag.de>
Sun, 26 Oct 2014 22:23:53 +0000
(23:23 +0100)
youtube_dl/extractor/srmediathek.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/srmediathek.py
b/youtube_dl/extractor/srmediathek.py
index 26bf9e34ca479a3e90c30b29093e9f5f34c65c67..d92d14d655e1a9ee07a5370f0d4ba15b6b65e648 100644
(file)
--- a/
youtube_dl/extractor/srmediathek.py
+++ b/
youtube_dl/extractor/srmediathek.py
@@
-8,7
+8,7
@@
from ..utils import js_to_json
class SRMediathekIE(InfoExtractor):
- IE_
NAME
= 'Süddeutscher Rundfunk'
+ IE_
DESC
= 'Süddeutscher Rundfunk'
_VALID_URL = r'https?://sr-mediathek\.sr-online\.de/index\.php\?.*?&id=(?P<id>[0-9]+)'
_TEST = {