1
0
Fork 0
mirror of https://github.com/kemayo/leech synced 2025-12-26 18:24:30 +01:00
leech/examples/pale-withextras.json
Idan Dor 31f663c6e0 Added image embedding support for epub
Specifically, added image_selector for arbitrary sites that allows
selecting img tags from chapters, downloading them
and embedding them within the resulting epub.

In the case of Pale, this means that the character banners and
extra materials do not require an internet connection to view.

Also made the two pale.json's more consistent (pale.json now correctly
includes the title of the chapters).
2024-11-23 13:22:53 -06:00

11 lines
427 B
JSON

{
"url": "https://palewebserial.wordpress.com/2020/05/05/blood-run-cold-0-0/",
"title": "Pale",
"author": "Wildbow",
"content_selector": "#main",
"content_title_selector": "h1.entry-title",
"content_text_selector": ".entry-content",
"filter_selector": ".sharedaddy, style, a[href*='palewebserial.wordpress.com']",
"next_selector": "a[rel=\"next\"]",
"image_selector": ".entry-content img"
}