Closed WildDIC closed 2 weeks ago
Channel.videos and Channel.video_urls returns same list of YouTube objects
from pytubefix import Channel c = Channel('https://www.youtube.com/@arduinoLab') c.videos == c.video_urls
In pytube Channel.video_urls return only URLs like https://www.youtube.com/watch?v=XXXXXXXXXXX
Channel.videos and Channel.video_urls returns same list of YouTube objects
In pytube Channel.video_urls return only URLs like https://www.youtube.com/watch?v=XXXXXXXXXXX