“pytube.exceptions.regexmatcherror: get_throttling_function_name: не удалось найти совпадение для нескольких” Ответ

pytube.exceptions.regexmatcherror: get_throttling_function_name: не удалось найти совпадение для нескольких

Becuase youtube changed something on its end, and now you have to change pytube's ciper.py's function_patterns to the following
line: 272 ~ 273
r'a\.[a-zA-Z]\s*&&\s*\([a-z]\s*=\s*a\.get\("n"\)\)\s*&&\s*'
r'\([a-z]\s*=\s*([a-zA-Z0-9$]{2,3})(\[\d+\])?\([a-z]\)'

line: 288

nfunc=re.escape(function_match.group(1))),
Grotesque Goldfinch

Regexmatcherror: get_throttling_function_name: не удалось найти совпадение для нескольких pytube

try upgrading pytube like this:
pip install pytube --upgrade
Worried Wallaby

Ответы похожие на “pytube.exceptions.regexmatcherror: get_throttling_function_name: не удалось найти совпадение для нескольких”

Вопросы похожие на “pytube.exceptions.regexmatcherror: get_throttling_function_name: не удалось найти совпадение для нескольких”

Больше похожих ответов на “pytube.exceptions.regexmatcherror: get_throttling_function_name: не удалось найти совпадение для нескольких” по Python

Смотреть популярные ответы по языку

Смотреть другие языки программирования