Skip to content

feat(imReadingABook): add new Spanish plugin for imreadingabook.com#2180

Open
anehemias6-star wants to merge 1 commit intolnreader:masterfrom
anehemias6-star:imreadingabook-plugin
Open

feat(imReadingABook): add new Spanish plugin for imreadingabook.com#2180
anehemias6-star wants to merge 1 commit intolnreader:masterfrom
anehemias6-star:imreadingabook-plugin

Conversation

@anehemias6-star
Copy link
Copy Markdown

Adds a new Spanish plugin for imreadingabook.com, a site that translates Korean, Chinese and Japanese light novels to Spanish.

  • popularNovels: parses /nuestros-proyectos/ for the full novel list
  • parseNovel: extracts cover, synopsis, status and chapter list from table
  • parseChapter: extracts chapter text from WordPress entry-content
  • searchNovels: uses WordPress search (?s=term)
  • Icon placed in public/static/src/es/imreadingabook/

Copy link
Copy Markdown
Collaborator

@K1ngfish3r K1ngfish3r left a comment

Choose a reason for hiding this comment

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

image

missing novel summary, status and genres
https://www.imreadingabook.com/4-formas-de-encontrar-una-esposa/
looking at the novel, it does have summary, status, not sure about genres

the chapter titles dont tell much, recommend adding the volume title if possible

icon = 'src/es/imreadingabook/icon.png';
site = 'https://www.imreadingabook.com';
version = '1.0.0';
filters = undefined;
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Suggested change
filters = undefined;
filters: Filters | undefined = undefined;

import { load as loadCheerio } from 'cheerio';
import { NovelStatus } from '@libs/novelStatus';
import { defaultCover } from '@libs/defaultCover';

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Suggested change
import { Filters } from '@libs/filterInputs';

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.

2 participants