mirror of
https://github.com/ytdl-org/youtube-dl
synced 2025-01-25 04:40:09 +09:00
remove capture of patterns that aren't used
Co-authored-by: dirkf <fieldhouse@gmx.net>
This commit is contained in:
parent
174624aef8
commit
60783025df
@ -8,7 +8,7 @@ from .common import InfoExtractor
|
|||||||
|
|
||||||
class QingTingIE(InfoExtractor):
|
class QingTingIE(InfoExtractor):
|
||||||
IE_NAME = 'QingTing'
|
IE_NAME = 'QingTing'
|
||||||
_VALID_URL = r'(?:https?://)?(?:www\.)?m\.((qingting\.fm)|(qtfm\.cn))/vchannels/\d+/programs/(?P<id>\d+)'
|
_VALID_URL = r'(?:https?://)?(?:www\.)?m\.(?:qingting\.fm|qtfm\.cn)/vchannels/\d+/programs/(?P<id>\d+)'
|
||||||
_TEST = {
|
_TEST = {
|
||||||
'url': 'https://m.qingting.fm/vchannels/378005/programs/22257411/',
|
'url': 'https://m.qingting.fm/vchannels/378005/programs/22257411/',
|
||||||
'md5': '47e6a94f4e621ed832c316fd1888fb3c',
|
'md5': '47e6a94f4e621ed832c316fd1888fb3c',
|
||||||
|
Loading…
Reference in New Issue
Block a user