JuanBindez / pytubefix

Python3 library for downloading YouTube Videos.
http://pytubefix.rtfd.io/
MIT License
454 stars 67 forks source link

Update print statement to use `watch_url` attribute #204

Closed n8creator closed 2 weeks ago

n8creator commented 2 weeks ago

Changed the print statement in the loop to output the watch_url attribute of the url object instead of the entire url object. This modification ensures that only the actual YouTube watch URLs are printed, improving readability and focusing on the essential information.