You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On the YouTube website, you have the option to filter search results by type (channel, playlist, video...). The URL then gets appended with "sp={some string}" (which does not seem to be predefined) and the results will be limited to the specified type.
With youtube-scrape, is it possible to do the same thing? Currently, it returns a bunch of results that can be channels, playlists or videos. I can filter the results to include only, say, channels after the search is completed. But if I were to obtain 30 channels or playlists matching a keyword, I would need many iterations because channels and playlists appear far less frequently than videos in the general search results (which you can observe by searching for something on the YouTube website).
Thanks for the great work!
-Patrick
The text was updated successfully, but these errors were encountered:
Hello,
On the YouTube website, you have the option to filter search results by type (channel, playlist, video...). The URL then gets appended with "sp={some string}" (which does not seem to be predefined) and the results will be limited to the specified type.
With youtube-scrape, is it possible to do the same thing? Currently, it returns a bunch of results that can be channels, playlists or videos. I can filter the results to include only, say, channels after the search is completed. But if I were to obtain 30 channels or playlists matching a keyword, I would need many iterations because channels and playlists appear far less frequently than videos in the general search results (which you can observe by searching for something on the YouTube website).
Thanks for the great work!
-Patrick
The text was updated successfully, but these errors were encountered: