get-pytube / pytube3

A lightweight, dependency-free Python 3 library (and command-line utility) for downloading YouTube Videos.
https://pytube3.readthedocs.io
Other
180 stars 55 forks source link

update playlist.py #84

Closed nahK994 closed 3 months ago

nahK994 commented 4 years ago

"Playlist" isn't working properly. According to pytube3 documentation (https://pypi.org/project/pytube3/), we are supposed to get a list of "YouTube" objects for youtube playlist video URLs from "playlist" object instead of a list of playlist video URLs as strings. Screenshot of documentation is shown below: Screenshot from 2020-06-05 13-15-02

I have made a little modification and now it's working fine. If you are happy with my solution, then please accept this pull request............