aboutsummaryrefslogtreecommitdiffhomepage
path: root/inc/3rdparty/site_config
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas.loeuillet@gmail.com>2013-12-02 23:14:49 -0800
committerNicolas LÅ“uillet <nicolas.loeuillet@gmail.com>2013-12-02 23:14:49 -0800
commit13991e52884abf837a8736eb11d2259f626e1c99 (patch)
tree906f854989ecced1d56b2609d68b667b6040d1ea /inc/3rdparty/site_config
parente232d5532ac3c861126e93e2b544de30bbf7c4f1 (diff)
parent16ac4e3dbe5b3137fdb3d5f476efe627c0aad8e4 (diff)
downloadwallabag-13991e52884abf837a8736eb11d2259f626e1c99.tar.gz
wallabag-13991e52884abf837a8736eb11d2259f626e1c99.tar.zst
wallabag-13991e52884abf837a8736eb11d2259f626e1c99.zip
Merge pull request #349 from JasonGhent/master
Stackoverflow parsing and subdomain failover fix.
Diffstat (limited to 'inc/3rdparty/site_config')
-rwxr-xr-xinc/3rdparty/site_config/custom/stackexchange.com.txt4
-rwxr-xr-xinc/3rdparty/site_config/custom/stackoverflow.com.txt4
2 files changed, 8 insertions, 0 deletions
diff --git a/inc/3rdparty/site_config/custom/stackexchange.com.txt b/inc/3rdparty/site_config/custom/stackexchange.com.txt
new file mode 100755
index 00000000..c9d44b1d
--- /dev/null
+++ b/inc/3rdparty/site_config/custom/stackexchange.com.txt
@@ -0,0 +1,4 @@
1title: //title
2body: //div[@id='question']//div[contains(@class,'post-text')] | //div[@id='answers-header']//h2 | //div[contains(@class,'accepted-answer')]//div[contains(@class,'post-text')]
3
4test_url: http://cstheory.stackexchange.com/questions/14811/what-is-the-enlightenment-im-supposed-to-attain-after-studying-finite-automata/14818#14818
diff --git a/inc/3rdparty/site_config/custom/stackoverflow.com.txt b/inc/3rdparty/site_config/custom/stackoverflow.com.txt
new file mode 100755
index 00000000..d2eb984d
--- /dev/null
+++ b/inc/3rdparty/site_config/custom/stackoverflow.com.txt
@@ -0,0 +1,4 @@
1title: //title
2body: //div[@id='question']//div[contains(@class,'post-text')] | //div[@id='answers-header']//h2 | //div[contains(@class,'accepted-answer')]//div[contains(@class,'post-text')]
3
4test_url: http://stackoverflow.com/questions/20302422/calling-a-function-from-a-javascript-object