Arjun Balakrishnan
Arjun Balakrishnan
> When you input a link to a private playlist or a nonexistent video, the downloader does nothing. It'd be preferable to have a little message about which links failed....
@stefnotch Yes, it is a limitation of youtube-dl. You can verify this by executing the following command, which is what Downline uses to fetch video info: ```youtube-dl.exe --all-subs --dump-json --no-playlist...
@PAEz is right. This issue has been fixed in v2.x currently under development. The issue was, like @PAEz said, the difference in the response json. I've rewritten the api to...