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

Shutdown spiders if collection not updated. Add ID to ComicBookInfo. Change filename of nhentai comics. #68

Merged
merged 13 commits into from
Dec 19, 2024

Conversation

RyouMon
Copy link
Owner

@RyouMon RyouMon commented Dec 19, 2024

close #54

@RyouMon RyouMon merged commit 7f77961 into main Dec 19, 2024
9 checks passed
@RyouMon RyouMon deleted the feature-fast-crawl branch December 19, 2024 17:15
Copy link

codecov bot commented Dec 19, 2024

Codecov Report

Attention: Patch coverage is 87.97654% with 41 lines in your changes missing coverage. Please review.

Project coverage is 84.35%. Comparing base (feca3cb) to head (696a075).
Report is 14 commits behind head on main.

Files with missing lines Patch % Lines
src/favorites_crawler/commands/crawl.py 21.42% 11 Missing ⚠️
src/favorites_crawler/spiders/__init__.py 75.86% 7 Missing ⚠️
src/favorites_crawler/spiders/nhentai.py 76.92% 6 Missing ⚠️
src/favorites_crawler/spiders/yandere.py 75.00% 5 Missing ⚠️
src/favorites_crawler/pipelines.py 57.14% 3 Missing ⚠️
src/favorites_crawler/spiders/pixiv.py 72.72% 3 Missing ⚠️
src/favorites_crawler/utils/files.py 86.95% 3 Missing ⚠️
src/favorites_crawler/spiders/twitter.py 71.42% 2 Missing ⚠️
src/favorites_crawler/items.py 95.23% 1 Missing ⚠️
@@            Coverage Diff             @@
##             main      #68      +/-   ##
==========================================
+ Coverage   82.30%   84.35%   +2.05%     
==========================================
  Files          38       44       +6     
  Lines        1407     1649     +242     
==========================================
+ Hits         1158     1391     +233     
- Misses        249      258       +9     
Files with missing lines Coverage Δ
src/favorites_crawler/commands/login.py 100.00% <100.00%> (ø)
src/favorites_crawler/exceptions.py 100.00% <100.00%> (ø)
src/favorites_crawler/itemloaders.py 100.00% <100.00%> (ø)
src/favorites_crawler/processors.py 88.11% <100.00%> (+0.36%) ⬆️
src/favorites_crawler/utils/auth.py 87.50% <100.00%> (+1.78%) ⬆️
src/favorites_crawler/utils/common.py 100.00% <100.00%> (ø)
src/favorites_crawler/utils/config.py 100.00% <ø> (ø)
tests/test_items.py 100.00% <100.00%> (ø)
tests/test_pipelines.py 100.00% <100.00%> (ø)
tests/test_processors.py 100.00% <100.00%> (ø)
... and 18 more

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Exit the program early when crawling to the latest files
1 participant