projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
163e836
)
[orf:fm4] Extend _VALID_URL (Closes #8234)
author
Sergey M․
<dstftw@gmail.com>
Thu, 14 Jan 2016 16:07:42 +0000
(22:07 +0600)
committer
Sergey M․
<dstftw@gmail.com>
Thu, 14 Jan 2016 16:07:42 +0000
(22:07 +0600)
youtube_dl/extractor/orf.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/orf.py
b/youtube_dl/extractor/orf.py
index 2e6c9872b5d251be4eb3c61addab113aad4d2416..da598e7f720b2f61f75902d30b3e8bc249c85865 100644
(file)
--- a/
youtube_dl/extractor/orf.py
+++ b/
youtube_dl/extractor/orf.py
@@
-170,7
+170,7
@@
class ORFOE1IE(InfoExtractor):
class ORFFM4IE(InfoExtractor):
IE_NAME = 'orf:fm4'
IE_DESC = 'radio FM4'
- _VALID_URL = r'http://fm4\.orf\.at/
7tage/?#
(?P<date>[0-9]+)/(?P<show>\w+)'
+ _VALID_URL = r'http://fm4\.orf\.at/
(?:7tage/?#|player/)
(?P<date>[0-9]+)/(?P<show>\w+)'
def _real_extract(self, url):
mobj = re.match(self._VALID_URL, url)