【发布时间】:2022-12-21 02:22:59
【问题描述】:
我的代码,(我也尝试过其他网站的代码)
from pytube import YouTube
yt = YouTube("https://www.youtube.com/watch?v=oS8lASbvlpI")
myVideoStreams = yt.streams
print(myVideoStreams)
我得到的错误,
raise RegexMatchError(
pytube.exceptions.RegexMatchError: __init__: could not find match for ^\w+\W
【问题讨论】: