Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

下载文件名问题和zip描述信息改动等(掺入一些灵魂的 #54

Open
wants to merge 73 commits into
base: dev
Choose a base branch
from

Commits on Nov 5, 2018

  1. Configuration menu
    Copy the full SHA
    fe0f687 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2018

  1. other format ( for example gif ) support

    changed some SL
    dynilath committed Nov 6, 2018
    Configuration menu
    Copy the full SHA
    3e55aed View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2018

  1. now it can adapt to many kinds of format. but png would be converted …

    …to jpg format by exhentai, it leaves a problem.
    dynilath committed Nov 7, 2018
    Configuration menu
    Copy the full SHA
    56a4499 View commit details
    Browse the repository at this point in the history
  2. temperal solution to format problem, it seems that only large images …

    …will be converted to .jpg file
    dynilath committed Nov 7, 2018
    Configuration menu
    Copy the full SHA
    299e562 View commit details
    Browse the repository at this point in the history
  3. file name would be confirmed after the single img page is loaded. con…

    …sidering write the id - name relational mapping into files.
    dynilath committed Nov 7, 2018
    Configuration menu
    Copy the full SHA
    d85f8ea View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2018

  1. Configuration menu
    Copy the full SHA
    b71b862 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2018

  1. Configuration menu
    Copy the full SHA
    9cd8fe8 View commit details
    Browse the repository at this point in the history
  2. changed a little in zipmeta

    dynilath committed Nov 9, 2018
    Configuration menu
    Copy the full SHA
    40720e8 View commit details
    Browse the repository at this point in the history
  3. ignore vs files

    dynilath committed Nov 9, 2018
    Configuration menu
    Copy the full SHA
    ccd8c50 View commit details
    Browse the repository at this point in the history
  4. ignore vs files 2

    dynilath committed Nov 9, 2018
    Configuration menu
    Copy the full SHA
    2fe450b View commit details
    Browse the repository at this point in the history
  5. ignore vs files 3

    dynilath committed Nov 9, 2018
    Configuration menu
    Copy the full SHA
    d5d7a3e View commit details
    Browse the repository at this point in the history
  6. Update .vs/slnx.sqlite

    ignore vs files
    dynilath committed Nov 9, 2018
    Configuration menu
    Copy the full SHA
    2692687 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    234c2f7 View commit details
    Browse the repository at this point in the history
  8. reduce diff with dev

    dynilath committed Nov 9, 2018
    Configuration menu
    Copy the full SHA
    cc93ad9 View commit details
    Browse the repository at this point in the history
  9. a reference error

    dynilath committed Nov 9, 2018
    Configuration menu
    Copy the full SHA
    1a69790 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #1 from dynilath/master

    merge master into dev
    dynilath authored Nov 9, 2018
    Configuration menu
    Copy the full SHA
    f4912c8 View commit details
    Browse the repository at this point in the history
  11. Update .gitignore

    dynilath committed Nov 9, 2018
    Configuration menu
    Copy the full SHA
    1a7dee9 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c51d593 View commit details
    Browse the repository at this point in the history
  13. Update .travis.yml

    dynilath authored Nov 9, 2018
    Configuration menu
    Copy the full SHA
    c6ea144 View commit details
    Browse the repository at this point in the history
  14. Update .travis.yml

    dynilath authored Nov 9, 2018
    Configuration menu
    Copy the full SHA
    04381fd View commit details
    Browse the repository at this point in the history
  15. Update setup.py

    dynilath authored Nov 9, 2018
    Configuration menu
    Copy the full SHA
    f698834 View commit details
    Browse the repository at this point in the history
  16. Update .travis.yml

    dynilath authored Nov 9, 2018
    Configuration menu
    Copy the full SHA
    b38eccc View commit details
    Browse the repository at this point in the history
  17. support python 2.x

    glob.escape is not supported in python 2.x, use other method to filter files instead.
    output zipfile meta into xehdone, nothing more yet.
    dynilath committed Nov 9, 2018
    Configuration menu
    Copy the full SHA
    d5b9074 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2018

  1. Configuration menu
    Copy the full SHA
    c8d114c View commit details
    Browse the repository at this point in the history
  2. Update .travis.yml

    dynilath committed Nov 10, 2018
    Configuration menu
    Copy the full SHA
    718bd4c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5cd295a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8fedb0e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ccb7d26 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2018

  1. Configuration menu
    Copy the full SHA
    48d5ce3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e5a5c7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2da212f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    61da4e6 View commit details
    Browse the repository at this point in the history
  5. fix task.py some error in state transition

    after repairing a redundant code part
    if self.meta['finished'] == self.meta['total']:
                self.state == TASK_STATE_FINISHED
    to if self.meta['finished'] == self.meta['total']:
                self.state = TASK_STATE_FINISHED
    
    it leaves some problem in program
    this commit fixed it
    dynilath committed Nov 11, 2018
    Configuration menu
    Copy the full SHA
    162b1e9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    45915ff View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2018

  1. Configuration menu
    Copy the full SHA
    2bbf93a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b77576c View commit details
    Browse the repository at this point in the history
  3. fix task.py core.py some logical error in prescan, and remove redunda…

    …nt scan downloaded
    
    scan downloaded would return in recent commit and it is only in use when download_ori=True
    dynilath committed Nov 12, 2018
    Configuration menu
    Copy the full SHA
    cb741cc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8735e18 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2018

  1. Configuration menu
    Copy the full SHA
    3d6e966 View commit details
    Browse the repository at this point in the history
  2. fix task.py due to some rounding issues in python 3.7, size check now…

    … cal file size in byte to compare
    dynilath committed Nov 13, 2018
    Configuration menu
    Copy the full SHA
    13093ac View commit details
    Browse the repository at this point in the history
  3. fix task.py reference error

    dynilath committed Nov 13, 2018
    Configuration menu
    Copy the full SHA
    072fba3 View commit details
    Browse the repository at this point in the history
  4. feature task.py core.py now the scanning after page scan would scan f…

    …older or zip file according to fid_2_file_name_map
    dynilath committed Nov 13, 2018
    Configuration menu
    Copy the full SHA
    3e6ed35 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2018

  1. Configuration menu
    Copy the full SHA
    6e83df0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8cb0c1c View commit details
    Browse the repository at this point in the history
  3. fix core.py there are some issues in resuming and pausing tasks, this…

    … is a temporary solution
    dynilath committed Nov 23, 2018
    Configuration menu
    Copy the full SHA
    169583b View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2018

  1. fix task.py

    original file name mistaken in restarting task
    dynilath committed Nov 29, 2018
    Configuration menu
    Copy the full SHA
    22da13d View commit details
    Browse the repository at this point in the history
  2. fix filters.py task.py

    some image file sizes are count by bytes
    dynilath committed Nov 29, 2018
    Configuration menu
    Copy the full SHA
    119e244 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    26e6066 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2018

  1. opt task.py

    only remove all file when task is download_ori but existing file is not
    dynilath committed Dec 8, 2018
    Configuration menu
    Copy the full SHA
    1a959ba View commit details
    Browse the repository at this point in the history
  2. opt task.py

    same file name with different url means that the user wants the images to come from a new source
    dynilath committed Dec 8, 2018
    Configuration menu
    Copy the full SHA
    8761ce6 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2018

  1. edit task.py

    just move some commend
    dynilath committed Dec 11, 2018
    Configuration menu
    Copy the full SHA
    739d749 View commit details
    Browse the repository at this point in the history
  2. opt task.py

    if download process would check file size, why should download file precheck do that? it is redundant.
    dynilath committed Dec 11, 2018
    Configuration menu
    Copy the full SHA
    7cb98ff View commit details
    Browse the repository at this point in the history
  3. fix task.py

    just forget to use .items().
    why dic are so different in java /c#/cpp/python(
    dynilath committed Dec 11, 2018
    Configuration menu
    Copy the full SHA
    414791a View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2018

  1. reduce diff in core.py

    dynilath committed Dec 15, 2018
    Configuration menu
    Copy the full SHA
    733732d View commit details
    Browse the repository at this point in the history
  2. reduce diff in setup.py

    dynilath committed Dec 15, 2018
    Configuration menu
    Copy the full SHA
    1c15bfa View commit details
    Browse the repository at this point in the history
  3. reduce diff in .travis.yml

    dynilath committed Dec 15, 2018
    Configuration menu
    Copy the full SHA
    4854c78 View commit details
    Browse the repository at this point in the history
  4. reduce diff

    dynilath committed Dec 15, 2018
    Configuration menu
    Copy the full SHA
    1f8d774 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ec10a61 View commit details
    Browse the repository at this point in the history
  6. reduce diff

    dynilath committed Dec 15, 2018
    Configuration menu
    Copy the full SHA
    725cc8c View commit details
    Browse the repository at this point in the history
  7. reduce diffs

    dynilath committed Dec 15, 2018
    Configuration menu
    Copy the full SHA
    cacdfd8 View commit details
    Browse the repository at this point in the history
  8. reduce diffs

    dynilath committed Dec 15, 2018
    Configuration menu
    Copy the full SHA
    398e799 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    95c6524 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2019

  1. i dont remember anything QAQ

    dynilath committed Nov 10, 2019
    Configuration menu
    Copy the full SHA
    acf26bb View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2020

  1. some update

    The most noteworthy is that reload url had changed a bit. Now it can be
    mix-up of letters and numbers and dashes.
    dynilath committed Mar 1, 2020
    Configuration menu
    Copy the full SHA
    89a6c83 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2020

  1. set failcode to 0

    when load from h.json, failcode of task needs reset
    dynilath committed Mar 5, 2020
    Configuration menu
    Copy the full SHA
    8416d03 View commit details
    Browse the repository at this point in the history
  2. rewrite proxy management

    dynilath committed Mar 5, 2020
    Configuration menu
    Copy the full SHA
    32e48b5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    379e0d2 View commit details
    Browse the repository at this point in the history
  4. just format

    dynilath committed Mar 5, 2020
    Configuration menu
    Copy the full SHA
    d9bf9e8 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2020

  1. better proxy management

    dynilath committed May 6, 2020
    Configuration menu
    Copy the full SHA
    eaa0583 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    64538da View commit details
    Browse the repository at this point in the history
  3. just format

    dynilath committed May 6, 2020
    Configuration menu
    Copy the full SHA
    c30ff42 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2883602 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    574b082 View commit details
    Browse the repository at this point in the history