DrKain / scrape-youtube

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

Country filter #61

Closed Manojyadavmy10 closed 2 years ago

Manojyadavmy10 commented 2 years ago

How to apply country filter for search query so that it will returns videos of that particular country

DrKain commented 2 years ago

YouTube is unreliable when it comes to filtering by country and you're very limited on what information is gained from scraping. The two best options would be setting the Accept-Language header and/or using a proxy server for all searches targeting a certain country.