From 60783025df3928c953341856508dfbc294c1aa1c Mon Sep 17 00:00:00 2001 From: changren-wcr <105254603+changren-wcr@users.noreply.github.com> Date: Thu, 16 Jun 2022 19:02:30 +0800 Subject: [PATCH] remove capture of patterns that aren't used Co-authored-by: dirkf --- youtube_dl/extractor/qingting.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/youtube_dl/extractor/qingting.py b/youtube_dl/extractor/qingting.py index ffce86408..eed345d38 100644 --- a/youtube_dl/extractor/qingting.py +++ b/youtube_dl/extractor/qingting.py @@ -8,7 +8,7 @@ from .common import InfoExtractor class QingTingIE(InfoExtractor): IE_NAME = 'QingTing' - _VALID_URL = r'(?:https?://)?(?:www\.)?m\.((qingting\.fm)|(qtfm\.cn))/vchannels/\d+/programs/(?P\d+)' + _VALID_URL = r'(?:https?://)?(?:www\.)?m\.(?:qingting\.fm|qtfm\.cn)/vchannels/\d+/programs/(?P\d+)' _TEST = { 'url': 'https://m.qingting.fm/vchannels/378005/programs/22257411/', 'md5': '47e6a94f4e621ed832c316fd1888fb3c',