diff options
author | Vincent Malley <vincent.malley@insalien.org> | 2015-02-08 15:58:24 -0500 |
---|---|---|
committer | Vincent Malley <vincent.malley@insalien.org> | 2015-02-08 15:58:24 -0500 |
commit | 7f31a3ed243a9a681b946dfc245178d60d1ac123 (patch) | |
tree | f438223516a4157131c95cc7245d459fc5d739d4 | |
parent | 7fe8a9adc44a73221959263b08b516ec20bf85a0 (diff) | |
download | wallabag-7f31a3ed243a9a681b946dfc245178d60d1ac123.tar.gz wallabag-7f31a3ed243a9a681b946dfc245178d60d1ac123.tar.zst wallabag-7f31a3ed243a9a681b946dfc245178d60d1ac123.zip |
fixing gist parsing
-rwxr-xr-x | inc/3rdparty/site_config/standard/gist.github.com.txt | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/inc/3rdparty/site_config/standard/gist.github.com.txt b/inc/3rdparty/site_config/standard/gist.github.com.txt index 90207862..f11b7b42 100755 --- a/inc/3rdparty/site_config/standard/gist.github.com.txt +++ b/inc/3rdparty/site_config/standard/gist.github.com.txt | |||
@@ -1,6 +1,4 @@ | |||
1 | body: //div[@class="highlight"]/pre | ||
2 | 1 | ||
3 | prune: no | 2 | title: //div[contains(@class,'gist-description')] |
4 | tidy: no | 3 | body: //div[contains(@class,'blob-wrapper')] |
5 | 4 | test_url: https://gist.github.com/staltz/868e7e9bc2a7b8c1f754 | |
6 | test_url: https://gist.github.com/1258908 \ No newline at end of file | ||