ali-sajjad-rizavi / super-anime-downloader

A program which takes an Anime name or URL and downloads the specified range of episodes.
30 stars 7 forks source link

Cant download anime in mp4 format instead of m3u8 #5

Open gee-glitch opened 3 years ago

gee-glitch commented 3 years ago

It was working well but now it downloads m3u8 instead of mp4. Ho can i resolve this

ali-sajjad-rizavi commented 3 years ago

@gee-glitch Which anime series had the m3u8 ? I will update the code and test on that.

gee-glitch commented 3 years ago

thanks for getting back nd srry for the late reply..... it was Saiyuuki Reload Blast, Nabari no ou and full metal panic. I tried downloading these but it just downloads m3u8 files.

HelpfulWeeb commented 3 years ago

Running into this problem too

ali-sajjad-rizavi commented 3 years ago

I have added 2 more video servers, hopefully you can run the program from master branch python code, until I create a new release. Instructions to run using python are given in the README.md. @gee-glitch @HelpfulWeeb

justfoolingaround commented 3 years ago

This issue is not a bug. GGA's CDN contain both m3u8 and mp4 URLs.

You might want to implement a HLS downloader alongside a regex (for file extension detection from URL) to solve this issue. Since you've been using aria2c, an external dependency for downloading, I prefer you use another reliable dependency known as ffmpeg instead. That way, you can completely remove aria2c.