Git Product home page Git Product logo

python-image-dowloader's People

Contributors

dependabot[bot] avatar solitaryspiral avatar

Stargazers

 avatar

Watchers

 avatar

python-image-dowloader's Issues

nozomi data isue

  • negative tags doesn't work correctly.

  • good tags may have problems, when tag character and tag artist have same name. negative tag don't except artist tag.
    for example:
    sherry
    image

  • Bad search: nozomi has tag search with blue tag, red tag as artist tag and green as character tag, but in some cases image searching no have difference in them. It can download extra post, that you don't need. Some tags of character tag are blue and green with low difference.
    image
    and
    image

  • Also need something for good searching to avoid extra tags

positive_tags17 = ['marie']
positive_tags18 = ['marie_rose']
positive_tags19 = ['marierose']

or

positive_tags7 = ['Vanellope']
positive_tags11 = ['vanellope']
positive_tags4 = ['vanellope_von_schweetz']

or

positive_tags10 = ['Sarah']
positive_tags12 = ['sarah_(the_last_of_us)']

Сервер предоставляет файлы медленно.

Не смотря на простой код многопоточность, асинхронного, мультипроцессорность не делают скачивание быстрым. Не позволяют использовать всю пропускную способность сети. Количество файлов за единицу времени скачивается меньше, чем средняя скорость трафика сети клиента.

Должен быть способ получать файлы гораздо быстрее и больше, и не получить бан по ip за api abuse.

buffer size problem

In some cases, when artist tag have Upper case letters.
post_ids = list(struct.unpack(f'!{total_ids}I', bytearray(response.content)))
breaks down to error

File "d:\ghd\python-nozomi-3.0.0\nozomi\api.py", line 174, in _get_post_ids
struct.error: unpack requires a buffer of 152 bytes

--buffer size problem
positive_tags = ['artist:PossumMachine⚠️']
positive_tags2 = ['artist:Libidoll']
positive_tags3 = ['artist:AliceBunnie']
positive_tags4 = ['artist:SPICYdias']

broken files

sometimes request file_type not equal content_type.

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.