pullrequests Search Results · repo:alexmercerind/youtube-search-python language:Python
Filter by
46 results
(113 ms)46 results
inalexmercerind/youtube-search-python (press backspace or delete to remove)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( ...
lucas1
- Opened on Jun 29, 2022
- #190
Temporarily ignore unknown types and use typing.Any in the subclasses of SearchCore inside the __future__.search module.
Certain type checkers will emit an error when a type is fully or partially unknown. ...
huenique
- 1
- Opened on Jun 18, 2022
- #186
chirag127
- 1
- Opened on May 19, 2022
- #182
Fixes #174
It is still flawed. i.e. it doesn t support endless scrolling. Furthermore I am not sure if ChannelSearch should be
renamed to ChannelVideoSearch, to be a bit more precise.
fabi321
- 17
- Opened on Apr 30, 2022
- #177
fabi321
- 1
- Opened on Apr 29, 2022
- #176
So, YouTube has added transcription (slovenian Prepis ). Now we have Transcription classes with really minimal code.
image
Have added tests, but adding you as reviewers as you never know what you can ...
enhancement
mytja
- 7
- Opened on Mar 19, 2022
- #165
alexmercerind
- 1
- Opened on Feb 1, 2022
- #160