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 sankaku data pool #18

Merged
merged 2 commits into from
Dec 19, 2024
Merged

dev(narugo): add sankaku data pool #18

merged 2 commits into from
Dec 19, 2024

Conversation

narugo1992
Copy link
Contributor

from cheesechaser.datapool import SankakuWebpDataPool, SankakuDataPool

pool = SankakuDataPool()
pool.batch_download_to_directory(
    resource_ids=[4000000, 4000001, 4000002, 36863304, 36863146],
    dst_dir='/data/sankaku',
    max_workers=12,
)

@narugo1992 narugo1992 added documentation Improvements or additions to documentation enhancement New feature or request labels Dec 19, 2024
@narugo1992 narugo1992 self-assigned this Dec 19, 2024
Copy link

codecov bot commented Dec 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 83.48%. Comparing base (c3fbcc5) to head (323131b).
Report is 3 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #18      +/-   ##
==========================================
+ Coverage   83.01%   83.48%   +0.46%     
==========================================
  Files          32       33       +1     
  Lines        1095     1126      +31     
==========================================
+ Hits          909      940      +31     
  Misses        186      186              
Flag Coverage Δ
unittests 83.48% <100.00%> (+0.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 85b7786 into main Dec 19, 2024
19 checks passed
@narugo1992 narugo1992 deleted the dev/sankaku branch December 19, 2024 09:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant