Minor bugfixes

This commit is contained in:
pukkandan
2022-08-02 03:40:47 +05:30
parent be5c1ae862
commit 0647d9251f
8 changed files with 26 additions and 15 deletions

View File

@@ -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',