summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornblock <nblock@users.noreply.github.com>2016-05-18 19:00:37 +0200
committerFiveFilters.org <fivefilters@fivefilters.org>2016-05-18 19:00:37 +0200
commit4b9c34293b5182aceabe8590e08412e538eb7261 (patch)
tree7d8fa90c9c724b57f9394bf3ad90704c28e6258d
parent2308312087fa37460ae4d4898d78321a7f6ae651 (diff)
downloadftr-site-config-4b9c34293b5182aceabe8590e08412e538eb7261.tar.gz
ftr-site-config-4b9c34293b5182aceabe8590e08412e538eb7261.zip
Add pymotw.com and doughellmann.com (#157)
-rw-r--r--doughellmann.com.txt1
-rw-r--r--pymotw.com.txt5
2 files changed, 6 insertions, 0 deletions
diff --git a/doughellmann.com.txt b/doughellmann.com.txt
new file mode 100644
index 0000000..144025d
--- /dev/null
+++ b/doughellmann.com.txt
@@ -0,0 +1 @@
+single_page_link: //a[.="Read more…"]/@href
diff --git a/pymotw.com.txt b/pymotw.com.txt
new file mode 100644
index 0000000..0f9db08
--- /dev/null
+++ b/pymotw.com.txt
@@ -0,0 +1,5 @@
+body: //div[starts-with(@id, 'module-')]
+
+test_url: https://pymotw.com/3/configparser/
+test_url: https://pymotw.com/3/shlex/
+test_url: https://pymotw.com/3/sys/