diff options
| -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.""" | 
