]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
fixing gist parsing
authorVincent Malley <vincent.malley@insalien.org>
Sun, 8 Feb 2015 20:58:24 +0000 (15:58 -0500)
committerVincent Malley <vincent.malley@insalien.org>
Sun, 8 Feb 2015 20:58:24 +0000 (15:58 -0500)
inc/3rdparty/site_config/standard/gist.github.com.txt

index 902078627e3a0fb140ef334840e710d21edb71c6..f11b7b426d3e01591d0f9832c09f099e31ad5e3e 100755 (executable)
@@ -1,6 +1,4 @@
-body: //div[@class="highlight"]/pre
 
-prune: no
-tidy: no
-
-test_url: https://gist.github.com/1258908
\ No newline at end of file
+title: //div[contains(@class,'gist-description')]
+body: //div[contains(@class,'blob-wrapper')]
+test_url: https://gist.github.com/staltz/868e7e9bc2a7b8c1f754