Skip to content

Tags: ThioJoe/YT-Spammer-Purge

Tags

v2.18.0-Beta3

Toggle v2.18.0-Beta3's commit message

Verified

This commit was signed with the committer’s verified signature.
Update Version Beta3

v2.18.0-Beta2

Toggle v2.18.0-Beta2's commit message

Verified

This commit was signed with the committer’s verified signature.
Add tip about widening window after scan

v2.17.1

Toggle v2.17.1's commit message

Verified

This commit was signed with the committer’s verified signature.
Disable googleapiclient discovery cache

Greatly reduces extracted program size by not including unnecessary discovery cache files

v2.18.0-Beta1

Toggle v2.18.0-Beta1's commit message

Verified

This commit was signed with the committer’s verified signature.
Fix KeyError loading config

If config was out of date was throwing keyerror

v2.17.0

Toggle v2.17.0's commit message

Verified

This commit was signed with the committer’s verified signature.
Merge branch '2.17-Beta'

v2.17.0-Beta7

Toggle v2.17.0-Beta7's commit message

Verified

This commit was signed with the committer’s verified signature.
Update Requirements - Levenshtein package renamed

python-levenshtein was renamed to 'levelshtein'

Will probably need to uninstall the old one and install latest version of new name

pip uninstall python-levenshtein
pip install --upgrade levenshtein

v2.17.0-Beta6

Toggle v2.17.0-Beta6's commit message

Verified

This commit was signed with the committer’s verified signature.
Add Channel ID retrieval tool

Create new user_tools.py script and "helpful tools" main menu option. Allows one to look up the Channel ID of a channel based on a video URL.

v2.17.0-Beta5

Toggle v2.17.0-Beta5's commit message

Verified

This commit was signed with the committer’s verified signature.
Update protobuf version in requirements

Addresses CVE-2022-1941

v2.17.0-Beta4

Toggle v2.17.0-Beta4's commit message

Verified

This commit was signed with the committer’s verified signature.
Fix check for invalid video ID when using config file

Fix infinite loop if config file videos_to_scan setting contains an unavailable video ID

v2.17.0-Beta3

Toggle v2.17.0-Beta3's commit message

Verified

This commit was signed with the committer’s verified signature.
Fix Issue Preventing Comment Recovery

Addresses #810

The parse_comment_list function returns two variables, the comment list and the file name. But they were both being passed into the recoveryList variable by mistake.