Implement YouTube history parsing. #8
Notifications
Due Date
No due date set.
Depends on
#1 Separate history into a class.
fedir/shadowtube
Reference: fedir/shadowtube#8
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?
Currently the software only supports FreeTube history files. We need to add classic YouTube history files to make it easier for others to contribute to the application by providing them with a way to use their own watch history as a testing dataset.
That means, the implementation of the
History
interface calledYouTubeHistory
should be implemented.