subdownloader icon indicating copy to clipboard operation
subdownloader copied to clipboard

:pencil: Painless subtitle downloader

Results 4 subdownloader issues
Sort by recently updated
recently updated
newest added

how to set ip address? sd --deep events.js:298 throw er; // Unhandled 'error' event ^ Error: connect ETIMEDOUT 23.239.11.213:80 at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1137:16) Emitted 'error' event on ClientRequest instance...

Use Unix line endings on cli.js to fix crash on Linux

Hello there. The line-endings in the `cli.js` file are only windows compatible (`CRLF`). This causes the script to break on Mac and Linux. I'd suggest converting them to `LF` before...