pystardust / ani-cli

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

download broken due to m3u8 aria2 incompatibility #588

Closed rbjnazz closed 2 years ago

rbjnazz commented 2 years ago

Version: 1.9.0 OS: Linux Mint 20.2 Shell: zsh Anime: aot

Bug: Downloading is broken.

Steps To Reproduce

ani-cli -d "attack on titan final season part 2"
[1] shingeki-no-kyojin-the-final-season-part-2
[2] shingeki-no-kyojin-the-final-season-part-2-dub
[q] exit
Enter choice: 1
Range of episodes can be specified: start_number end_number 
Choose episode[1-10]: 1 10

this will loop 1 through 10

Getting data for episode 10 
Downloading episode 10 ... 

03/17 13:46:32 [NOTICE] Downloading 1 item(s)

03/17 13:46:33 [NOTICE] Download complete: ./shingeki-no-kyojin-the-final-season-part-2-010.mp4
Downloaded episode: 010 

then I got this

ls -l --size
.rw-rw-r-- linuxmint 414 B Mar 17 22 01:45 PM shingeki-no-kyojin-the-final-season-part-2-001.mp4
.rw-rw-r-- linuxmint 414 B Mar 17 22 01:45 PM shingeki-no-kyojin-the-final-season-part-2-002.mp4
.rw-rw-r-- linuxmint 414 B Mar 17 22 01:46 PM shingeki-no-kyojin-the-final-season-part-2-003.mp4
.rw-rw-r-- linuxmint 414 B Mar 17 22 01:46 PM shingeki-no-kyojin-the-final-season-part-2-004.mp4
.rw-rw-r-- linuxmint 414 B Mar 17 22 01:46 PM shingeki-no-kyojin-the-final-season-part-2-005.mp4
.rw-rw-r-- linuxmint 414 B Mar 17 22 01:46 PM shingeki-no-kyojin-the-final-season-part-2-006.mp4
.rw-rw-r-- linuxmint 414 B Mar 17 22 01:46 PM shingeki-no-kyojin-the-final-season-part-2-007.mp4
.rw-rw-r-- linuxmint 414 B Mar 17 22 01:46 PM shingeki-no-kyojin-the-final-season-part-2-008.mp4
.rw-rw-r-- linuxmint 413 B Mar 17 22 01:46 PM shingeki-no-kyojin-the-final-season-part-2-009.mp4
.rw-rw-r-- linuxmint 414 B Mar 17 22 01:46 PM shingeki-no-kyojin-the-final-season-part-2-010.mp4
71zenith commented 2 years ago

Update to the latest version. These are m3u8 links which aria2 can't download. v1.9.2 allows to download them with ffmpeg

Quicksilver151 commented 2 years ago

why does the m3u8 links always download the highest resolution no matter what resolution i select would there be a way to fix that, or is that just a problem with it being m3u8

CoolnsX commented 2 years ago

It's a problem with m3u8..

CoolnsX commented 2 years ago

Fixed... U can update to latest version using ani-cli -U if u r using git version

Derisis13 commented 2 years ago

Not much activity here and the issue is solved. I'm closing it.