projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4fcca4b
)
Better name for InfoQ IE
author
Philipp Hagemeister
<phihag@phihag.de>
Tue, 1 Jan 2013 20:10:45 +0000
(21:10 +0100)
committer
Philipp Hagemeister
<phihag@phihag.de>
Tue, 1 Jan 2013 20:10:45 +0000
(21:10 +0100)
youtube_dl/InfoExtractors.py
patch
|
blob
|
history
diff --git
a/youtube_dl/InfoExtractors.py
b/youtube_dl/InfoExtractors.py
index b18a0ba6b47e33058d1fa0ce149649345d955171..f8521e407b3f8d21840a461afea7ab023a5e25dd 100755
(executable)
--- a/
youtube_dl/InfoExtractors.py
+++ b/
youtube_dl/InfoExtractors.py
@@
-2821,9
+2821,7
@@
class SoundcloudIE(InfoExtractor):
class InfoQIE(InfoExtractor):
"""Information extractor for infoq.com"""
-
_VALID_URL = r'^(?:https?://)?(?:www\.)?infoq\.com/[^/]+/[^/]+$'
- IE_NAME = u'infoq'
def report_extraction(self, video_id):
"""Report information extraction."""