mirror of
https://github.com/moparisthebest/wallabag
synced 2024-11-12 12:25:07 -05:00
5 lines
286 B
Plaintext
Executable File
5 lines
286 B
Plaintext
Executable File
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/ |