projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
67035ed
)
Fix escapist URL match
author
Philipp Hagemeister
<phihag@phihag.de>
Thu, 15 Sep 2011 18:25:22 +0000
(20:25 +0200)
committer
Philipp Hagemeister
<phihag@phihag.de>
Thu, 15 Sep 2011 18:25:22 +0000
(20:25 +0200)
youtube-dl
patch
|
blob
|
history
diff --git
a/youtube-dl
b/youtube-dl
index 1d7087a34f7ad81f3363659893d022d62c39d3be..8b525e7d36396466a4780969d4ee47088f111fe7 100755
(executable)
--- a/
youtube-dl
+++ b/
youtube-dl
@@
-3175,7
+3175,7
@@
class ComedyCentralIE(InfoExtractor):
class EscapistIE(InfoExtractor):
"""Information extractor for The Escapist """
- _VALID_URL = r'^(https?://)?(www\.)
escapistmagazine.com/videos/view/(?P<showname>[^/]+)/(?P<episode>[^/?]+)[/?]
.*$'
+ _VALID_URL = r'^(https?://)?(www\.)
?escapistmagazine.com/videos/view/(?P<showname>[^/]+)/(?P<episode>[^/?]+)[/?]?
.*$'
IE_NAME = u'escapist'
def report_extraction(self, showName):