JuanBindez / pytubefix

Python3 library for downloading YouTube Videos.
https://pytubefix.readthedocs.io
MIT License
722 stars 100 forks source link

Channel.videos and Channel.video_urls returns same list of YouTube objects #314

Closed WildDIC closed 2 weeks ago

WildDIC commented 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