add invalid watch url

This commit is contained in:
Simon
2024-05-21 22:23:07 +02:00
parent 87e3814751
commit 9fe0aa85d0

View File

@@ -118,6 +118,7 @@ INVALID_IDS_ERRORS = [
"aaaaa", "aaaaa",
"https://www.youtube.com/playlist?list=AAAA", "https://www.youtube.com/playlist?list=AAAA",
"https://www.youtube.com/channel/UC9-y-6csu5WGm29I7Jiwpn", "https://www.youtube.com/channel/UC9-y-6csu5WGm29I7Jiwpn",
"https://www.youtube.com/watch?v=CK3_zarXkw",
] ]