ReVanced / restore-missing-youtube-watch-history

⌛ Script to import missing YouTube watch history
https://revanced.app
GNU General Public License v3.0
58 stars 6 forks source link

Avoid restoring shorts #1

Closed guillaumematheron closed 7 months ago

guillaumematheron commented 7 months ago

A user pointed out that this script also restored shorts, which is not necessary since these are usually already preserved in the watch history.

Shorts can be skipped by affing filter:

if '#shorts' in event['title']:
    continue
indrastorms commented 7 months ago

6