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

dev(narugo): add e621 support #12

Merged
merged 4 commits into from
Oct 2, 2024
Merged

dev(narugo): add e621 support #12

merged 4 commits into from
Oct 2, 2024

Conversation

narugo1992
Copy link
Contributor

from cheesechaser.datapool import E621NewestDataPool

pool = E621NewestDataPool()

# download e621 #2010000-2010300, to directory /data/e621
pool.batch_download_to_directory(
    resource_ids=range(2010000, 2010300),
    dst_dir='/data/e621',
    max_workers=12,
)

@narugo1992 narugo1992 added the enhancement New feature or request label Oct 2, 2024
@narugo1992 narugo1992 self-assigned this Oct 2, 2024
Copy link

codecov bot commented Oct 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 82.55%. Comparing base (d87fa47) to head (9020fb5).
Report is 5 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #12      +/-   ##
==========================================
+ Coverage   81.09%   82.55%   +1.46%     
==========================================
  Files          29       30       +1     
  Lines         984     1055      +71     
==========================================
+ Hits          798      871      +73     
+ Misses        186      184       -2     
Flag Coverage Δ
unittests 82.55% <100.00%> (+1.46%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@narugo1992 narugo1992 merged commit e4e226e into main Oct 2, 2024
19 checks passed
@narugo1992 narugo1992 deleted the dev/e621 branch October 2, 2024 13:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant