mirror of
https://git.sr.ht/~cadence/cloudtube
synced 2026-06-01 06:56:48 +00:00
Add shorts identification by thumbnails
This commit is contained in:
parent
095dc3f918
commit
21c3f624b0
7 changed files with 235 additions and 5 deletions
|
|
@ -66,6 +66,16 @@ block content
|
|||
]
|
||||
})
|
||||
|
||||
+select({
|
||||
id: "show_shorts",
|
||||
label: "Display YouTube Shorts",
|
||||
description: "When off, shorts will be hidden from the subscriptions page.\nShorts are detected by thumbnail patterns with a 10% false negative rate and a 0% false positive rate.",
|
||||
options: [
|
||||
{value: "0", text: "Hide shorts"},
|
||||
{value: "1", text: "Show shorts"}
|
||||
]
|
||||
})
|
||||
|
||||
+select({
|
||||
id: "quality",
|
||||
label: "Preferred qualities",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue