mirror of
https://source.netsyms.com/Mirrors/youtube-dl
synced 2024-11-03 03:40:20 +00:00
Better name for InfoQ IE
This commit is contained in:
parent
4fcca4bb18
commit
c80f0a417a
@ -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."""
|
||||||
|
Loading…
Reference in New Issue
Block a user