diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2013-01-01 21:10:45 +0100 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2013-01-01 21:10:45 +0100 |
commit | c80f0a417aad9c2d45cc7baf012eaa3d5d5199e7 (patch) | |
tree | e6db4b95b15361e10a2c8157db1bf54c430ce230 | |
parent | 4fcca4bb1897ff111a6332480a569d53bc797838 (diff) |
Better name for InfoQ IE
-rwxr-xr-x | youtube_dl/InfoExtractors.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/youtube_dl/InfoExtractors.py b/youtube_dl/InfoExtractors.py index b18a0ba6b..f8521e407 100755 --- 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.""" |