Skip to content

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

…rind/youtube-search-python/issues/180
  • anshuman852
  • 1
  • Opened 
    on May 29, 2022
  • #184

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

Resolves #169
bug
enhancement
  • mytja
  • 2
  • Opened 
    on Apr 5, 2022
  • #170

Added search by livestreams
  • jwadow
  • 1
  • Opened 
    on Mar 29, 2022
  • #168

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