Sergey M․
8 years ago
No known key found for this signature in database
GPG Key ID: 2C393E0F18A9236D
1 changed files with
1 additions and
1 deletions
-
youtube_dl/extractor/commonmistakes.py
|
|
@ -7,7 +7,7 @@ from ..utils import ExtractorError |
|
|
|
class CommonMistakesIE(InfoExtractor): |
|
|
|
IE_DESC = False # Do not list |
|
|
|
_VALID_URL = r'''(?x) |
|
|
|
(?:url|URL) |
|
|
|
(?:url|URL)$ |
|
|
|
''' |
|
|
|
|
|
|
|
_TESTS = [{ |
|
|
|