projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e416042
)
[zdf:channel] Relax _VALID_URL
author
Sergey M․
<dstftw@gmail.com>
Thu, 24 Dec 2015 14:42:29 +0000
(20:42 +0600)
committer
Sergey M․
<dstftw@gmail.com>
Thu, 24 Dec 2015 14:42:29 +0000
(20:42 +0600)
youtube_dl/extractor/zdf.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/zdf.py
b/youtube_dl/extractor/zdf.py
index b581813d6fbabab031a01520bdc3aae9ed2304fa..d852ffd07b1c42a8e30b26272f5b7ae45625a23e 100644
(file)
--- a/
youtube_dl/extractor/zdf.py
+++ b/
youtube_dl/extractor/zdf.py
@@
-131,7
+131,7
@@
class ZDFIE(InfoExtractor):
class ZDFChannelIE(InfoExtractor):
- _VALID_URL = r'(?:zdf:topic:|https?://www\.zdf\.de/ZDFmediathek(?:#)?/.*kanaluebersicht/(?:
(?:aktuellste|meist-gesehen)
/)?)(?P<id>[0-9]+)'
+ _VALID_URL = r'(?:zdf:topic:|https?://www\.zdf\.de/ZDFmediathek(?:#)?/.*kanaluebersicht/(?:
[^/]+
/)?)(?P<id>[0-9]+)'
_TEST = {
'url': 'http://www.zdf.de/ZDFmediathek#/kanaluebersicht/1586442/sendung/Titanic',
'info_dict': {