This repository has been archived by the owner on Jun 30, 2022. It is now read-only.
v1.3.9 Asynchronous support
This new version of youtube-search-python adds:
-
Now youtube-search-python has stable async support.
- To make use of this functionality, import from
__future__
subpackage. - See documentation here.
- This may eventually replace original sync version. Please upgrade your packages & projects.
- To make use of this functionality, import from
-
Added initial fall-back code to deal with randomly occurring different response from YouTube in
VideosSearch
.