Giter VIP home page Giter VIP logo

Comments (3)

ostrolucky avatar ostrolucky commented on July 22, 2024 1

Ok, that makes sense. Default settings probably don't work too well for such slow connections. I will reopen this and evaluate how hard it would be to implement autoscaling. If it takes too much effort, I will probably go with new CLI option indeed

from bulk-bing-image-downloader.

ostrolucky avatar ostrolucky commented on July 22, 2024

First of all, thank you for your kind words. I'm really happy it helps you :)

Regarding the proposal, I'm afraid I don't intend to expose these options on this level. I've made this easily configurable by putting it at the top of the script. Having an CLI option for it is another level though. I minimize configuration options in my projects, because I believe lot of options make for convoluted configuration and harder to use program.

Specifically, paging is something which should really be left alone. It reflects paging used by bing in backend and changing it would result in skipped images. Only time this should be touched is when bing changes paging on their side and in such case it should be changed directly in this repository, so users don't need to change it by themselves. So far though, I did not receive any reports of needing to change this.

More easily configurable number of threads is more useful, but I believe I use sensible default. Ideally though I would like to make it scale automagically according to current throughput, so having the need to change it is eliminated altogether.

from bulk-bing-image-downloader.

clouedoc avatar clouedoc commented on July 22, 2024

I thought I've responded !

The default threading parameter is causing image download fails ( The max download rate I can get is 300KB/s ).

To get TX and RX speeds in python: https://github.com/fopina/pyspeedtest

Good continuation !

from bulk-bing-image-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.