mirror of
https://github.com/moparisthebest/wallabag
synced 2024-11-12 12:25:07 -05:00
13 lines
534 B
Plaintext
13 lines
534 B
Plaintext
|
author: substring(//h3[@class='headlines']/span[@class='dates'],0,string-length(//h3[@class='headlines']/span[@class='dates'])-20)
|
||
|
|
||
|
|
||
|
date: substring((//h3[@class='headlines']/span[@class='dates']),string-length(//h3[@class='headlines']/span[@class='dates'])-18,12)
|
||
|
|
||
|
|
||
|
body: //div[@class='first-article-big']
|
||
|
strip: //table[@class='newsimagecontainer']
|
||
|
strip: //h3[@class='headlines']
|
||
|
strip: //iframe[@class='headlines']
|
||
|
strip: //a[@class='newslink']
|
||
|
convert_double_br_tags: yes
|
||
|
test_url: http://bb.is/Pages/82?NewsID=174119
|