python-youtube-api icon indicating copy to clipboard operation
python-youtube-api copied to clipboard

A basic Python YouTube v3 API to fetch data from YouTube using public API-Key without OAuth

Results 6 python-youtube-api issues
Sort by recently updated
recently updated
newest added

^ title It would be nice to install the api from PyPi. The script could be in the library

On multiple machines I've been getting this error when using the fetch comment feature from a video url: Traceback (most recent call last): File "main.py", line 58, in main() File...

From the documentation: > replies.comments[] A list of one or more replies to the top-level comment. Each item in the list is a comment resource. > **The list contains a...

I need to colect one thousand comments per vid and write them into a jsonlines, so I did two things: - Added jsonlines to append to comments.jsonl file, with id,...