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

Releases: alexmercerind/youtube-search-python

v1.2.6 Minor Fixes

12 Jul 07:07
Compare
Choose a tag to compare
  • Added a fix related to playlist search (#14)

v1.2.4 Playlist Search Added

09 Jul 11:17
8117794
Compare
Choose a tag to compare
  • Added playlist search as an option
  • Added search filter to the request

🤞 Happy YouTube searching!

Minor Fixes

07 Jul 05:38
Compare
Choose a tag to compare
  1. Fixed UTF-8 encoding
  2. Fixed little issue with "max_results" parameter.

Fixes And Updates...

04 Jul 04:43
37c3011
Compare
Choose a tag to compare
  1. Adds max_results (default is 20) parameter for number of search results.
  2. Fixes bad title in some regions.
  3. Separated code into multiple files for better readability.

Minimal Fixes And Updates

03 Jul 05:26
a6a9e9a
Compare
Choose a tag to compare

Performance Improvement.

02 Jul 11:32
ce74d86
Compare
Choose a tag to compare

This release adds algorithm to deal with randomly occurring JavaScript response from YouTube.

View Count, Video Duration Update!

26 Jun 10:22
835fe5c
Compare
Choose a tag to compare

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

25 Jun 13:25
835fe5c
Compare
Choose a tag to compare

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

23 Jun 12:51
835fe5c
Compare
Choose a tag to compare

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!