【问题标题】:How to fix this ? pytube.exceptions.RegexMatchError: get_ytplayer_config: could not find match for config_patterns如何解决这个问题? pytube.exceptions.RegexMatchError: get_ytplayer_config: 找不到匹配的 config_patterns
【发布时间】:2020-12-28 12:55:58
【问题描述】:

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

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

【问题讨论】:

    标签: python youtube pytube


    【解决方案1】:

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

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

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2019-01-06
      • 2021-11-30
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2021-07-20
      • 1970-01-01
      • 2023-01-19
      相关资源
      最近更新 更多