pytube
pytube copied to clipboard
[ BUG ] Cant get videos from channel
It seems like something broke in the channel video scraping.
channel = Channel('https://www.youtube.com/channel/UCvLswWFz2WGhdJ9cBftmhcA')
print(channel.channel_name, channel.channel_id)
for i in channel.videos:
print(i)
this prints only the first print. It does not find any videos. But the channel has videos 100%
Thank you for contributing to PyTube. Please remember to reference Contributing.md
same error here
Same error, tried every possible combination of link, prefix, suffix, cid, name, ...
I'm assuming something changed on the YouTube side of things and we'll need to wait for an update to fix it.
Nothing has changed in my code, and I'm using the same version of PyTube that's always worked, but while I'm able to retrieve channel information, the class instance has nothing in the .video attribute.
ive found their fix and i fixed it for myself ill send later