Skip to content

Releases: XniceCraft/youtube_search

v3.0.2

27 Aug 04:57
Compare
Choose a tag to compare

Changelog:

  • Fix closed session if user use custom session

v3.0.1

27 Aug 04:48
Compare
Choose a tag to compare

Changelog:

  • Add regex for shorts
  • Fix unclosed session
  • Raise NotImplementedError if video only contains encrypted url
  • Remove duplicate code

v3.0.0

27 Aug 04:39
Compare
Choose a tag to compare

Changelog:

  • Add youtube video extraction (YoutubeVideo and AsyncYoutubeVideo class)
  • Move youtube search from init.py to search.py
  • Add InvalidURLError exception
  • Add Options dataclass (for reusability)
  • Add pdoc workflow
  • The test now using matrix (python 3.8 to 3.10)
  • Update test_search.py, init.py, README.md

v2.2.0

10 Jul 13:45
Compare
Choose a tag to compare

Changelog:

  • Async support
  • Bug fixes
  • etc