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) --- pymotw.com.txt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 pymotw.com.txt (limited to 'pymotw.com.txt') 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