Skip to content
This repository was archived by the owner on Jun 30, 2022. It is now read-only.

Releases: alexmercerind/youtube-search-python

v1.3.6 Added StreamURLFetcher & other improvements

16 Jan 08:10
Compare
Choose a tag to compare

This new version of youtube-search-python adds:

  • Added StreamURLFetcher class. It can be used to fetch direct stream URLs of a video, learn more here.
  • Now methods of Video class return None if link is invalid.
  • Now Video contains publishDate & uploadDate. (@AlexandreOuellet)

Thanks 🤞

v1.3.5 More additions

01 Jan 12:32
5fb117a
Compare
Choose a tag to compare

This new release of youtube-search-python adds:

  • Video class with with methods
    • get : Can be used to get video information & formats using video link.
    • getInfo : Can be used to get only information about a video using video link.
    • getFormats : Can be used to get only video formats about using video link.
  • Suggestions class to get search suggestions.

Happy New Year! ✨

v1.3.4 Major bug fixes

01 Jan 12:27
Compare
Choose a tag to compare
🔧 Bumped version to 1.3.4 & added MANIFEST.in to keep missing files

v1.3.3 Improvements, Changes & Fixes

23 Dec 14:13
857df70
Compare
Choose a tag to compare

This new release of youtube-search-python adds:

  • A whole lot more information to the search results.
  • Now you can use Search class to search for every type of result.
  • ChannelSearch class to search for channels.
  • Other new classes to perform searches for specifically
    • VideosSearch to search for only videos.
    • PlaylistSearch to search for only playlists.
    • CustomSearch to search with custom YouTube filters.
  • Now you can get results on the next pages, by calling next method.

Merry Christmas in advanced. 🎄

v1.3.2 Improvements

22 Nov 13:40
Compare
Choose a tag to compare
  • Added video publish time to videos search result
  • Now you can get search results according to particular region & in particular language using optional parameters region & language respectively.
  • Playlist search result now contains:
    • Playlist ID
    • Playlist Link
    • Playlist Ttitle
    • Playlist Thumbnail
    • Videos Count
    • Channel Name

v1.3.1 Addition & Fix

18 Sep 09:57
Compare
Choose a tag to compare
  • Added channel IDs to videos search result. (#24)
  • Fixed video view counts in non-English regions. (#22)

v1.3.0

17 Sep 17:33
9ceaf1c
Compare
Choose a tag to compare
🔖 v1.3.0 Fixed #23 & added doc-strings

v1.2.9 More Fixes

17 Sep 17:26
Compare
Choose a tag to compare
  • Fixed video titles containing quotes (#23).

v1.2.8 Added Python 2 support!

07 Aug 10:21
Compare
Choose a tag to compare

This release adds supports for Python 2 as well.

Python 3 will be receiving continued updates, and is still primary.

v1.2.7 Minor Fixes

29 Jul 04:42
Compare
Choose a tag to compare
  • Changed script to fetch video IDs, thumbnails & links correctly (#16)