浏览代码

Better name for InfoQ IE

Philipp Hagemeister 12 年之前
父节点
当前提交
c80f0a417a
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      youtube_dl/InfoExtractors.py

+ 0 - 2
youtube_dl/InfoExtractors.py

@@ -2821,9 +2821,7 @@ class SoundcloudIE(InfoExtractor):
 
 
 class InfoQIE(InfoExtractor):
 class InfoQIE(InfoExtractor):
     """Information extractor for infoq.com"""
     """Information extractor for infoq.com"""
-
     _VALID_URL = r'^(?:https?://)?(?:www\.)?infoq\.com/[^/]+/[^/]+$'
     _VALID_URL = r'^(?:https?://)?(?:www\.)?infoq\.com/[^/]+/[^/]+$'
-    IE_NAME = u'infoq'
 
 
     def report_extraction(self, video_id):
     def report_extraction(self, video_id):
         """Report information extraction."""
         """Report information extraction."""