These last days the algorithm seems to not treat completely firstly the starting set of channels before treating discovered channels #51
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#51
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?
Used to remove channels not in the starting set:
removeChannelsNotInStartingSet.py
:While
UCYne4N06sHVhRBXS0Lq5D8g
is in the starting set,UCmz7q3pgPQIS2HOdJTv5eOg
isn't. What a coincidence (ironic) that the problem raises whentreated
andto treat
meet.This problem may be linked to the fact that the
to treat
counter doesn't increase as expected.As channels are written to
channels.txt
we don't need to restart from scratch the execution of the algorithm, we are just treating channels in an unknown order.