Metadata-Version: 2.1
Name: youtube-unlimited-search
Version: 0.3.2
Summary: Allow you to search in youtube without care about requests limitation
Home-page: https://github.com/HatemEng/Youtube_Unlimited_Search
Author: Hatem Karim
Author-email: hatemkarimen@gmail.com
License: UNKNOWN
Description: # Youtube Unlimited Search
        Allow you to search in youtube without care about requests limitation
        ## Example
        
        you can use the search tool as following:
        
        ```pip install youtube-unlimited-search```
        
        ```python
        from youtube_unlimited_search import YoutubeUnlimitedSearch
        
        results = YoutubeUnlimitedSearch('search terms', max_results=10).get()
        
        print(results)
        # returns a dictionary
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
