DrKain / scrape-youtube

A lightning fast package to scrape YouTube search results
MIT License
112 stars 30 forks source link

Reintroduce support for playlists, live streams, ect #11

Closed DrKain closed 4 years ago

DrKain commented 4 years ago

Support will need to be added to search for channels, playlists, movies and live streams.
Each type should have their own interface in the interfaces file, Extending the default Result interface when needed.

Channels

Live Streams

Playlists

Movies

These are just the Result interface, but the channel data should be static. All YouTube movies have the same channel information.

Progress:

tycrek commented 4 years ago

Just found this after realizing the official V3 API only lets me do 100 search requests per day. If I get a chance I'll see if I can be of any help

DrKain commented 4 years ago

@tycrek Just released an update changing and optimizing everything, The remaining types should now be relatively simple to add if you still wanted to take a look.

If not I'll be back to my computer in a few days, then I'll probably add them in.

DrKain commented 4 years ago

As a side note I see you use it in mandatum. A YouTube update broke the old version so you may need to update

tycrek commented 4 years ago

As a side note I see you use it in mandatum. A YouTube update broke the old version so you may need to update

Thank you for letting me know!