Merge pull request #376 from shoobee/feat/yt-dlp-ssh-routing

feat(youtube): route yt-dlp through SSH host for residential IP egress
This commit is contained in:
Trevin Chow
2026-05-16 22:31:18 -07:00
committed by GitHub
5 changed files with 223 additions and 3 deletions
+1
View File
@@ -329,6 +329,7 @@ def get_config() -> dict[str, Any]:
('SETUP_COMPLETE', None),
('INCLUDE_SOURCES', ''),
('EXCLUDE_SOURCES', ''),
('LAST30DAYS_YOUTUBE_SSH_HOST', None),
]
for key, default in keys: