bisohns / search-engine-parser

Lightweight package to query popular search engines and scrape for result titles, links and descriptions
https://search-engine-parser.readthedocs.io
452 stars 86 forks source link

Add YouTube Engine #13

Closed deven96 closed 5 years ago

deven96 commented 5 years ago

Youtube Engine should be capable of scraping and returning links, titles and descriptions to the individual videos with option of downloading the videos (when using the CLI)

MeNsaaH commented 5 years ago

Video download should be done using youtube-dl or in order ways a documentation on how to use with youtube-dl should be added

PalAditya commented 5 years ago

Do you mean that if an id is passed to the YouTube URL, these metadata should be returned for that particular video, or do you plan to support the case of returning default 10 (for example) results from home page if no id is supplied?

MeNsaaH commented 5 years ago

When the number of results requested in 1, the meta data should be returned and be downloadable using an integration with youtube-dl

AvinashReddy3108 commented 5 years ago

Uh, would it not need the YouTube Data API key for searching stuff ?

MeNsaaH commented 5 years ago

We are scraping not searching. I think it's a bit different