These last days the algorithm seems to not treat completely firstly the starting set of channels before treating discovered channels #51
Loading…
x
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.