How to fix this ? pytube.exceptions.RegexMatchError: get_ytplayer_config: could not find match for config_patterns

How to fix this ? pytube.exceptions.RegexMatchError: get_ytplayer_config: could not find match for config_patterns

当我尝试使用 pytube 下载视频时出现此错误。我正在使用 pytube 的最新版本。

raise RegexMatchError(caller="get_ytplayer_config",
pattern="config_patterns")
pytube.exceptions.RegexMatchError:
get_ytplayer_config: could not find match for config_patterns

您可能 运行 是旧版本的 pytube。 运行 这些命令,它们 可能 解决您的问题:

python -m pip uninstall pytube pytube3 pytubex
python -m pip install git+https://github.com/nficano/pytube