pytube / pytube

A lightweight, dependency-free Python library (and command-line utility) for downloading YouTube Videos.
https://pytube.io
The Unlicense
12.21k stars 2.52k forks source link

Return playlists and channels from pytube's search #1669

Open HeitorRaimundoPrado opened 1 year ago

HeitorRaimundoPrado commented 1 year ago

Is your feature request related to a problem? Please describe. Pytube currently doesn't implement support for searching things such as playlists or channels, only YouTube objects that represent videos

Describe the solution you'd like It would be nice if pytube's Search could return those other things, namely Playlist and Channel objects in a simple manner the same way it does for videos

Describe alternatives you've considered N/A

Additional context Implementing a Search method with those functionalities pytube would basically return an identical search to youtube's real search engine, with all the relevant results

github-actions[bot] commented 1 year ago

Thank you for contributing to PyTube. Please remember to reference Contributing.md

NeonLightning commented 5 months ago

i'd really like the playlists search too.