pytube RegexMatchError python3.5

时间:2019-01-21 22:27:00

标签: python pytube

这只三层小衬纸曾经工作过:

import pytube as pt
yt = pt.YouTube('http://youtube.com/watch?v=9bZkp7q19f0')
print(yt.title)

但是现在我收到错误消息:

  

RegexMatchError:正则表达式模式   (encodeURIComponent = function(\ w){[a-z =。(\“)] ;(。);(?:。+)})   零匹配

有人知道出什么事了吗

我已经看过这篇文章:Pytube RegexMatchError,但无济于事。我使用python 3.5

0 个答案:

没有答案