mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-10-17 08:26:43 +00:00
Minor bugfixes
This commit is contained in:
@@ -4,9 +4,7 @@ from ..utils import ExtractorError
|
||||
|
||||
class CommonMistakesIE(InfoExtractor):
|
||||
IE_DESC = False # Do not list
|
||||
_VALID_URL = r'''(?x)
|
||||
(?:url|URL)$
|
||||
'''
|
||||
_VALID_URL = r'(?:url|URL|yt-dlp)$'
|
||||
|
||||
_TESTS = [{
|
||||
'url': 'url',
|
||||
|
Reference in New Issue
Block a user