This repository was archived by the owner on Jun 30, 2022. It is now read-only.
Releases: alexmercerind/youtube-search-python
Releases · alexmercerind/youtube-search-python
v1.3.6 Added StreamURLFetcher & other improvements
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
This new release of youtube-search-python adds:
Video
class with with methodsget
: 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
🔧 Bumped version to 1.3.4 & added MANIFEST.in to keep missing files
v1.3.3 Improvements, Changes & Fixes
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
- 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
v1.3.0
🔖 v1.3.0 Fixed #23 & added doc-strings
v1.2.9 More Fixes
- Fixed video titles containing quotes (#23).
v1.2.8 Added Python 2 support!
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
- Changed script to fetch video IDs, thumbnails & links correctly (#16)