pystardust / ani-cli

A cli tool to browse and play anime
GNU General Public License v3.0
7.7k stars 539 forks source link

Problem with new downloader #1133

Closed AzmuthForger closed 1 year ago

AzmuthForger commented 1 year ago

Hey there, after recent change I saw that the downloader seems to have changed like previously it used to have standred aria2 download but now it shows frames, size(in KB), time and bitrate. It also doesn't seems to show download speed. Please change it like how it previously was. I think download speed has been effected as well. Thanks

71zenith commented 1 year ago

The downloader hasn't changed. We occasionally get m3u8 links, which aria2c cannot download, therefore ffmpeg is used as a fallback. For regular mp4 files, aria2c is automatically selected. As for the slow download speed for said m3u8 links, we are currently discovering options to speed up the process.

AzmuthForger commented 1 year ago

Is there any way to get mp4 file instead of m3u8 links.

71zenith commented 1 year ago

mp4 links are always preferred when available, but some episodes don't have them unfortunately. hence the fallback

candrapersada commented 1 year ago

As for the slow download speed for said m3u8 links, we are currently discovering options to speed up the process.

related to #1113 and #1011

port19x commented 1 year ago

closing in favor of the now reopened #1011