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

Add ExorcismAcademy #289

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dmoonfire
Copy link
Contributor

@dmoonfire dmoonfire commented Sep 24, 2023

Add ExorcismAcademy from https://ea.asmodrawscomics.com/

The namer is use to attempt to create a lexical ordering (four-digit zero pad) by moving the "Pg-\d+" in the file name to the beginning.

@codecov
Copy link

codecov bot commented Oct 8, 2023

Codecov Report

Attention: Patch coverage is 62.50000% with 6 lines in your changes missing coverage. Please review.

Project coverage is 82.00%. Comparing base (92bdd00) to head (809796f).
Report is 60 commits behind head on master.

Files with missing lines Patch % Lines
dosagelib/plugins/e.py 62.50% 6 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #289      +/-   ##
==========================================
- Coverage   82.05%   82.00%   -0.05%     
==========================================
  Files          79       79              
  Lines        6649     6664      +15     
  Branches      525      525              
==========================================
+ Hits         5456     5465       +9     
- Misses       1073     1079       +6     
  Partials      120      120              

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

multipleImagesPerStrip = True
adult = True

def namer(self, image_url, page_url):
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this just a more fancy version of joinPathPartsNamer? Wouldn't it make sense to expand that instead?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm sorry, I haven't figured out how use joinPathPartsNamer to zero-pad and pull out elements. Or to split on the preceding "-" (which is not always there).

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.

None yet

2 participants