From 4b9c34293b5182aceabe8590e08412e538eb7261 Mon Sep 17 00:00:00 2001 From: nblock Date: Wed, 18 May 2016 19:00:37 +0200 Subject: Add pymotw.com and doughellmann.com (#157) --- doughellmann.com.txt | 1 + pymotw.com.txt | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 doughellmann.com.txt create mode 100644 pymotw.com.txt 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/ -- cgit v1.3.1