Remove --remote-components flags - use bundled yt-dlp-ejs instead
The --remote-components ejs:github flag was causing yt-dlp to attempt downloading EJS scripts from GitHub. However, Deno runs with --no-remote flag, blocking all remote access and causing infinite hangs. Since yt-dlp-ejs is already installed via pip, it will be automatically detected and used without needing the --remote-components flag. This fixes the "Getting info" hang issue. Reference: https://github.com/yt-dlp/yt-dlp/wiki/EJS 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>pull/1160/head
parent
8f05c1b113
commit
8a0a621028
Loading…
Reference in New Issue