diff options
| -rw-r--r-- | doughellmann.com.txt | 1 | ||||
| -rw-r--r-- | pymotw.com.txt | 5 |
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/ |
