mirror of
https://github.com/moparisthebest/wallabag
synced 2024-11-12 04:15:03 -05:00
11 lines
394 B
Plaintext
11 lines
394 B
Plaintext
|
# This is far from perfect, but so is BoingBoing's markup
|
||
|
title: //h2[@class="headline"]
|
||
|
single_page_link: //h2[@class="headline"]/a
|
||
|
#date: //p[@class="byline"]
|
||
|
body: //div[@class="post"]
|
||
|
|
||
|
strip_id_or_class: shareMe
|
||
|
strip_id_or_class: authorbox
|
||
|
strip_id_or_class: byline
|
||
|
|
||
|
test_url: http://boingboing.net/2011/10/23/understanding-the-hyperrich-through-the-lens-of-tomorrows-history.html
|