Coder Social home page Coder Social logo

Comments (18)

WhoPunkedU avatar WhoPunkedU commented on August 28, 2024 1

from anime-downloader.

vn-ki avatar vn-ki commented on August 28, 2024

I'm not sure why this happens. When I get around to a windows a machine I will try this out and verify. Does this happen with every download?

Detailed installation instructions is available in the wiki.

Installing on linux is easy enough. If you have python and pip installed, do

pip install anime-downloader

If you want kissanime support,

pip install anime-downloader[cloudflare]

If you don't have python or pip installed, the installation depends on your distro. On ubuntu,

sudo apt-get install python3-pip

should do the trick.

from anime-downloader.

vn-ki avatar vn-ki commented on August 28, 2024

After a quick google search, I came across this. Can you check it out and reply?

https://www.ghacks.net/2016/08/05/windows-10-limiting-internet-speed/

from anime-downloader.

NathanDreamweaver avatar NathanDreamweaver commented on August 28, 2024

Sorry, i was busy, however i got my hands on a linux machine and lo and behold.... It slows down. I also got a friend to test for me on THEIR linux machine. Still slows down. So it has nothing to do with windows 10.

from anime-downloader.

vn-ki avatar vn-ki commented on August 28, 2024

Can you try downloading the stream using some other tool, maybe IDM (if it supports downloading streams). On Linux you can try it with aria2. Use --url flag to get the stream url and try downloading with that.

Aria2 and IDM should be faster given they used multiple threads for downloads, but should give a general idea about average speed. If there is hell lot of difference, I'll look into it.

from anime-downloader.

NathanDreamweaver avatar NathanDreamweaver commented on August 28, 2024

i do remember once using the script for tampermonkey to download from kissanime with IDM and downloads never slowing down. Gonna try with this right now.

from anime-downloader.

NathanDreamweaver avatar NathanDreamweaver commented on August 28, 2024

With aria2c it still slows down but with IDM it's constantly 5 megabytes per second from kissanime.

from anime-downloader.

NathanDreamweaver avatar NathanDreamweaver commented on August 28, 2024

So a HUGE difference

from anime-downloader.

NathanDreamweaver avatar NathanDreamweaver commented on August 28, 2024

With another download manager such as jdownloader it slows down.

from anime-downloader.

vn-ki avatar vn-ki commented on August 28, 2024

Sorry for the delayed reply.

If aria2 can't download it full speed it might be hard to achieve full speed with this tool. IDM might be using multiple simultaneous connections to achieve maximum bandwidth (This can be achieved with aria2c -s 4, if I remember correctly), but this is a discouraged practice.

In any case, I will investigate the slowing down.

from anime-downloader.

NathanDreamweaver avatar NathanDreamweaver commented on August 28, 2024

Alright, thank you very much

from anime-downloader.

fqrious avatar fqrious commented on August 28, 2024

Streaming sites generally slows down your transfer after loading the first X (say 30) seconds.

from anime-downloader.

vn-ki avatar vn-ki commented on August 28, 2024

In that case, as a temporary fix maybe we can add an option to use an external downloader like aria2.

from anime-downloader.

WhoPunkedU avatar WhoPunkedU commented on August 28, 2024

from anime-downloader.

vn-ki avatar vn-ki commented on August 28, 2024

@WhoPunkedU AFAIK, IDM does not expose an api for downloading. So it would be impossible to support it.

@filo97 I have implemented the ability for downloading through external tools in master branch. Can you try it out and see if it fixes the download speeds for you?
You need to have aria2 installed.
Use the below command.

anime dl 'code geass' --external-downloader "{aria2}"

Replace code geass with your favourite anime 😅. (Code geass is awesome, btw)

Installation of dev version is mentioned in the readme.

from anime-downloader.

vn-ki avatar vn-ki commented on August 28, 2024

I have added partially fixed to this issue as the latest version can use external cli based downloaders.

from anime-downloader.

vn-ki avatar vn-ki commented on August 28, 2024

This has been fixed in master. The newly introduced --chunk-size argument can be used to counter throttling.

from anime-downloader.

vn-ki avatar vn-ki commented on August 28, 2024

Fixed in 3.4.0. I still recommend using aria2 for downloading.

from 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.