youtube-search-python
youtube-search-python copied to clipboard
🔎 Search for YouTube videos, channels & playlists. Get 🎞 video & 📑 playlist info using link. Get search suggestions. WITHOUT YouTube Data API v3.
Added socks like https://www.python-httpx.org/advanced/#socks ``` import os os.environ['SOCKS_PROXY'] = 'socks5://user:pass@host:port' from youtubesearchpython import VideosSearch videosSearch = VideosSearch('Test', limit = 2) print(videosSearch.result()) ```
This feature is missing in your library and i think it would be awesome to have it. I can also contribute if you want.
[youtube-dl](https://github.com/ytdl-org/youtube-dl) tool has some options to bypass geo location by faking X-Forward-For http headers, for example: ```Geo Restriction: --geo-verification-proxy URL Use this proxy to verify the IP address for some...
Hi, Thx for this great library. is it possible to pass cookies for requests to both increase Youtube batch search limits and lift age limit?
## BEFORE OPENING NEW ISSUE Please make sure you have latest release of youtube-search-python from Git: ``` pip install git+https://github.com/alexmercerind/youtube-search-python ``` # 1. JSON is a proper format JSON is...