Git Product home page Git Product logo

Comments (9)

ali-sajjad-rizavi avatar ali-sajjad-rizavi commented on September 21, 2024

It might be because of the video server because I receive 2mbps sometimes (my internet speed is 15MBPS). but I'll try to change the "options" added in aria2 downloader.

I see that you are using the release I just created!

Do you know how to run from python code? This way you will be able to test with the latest updated code.

from super-anime-downloader.

ajam123 avatar ajam123 commented on September 21, 2024

It might be because of the video server because I receive 2mbps sometimes (my internet speed is 15MBPS). but I'll try to change the "options" added in aria2 downloader.

I see that you are using the release I just created!

Do you know how to run from python code? This way you will be able to test with the latest updated code.

Yes, I do know how to run them.

from super-anime-downloader.

ali-sajjad-rizavi avatar ali-sajjad-rizavi commented on September 21, 2024

Downloading same episode but using IDM gave me around 5-8MB/s download speed.

So IDM is giving that much speed! Then I guess I need a look at the settings of aria2 downloader. This issue is helpful thanks!

from super-anime-downloader.

ali-sajjad-rizavi avatar ali-sajjad-rizavi commented on September 21, 2024

Do you think this would help temporarily if I add idman.bat file creation feature? So you will have to double click that file and then the downloads will be added to IDM queue. @ajam123

from super-anime-downloader.

ajam123 avatar ajam123 commented on September 21, 2024

Do you think this would help temporarily if I add idman.bat file creation feature? So you will have to double click that file and then the downloads will be added to IDM queue. @ajam123

I think that works too.

from super-anime-downloader.

ajam123 avatar ajam123 commented on September 21, 2024

issue fixed after change and adding this line to cli_downloader.py

options = f'-x 16 --max-connection-per-server=16 -s 16 -j 16 --max-concurrent-downloads=16 --check-certificate=false -d downloaded -o "{filename}"'

from super-anime-downloader.

ajam123 avatar ajam123 commented on September 21, 2024

Problem fixed after changed the options to
options = f'-k 2M -x 16 -s 16 --check-certificate=false -d downloaded -o "{filename}"'

This will force the download speeds to run at full speed.

from super-anime-downloader.

ali-sajjad-rizavi avatar ali-sajjad-rizavi commented on September 21, 2024

Great! I have noted that. I believe that it's a bad way that I had put options here, so I plan to enable users to change aria2 options in settings.py file.

from super-anime-downloader.

ali-sajjad-rizavi avatar ali-sajjad-rizavi commented on September 21, 2024

I have re-opened this issue, and will close it when I add these options options = f'-k 2M -x 16 -s 16 --check-certificate=false -d downloaded -o "{filename}"' to the master branch by enabling custom setting. @ajam123

from super-anime-downloader.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.