diff options
author | Maryana Rozhankivska <mariroz@mr.lviv.ua> | 2014-07-21 19:34:59 +0300 |
---|---|---|
committer | Maryana Rozhankivska <mariroz@mr.lviv.ua> | 2014-07-21 19:34:59 +0300 |
commit | 5594d7d05469bcff2a046a99d49990bd63a6fd4f (patch) | |
tree | 19f899bedb016614a4dabc9642ac8a654752356a /inc | |
parent | 26452f891f3ba75f2636733dbfe943535636df06 (diff) | |
download | wallabag-5594d7d05469bcff2a046a99d49990bd63a6fd4f.tar.gz wallabag-5594d7d05469bcff2a046a99d49990bd63a6fd4f.tar.zst wallabag-5594d7d05469bcff2a046a99d49990bd63a6fd4f.zip |
issue #750 - config for dn.pt site added
Diffstat (limited to 'inc')
-rwxr-xr-x | inc/3rdparty/site_config/standard/dn.pt.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/inc/3rdparty/site_config/standard/dn.pt.txt b/inc/3rdparty/site_config/standard/dn.pt.txt new file mode 100755 index 00000000..051b8cb9 --- /dev/null +++ b/inc/3rdparty/site_config/standard/dn.pt.txt | |||
@@ -0,0 +1,9 @@ | |||
1 | single_page_link: concat('http://www.dn.pt/Common/print.aspx?content_id=', //input[@type='hidden' and @name='link-comments']/@value) | ||
2 | #<input type="hidden" name="link-comments" class="link-comments" value="3972244"> | ||
3 | |||
4 | title: //h1 | ||
5 | author: //div[@class="Author"] | ||
6 | |||
7 | strip: //div[@class="Patrocinio"] | ||
8 | |||
9 | test_url: http://www.dn.pt/inicio/opiniao/interior.aspx?content_id=3972244&seccao=Alberto%20Gon%E7alves&tag=Opini%E3o%20-%20Em%20Foco&page=1 \ No newline at end of file | ||