X-Git-Url: https://git.rapsys.eu/.gitweb.cgi/youtubedl/blobdiff_plain/c512650955de0b16d37e7fa7fb29ea0985e415bb..b13d4a493050b321e8e726718779a56c4899c51e:/youtube_dl/extractor/testurl.py diff --git a/youtube_dl/extractor/testurl.py b/youtube_dl/extractor/testurl.py index c7d5593..46918ad 100644 --- a/youtube_dl/extractor/testurl.py +++ b/youtube_dl/extractor/testurl.py @@ -7,7 +7,7 @@ from ..utils import ExtractorError class TestURLIE(InfoExtractor): - """ Allows adressing of the test cases as test:yout.*be_1 """ + """ Allows addressing of the test cases as test:yout.*be_1 """ IE_DESC = False # Do not list _VALID_URL = r'test(?:url)?:(?P(?P.+?)(?:_(?P[0-9]+))?)$'