youtube-search-python
youtube-search-python copied to clipboard
Added option socks_proxy
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())