mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-14 21:11:06 +00:00
5 lines
286 B
Text
5 lines
286 B
Text
|
next_page_link: //a[contains(., 'NEXT PAGE')]
|
||
|
# following::node() selects text nodes too whereas following::* selects only elements.
|
||
|
strip: //span[@class='pageo']/following::node()
|
||
|
strip: //span[@class='pageo']
|
||
|
test_url: http://technologizer.com/2010/03/08/the-secret-origin-of-windows/
|