inputnoise
  • Joined on 2024-07-11
inputnoise pushed to master at inputnoise/youclonedl 2026-06-11 11:50:20 +02:00
7814fc9718 Add widget API endpoints for backstage dashboard integration
inputnoise pushed to master at inputnoise/youclonedl 2026-05-27 08:47:25 +02:00
33e9472f17 Pin all yt-dlp calls to tv_embedded client to stop IP rate limiting
inputnoise pushed to master at inputnoise/youclonedl 2026-05-27 06:00:43 +02:00
140bf4acf6 revert: remove ios player_client arg from all yt-dlp calls
inputnoise pushed to master at inputnoise/youclonedl 2026-05-27 03:46:55 +02:00
8dcbad6e70 perf: use iOS player client and increase metadata gap to reduce throttling
inputnoise pushed to master at inputnoise/youclonedl 2026-05-27 03:35:01 +02:00
8a5108425b fix: top-bar indicator links to downloads when download/task is active
inputnoise pushed to master at inputnoise/youclonedl 2026-05-27 03:34:20 +02:00
09c11da1ce fix: reduce pending deletion window from 7 days to 2 hours
inputnoise pushed to master at inputnoise/youclonedl 2026-05-27 03:17:41 +02:00
a3346c6e87 fix: stop discovery from bursting dozens of yt-dlp calls inside one task
inputnoise pushed to master at inputnoise/youclonedl 2026-05-27 03:12:16 +02:00
0c5b236b77 fix: close remaining concurrent yt-dlp session sources
inputnoise pushed to master at inputnoise/youclonedl 2026-05-27 03:07:22 +02:00
c223e57463 fix: prevent concurrent yt-dlp sessions that invalidate cookies
inputnoise pushed to master at inputnoise/youclonedl 2026-05-27 02:59:43 +02:00
a0384b2277 Schedule auto-discovery at 4 AM daily instead of every 23 hours
inputnoise pushed to master at inputnoise/youclonedl 2026-05-27 02:58:16 +02:00
bcbd552eab Show discovery progress in the top-bar indicator alongside downloads/tasks
inputnoise pushed to master at inputnoise/youclonedl 2026-05-27 02:43:50 +02:00
1179b53f2e Fix hidden yt-dlp calls on video page causing cookie invalidation
inputnoise pushed to master at inputnoise/youclonedl 2026-05-27 02:34:09 +02:00
146a044e69 Fix For You feed: replace broken jitter with proper tier-based sampling
inputnoise pushed to master at inputnoise/youclonedl 2026-05-27 02:28:38 +02:00
a535e9f22a Add queue-based gradual discovery with shuffled call ordering and progress UI
inputnoise pushed to master at inputnoise/youclonedl 2026-05-27 02:14:26 +02:00
e6faf8e08e Drastically reduce discovery yt-dlp call count: 64 → ~21
inputnoise pushed to master at inputnoise/youclonedl 2026-05-27 02:12:45 +02:00
0a4dfb845e Pause discovery metadata calls while a download is active
inputnoise pushed to master at inputnoise/youclonedl 2026-05-27 02:04:12 +02:00
c3191aa000 Fix SyntaxError in ytdlp.py start_download: duplicate try block
inputnoise pushed to master at inputnoise/youclonedl 2026-05-27 02:03:41 +02:00
395b987644 Add last_discovery_run to UserSettings model
inputnoise pushed to master at inputnoise/youclonedl 2026-05-27 01:58:40 +02:00
12f54ac5b0 Auto-schedule daily discovery + fix Find More UX + expand query diversity
inputnoise pushed to master at inputnoise/youclonedl 2026-05-27 01:48:30 +02:00
4d255647a1 Fix cookie invalidation: give each yt-dlp process a private cookie file copy