utuby
YouTube's API is annoying to work with, and has lots of limitations. utuby is a simple script for downloading Youtube comments without using the Youtube API - No API rate limits. No restrictions. Extremely fast.
Source | Link |
---|---|
PyPI: | https://pypi.org/project/utuby/ |
Repository: | https://github.com/santhoshse7en/utuby/ |
Documentation: | https://santhoshse7en.github.io/utuby_docs/ |
A Glance
Download it by clicking the green download button here on Github. You only need to parse specific YouTube URL as argument.
>>> from utuby.utuby import youtube
>>> url = 'https://www.youtube.com/watch?v=xjQFi-HP7po'
>>> youtube = youtube(url)