config: update example file.
This commit is contained in:
parent
e238309360
commit
654aa1df78
1 changed files with 12 additions and 9 deletions
|
@ -1,10 +1,13 @@
|
||||||
---
|
---
|
||||||
|
description:
|
||||||
name: XKCD
|
name: XKCD
|
||||||
|
url:
|
||||||
home_url: http://xkcd.com/
|
home_url: http://xkcd.com/
|
||||||
base_url: http://xkcd.com/
|
base_url: http://xkcd.com/
|
||||||
image_xpath: //div[@id="middleContent"]//div[@class="s"]//img/@src
|
navigation:
|
||||||
first_xpath: //div[@class="menuCont"][1]/ul/li[1]/a/@href
|
image: //div[@id="middleContent"]//div[@class="s"]//img/@src
|
||||||
prev_xpath: //div[@class="menuCont"][1]/ul/li[2]/a/@href
|
first: //div[@class="menuCont"][1]/ul/li[1]/a/@href
|
||||||
next_xpath: //div[@class="menuCont"][1]/ul/li[4]/a/@href
|
prev: //div[@class="menuCont"][1]/ul/li[2]/a/@href
|
||||||
last_xpath: //div[@class="menuCont"][1]/ul/li[5]/a/@href
|
next: //div[@class="menuCont"][1]/ul/li[4]/a/@href
|
||||||
sleep: 1
|
last: //div[@class="menuCont"][1]/ul/li[5]/a/@href
|
||||||
|
sleep: 0.25
|
||||||
|
|
Loading…
Reference in a new issue