Is your feature request related to a problem? Please describe.
According to #10 searching by providing a url is not always consistent. Custom search solutions could also benefit from scraper's speed.
Describe the solution you'd like
A _fetch param that will use the query directly as the request URL and a function to wrap it up (because search is misleading).
Describe alternatives you've considered
Calling the functions directly, however it feels redundant as it will be exactly the same as search but will require manually GETting page.
Additional context
While search kinda works when you provide a url, it might not be on-par depending on language, video age rating, location etc.
Is your feature request related to a problem? Please describe.
According to #10 searching by providing a url is not always consistent. Custom search solutions could also benefit from scraper's speed.
Describe the solution you'd like
A _fetch param that will use the query directly as the request URL and a function to wrap it up (because
searchis misleading).Describe alternatives you've considered
Calling the functions directly, however it feels redundant as it will be exactly the same as
searchbut will require manually GETting page.Additional context
While search kinda works when you provide a url, it might not be on-par depending on language, video age rating, location etc.