1
0
Fork 0
mirror of https://github.com/kemayo/leech synced 2026-01-01 21:23:28 +01:00
leech/examples/pale-withextras.json
Idan Dor d3e603a028 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).
2022-11-04 16:04:18 +02: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"
}