Use the asynchronous version of youtube-search-python
mainTo use the non-blocking, faster asynchronous version of the library, import from the __future__ subpackage instead of the main package.
Note: The asynchronous version is intended to eventually replace the synchronous version. It is recommended to upgrade your projects to use this version.
from youtubesearchpython.__future__ import *