mirror of
https://github.com/kemayo/leech
synced 2025-12-26 18:24:30 +01:00
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).
11 lines
427 B
JSON
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"
|
|
}
|