Better name for InfoQ IE
authorPhilipp Hagemeister <phihag@phihag.de>
Tue, 1 Jan 2013 20:10:45 +0000 (21:10 +0100)
committerPhilipp Hagemeister <phihag@phihag.de>
Tue, 1 Jan 2013 20:10:45 +0000 (21:10 +0100)
youtube_dl/InfoExtractors.py

index b18a0ba6b47e33058d1fa0ce149649345d955171..f8521e407b3f8d21840a461afea7ab023a5e25dd 100755 (executable)
@@ -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."""