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
|
|
@ -28,6 +28,10 @@ let constants = {
|
|||
recommended_mode: {
|
||||
type: "integer",
|
||||
default: 0
|
||||
},
|
||||
show_shorts: {
|
||||
type: "boolean",
|
||||
default: false
|
||||
}
|
||||
},
|
||||
|
||||
|
|
@ -49,7 +53,9 @@ let constants = {
|
|||
caching: {
|
||||
csrf_time: 4*60*60*1000,
|
||||
seen_token_subscriptions_eligible: 40*60*60*1000,
|
||||
video_thumbnail_scan_eligible: 90*24*60*60*1000,
|
||||
subscriptions_refresh_loop_min: 5*60*1000,
|
||||
video_thumbnail_scan_loop_min: 2*60*60*1000,
|
||||
subscriptions_refesh_fake_not_found_cooldown: 10*60*1000,
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue