diff options
| author | Diego de las Heras <ngosang@users.noreply.github.com> | 2017-02-09 20:49:44 +0100 |
|---|---|---|
| committer | FiveFilters.org <fivefilters@fivefilters.org> | 2017-02-09 20:49:44 +0100 |
| commit | 88e2adb5412b6a7712611114c42e9f71a86e283a (patch) | |
| tree | b9013af6efe715e6d8bceb4b5e825dc58f743465 | |
| parent | 9152272c82de7b4d4589add7f6a8274cc33cbb82 (diff) | |
| download | ftr-site-config-88e2adb5412b6a7712611114c42e9f71a86e283a.tar.gz ftr-site-config-88e2adb5412b6a7712611114c42e9f71a86e283a.zip | |
Add elconfidencial.com (#255)
| -rw-r--r-- | elconfidencial.com.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/elconfidencial.com.txt b/elconfidencial.com.txt new file mode 100644 index 0000000..7d95d9d --- /dev/null +++ b/elconfidencial.com.txt @@ -0,0 +1,9 @@ +title: //div[@class='news-header-tit-box']//h1 +body: //div[@id='news-body-center'] +author: //a[@class='news-def-author'] +date: //time + +# first image inside the article +strip: //div[@id='news-body-center']//article + +test_url: http://www.elconfidencial.com/tecnologia/2017-02-06/microsoft-windows-google-chrome_1327589/ |
