1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-06-26 05:39:34 +00:00

Better name for InfoQ IE

This commit is contained in:
Philipp Hagemeister 2013-01-01 21:10:45 +01:00
parent 4fcca4bb18
commit c80f0a417a

View file

@ -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."""