13 lines
448 B
Plaintext
13 lines
448 B
Plaintext
|
|
# The site was redesigned: the old rule (body: //div[@class='comic']) selects
|
||
|
|
# nothing, so extraction silently fell through to Readability and dropped the
|
||
|
|
# comic entirely -- the panel is the article, and Readability keeps text.
|
||
|
|
body: //div[contains(@class, 'main-image-container')]
|
||
|
|
body: //div[@class='post-content']
|
||
|
|
|
||
|
|
strip: //nav
|
||
|
|
strip_id_or_class: pagination
|
||
|
|
|
||
|
|
autodetect_on_failure: no
|
||
|
|
|
||
|
|
test_url: https://loadingartist.com/comic/be-write-back/
|