projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
426ff04
)
Simplify EscapistIE
author
Philipp Hagemeister
<phihag@phihag.de>
Sun, 23 Jun 2013 19:06:49 +0000
(21:06 +0200)
committer
Philipp Hagemeister
<phihag@phihag.de>
Sun, 23 Jun 2013 19:06:49 +0000
(21:06 +0200)
youtube_dl/InfoExtractors.py
patch
|
blob
|
history
diff --git
a/youtube_dl/InfoExtractors.py
b/youtube_dl/InfoExtractors.py
index e650e7bcf2a5cdaa8b2e4a448e00f49311e78d74..6c75d84e5512fd15640f4664c68a865c954cce4b 100755
(executable)
--- a/
youtube_dl/InfoExtractors.py
+++ b/
youtube_dl/InfoExtractors.py
@@
-67,10
+67,7
@@
from .extractor.zdf import ZDFIE
class EscapistIE(InfoExtractor):
- """Information extractor for The Escapist """
-
_VALID_URL = r'^(https?://)?(www\.)?escapistmagazine\.com/videos/view/(?P<showname>[^/]+)/(?P<episode>[^/?]+)[/?]?.*$'
- IE_NAME = u'escapist'
def _real_extract(self, url):
mobj = re.match(self._VALID_URL, url)