You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, rather than requesting to add it, I’d like to ask if there’s a place or way to share a parser for a specific site. I’ve just made one for https://karistudio.com/, and it’s working well, but I’m not sure how to share it.
Also, is it possible to make this parser permanent in the plugin? If so, how can I do that, or do I always need to go through this process every time?
Hostname: karistudio.com
URL of first chapter:
(required) CSS selector for element holding content to put into EPUB: article.small.single
CSS selector for element holding Title of Chapter: div.bs-header h1.title
CSS selector for element(s) to remove: div#novel_nav,div.code-block.code-block-4,div#donation-msg div,nav.navigation.post-navigation,div.code-block.code-block-5 script,div.code-block.code-block-2,div.code-block.code-block-5,div.row div#block-35.col-md-4.rotateInDownLeft.animated.bs-widget.widget_block,div.code-block.code-block-2,div.code-block.code-block-1
(Thank you for making this tool <3)
The text was updated successfully, but these errors were encountered:
Also, is it possible to make this parser permanent in the plugin?
If you set values for the default parser for a site, WebToEpub is supposed to remember them. You should be able to save the settings to a file with "Write Options to file" under advanced settings.
Hi, rather than requesting to add it, I’d like to ask if there’s a place or way to share a parser for a specific site. I’ve just made one for https://karistudio.com/, and it’s working well, but I’m not sure how to share it.
Also, is it possible to make this parser permanent in the plugin? If so, how can I do that, or do I always need to go through this process every time?
Anyway, here’s what I’ve put in each case for https://karistudio.com/:
Hostname: karistudio.com
URL of first chapter:
(required) CSS selector for element holding content to put into EPUB: article.small.single
CSS selector for element holding Title of Chapter: div.bs-header h1.title
CSS selector for element(s) to remove: div#novel_nav,div.code-block.code-block-4,div#donation-msg div,nav.navigation.post-navigation,div.code-block.code-block-5 script,div.code-block.code-block-2,div.code-block.code-block-5,div.row div#block-35.col-md-4.rotateInDownLeft.animated.bs-widget.widget_block,div.code-block.code-block-2,div.code-block.code-block-1
(Thank you for making this tool <3)
The text was updated successfully, but these errors were encountered: