Support comments disabled channels #8
Labels
No Label
bug
captions
discussion
enhancement
epic
high priority
low priority
medium
medium priority
quick
security
waiting presentation
website
youtube-operational-api
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: Benjamin_Loison/YouTube_captions_search_engine#8
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This code will stops our execution of the algorithm once he found a comments disabled channel.
Then as described in the very last paragraph of the technical details section of the project proposal we will use YouTube Data API v3 PlaylistItems: list endpoint to proceed video per video, as some videos (for instance:
3F8dFt8LsXY
) have comments but the global channels comments are disabled (the example channel isUCWIdqSQekeGmUWlSFeCiEnA
). However instead of directly proceeding with CommentThreads: list endpoint with each video, we could pass 50 of them to Videos: list endpoint withpart=statistics
to see whether or not some have comments (item/statistics/commentCount
field). Maybe such an optimizationNote that if channels with disabled comments have more than 20,000 videos then we still don't know how to proceed, but they are some things to try (I haven't ever encountered such a channel).