Releases: alexmercerind/youtube-search-python
v1.2.6 Minor Fixes
- Added a fix related to playlist search (#14)
v1.2.4 Playlist Search Added
- Added playlist search as an option
- Added search filter to the request
🤞 Happy YouTube searching!
Minor Fixes
- Fixed UTF-8 encoding
- Fixed little issue with "max_results" parameter.
Fixes And Updates...
- Adds max_results (default is 20) parameter for number of search results.
- Fixes bad title in some regions.
- Separated code into multiple files for better readability.
Minimal Fixes And Updates
Performance Improvement.
This release adds algorithm to deal with randomly occurring JavaScript response from YouTube.
View Count, Video Duration Update!
Added video view count to the result.
Added video duration to the result.
Added video ID to the result.
Added video thumbnails to the result.
Improved performance of the script.
JSON Update
Added JSON return mode. (use mode="list" or mode="json" for result)
Fixed decoding of UTF-8 characters
Fixed HTML entities decoding
Added un-scaping to search keyword (Now supports multiple word queries)
Initial Release
Added try: catch: statements for handling with network related errors.
Fixed sometimes occurring None return.
Added project to https://pypi.org/project/youtube-search-python/0.0.1/.
Install using pip3 install youtube-search-python
Happy YouTube Searching!