diff --git a/youtube_dl/extractor/yandexvideo.py b/youtube_dl/extractor/yandexvideo.py index 44d844adc..035bb1560 100644 --- a/youtube_dl/extractor/yandexvideo.py +++ b/youtube_dl/extractor/yandexvideo.py @@ -65,7 +65,7 @@ class YandexVideoIE(InfoExtractor): 'only_matching': True, }] - def split_params(self, txt: str) -> []: + def split_params(self, txt): braket = 0 line = '' items = []