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

[everia.club] Add support #6227

Merged
merged 1 commit into from
Nov 3, 2024
Merged

[everia.club] Add support #6227

merged 1 commit into from
Nov 3, 2024

Conversation

missionfloyd
Copy link
Contributor

@missionfloyd missionfloyd commented Sep 24, 2024

Supports posts, tags, categories, search results, and specific dates, months, or years

Resolves #4091

@missionfloyd missionfloyd force-pushed the everia.club branch 3 times, most recently from 698c908 to 5bba0c5 Compare September 25, 2024 06:16
@mikf
Copy link
Owner

mikf commented Oct 28, 2024

I tried cleaning up your code a bit to then merge it, only to realize that nothing works anymore.

All API endpoints return a 403 Forbidden error, probably because the /wp-json/ API was disabled for public use

{"code":"rest_authentication_error","message":"Forbidden","data":{"status":403}}

and post pages do not contain a JSON URL anymore and text.extr(page, 'application/json" href="', '"') returns an empty string.

@missionfloyd missionfloyd reopened this Nov 2, 2024
@missionfloyd missionfloyd marked this pull request as draft November 2, 2024 01:32
@missionfloyd missionfloyd marked this pull request as ready for review November 2, 2024 04:41
- Unescape title and URL
- Add tags and categories metadata
    Lookup tag id with API instead of downloading tag page
- Add category extractor
- Add tests
- Rename EveriaExtractor to EveriaPostExtractor
- Fix EveriaPostExtractor example
- Lookup tags/categories by post id
- Add date extractor
- Remove leftover pages parameter
- Add error handling for invalid dates.
- Add filename numbering
    Parse date
- Rename extract() to images()
- Remove html import
- Fix search/date URLs with page number
- Fix tag/category search
- Fix post extractor
- Fix tag, category extractors
- Fix search extractor
- Only load first page once
- Fix date extractor
- Fix tests
- Clean up search extractor
mikf added a commit that referenced this pull request Nov 3, 2024
@mikf mikf merged commit d31a3b5 into mikf:master Nov 3, 2024
10 checks passed
@mikf
Copy link
Owner

mikf commented Nov 3, 2024

Thank you.

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

Successfully merging this pull request may close these issues.

[REQUEST][NSFW] everia.club
2 participants