mirror of
https://github.com/yt-dlp/yt-dlp
synced 2025-12-19 07:35:41 +07:00
[extractor/commonmistakes] Restrict _VALID_URL (closes #12050)
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
class CommonMistakesIE(InfoExtractor):
|
class CommonMistakesIE(InfoExtractor):
|
||||||
IE_DESC = False # Do not list
|
IE_DESC = False # Do not list
|
||||||
_VALID_URL = r'''(?x)
|
_VALID_URL = r'''(?x)
|
||||||
(?:url|URL)
|
(?:url|URL)$
|
||||||
'''
|
'''
|
||||||
|
|
||||||
_TESTS = [{
|
_TESTS = [{
|
||||||
|
|||||||
Reference in New Issue
Block a user