diff --git a/config/comic.yml.example b/config/comic.yml.example new file mode 100644 index 0000000..d303409 --- /dev/null +++ b/config/comic.yml.example @@ -0,0 +1,10 @@ +--- +name: XKCD +home_url: http://xkcd.com/ +base_url: http://xkcd.com/ +image_xpath: //div[@id="middleContent"]//div[@class="s"]//img/@src +first_xpath: //div[@class="menuCont"][1]/ul/li[1]/a/@href +prev_xpath: //div[@class="menuCont"][1]/ul/li[2]/a/@href +next_xpath: //div[@class="menuCont"][1]/ul/li[4]/a/@href +last_xpath: //div[@class="menuCont"][1]/ul/li[5]/a/@href +sleep: 1