diff options
| author | FiveFilters.org <fivefilters@fivefilters.org> | 2013-11-15 16:29:37 +0000 |
|---|---|---|
| committer | FiveFilters.org <fivefilters@fivefilters.org> | 2013-11-15 16:29:37 +0000 |
| commit | 15453098229927492e99a1da66ed4d0db2721be9 (patch) | |
| tree | 40fee85c5e2f4c5bafd1d1316df836507285d00c | |
| parent | 0240bdf7db9c3212b0d0ab6bb6d77bbd49b9d401 (diff) | |
| download | ftr-site-config-15453098229927492e99a1da66ed4d0db2721be9.tar.gz ftr-site-config-15453098229927492e99a1da66ed4d0db2721be9.zip | |
.foreignpolicy.com
| -rw-r--r-- | .foreignpolicy.com.txt | 14 | ||||
| -rw-r--r-- | blog.foreignpolicy.com.txt | 10 | ||||
| -rw-r--r-- | thecable.foreignpolicy.com.txt | 11 |
3 files changed, 14 insertions, 21 deletions
diff --git a/.foreignpolicy.com.txt b/.foreignpolicy.com.txt new file mode 100644 index 0000000..be53b95 --- /dev/null +++ b/.foreignpolicy.com.txt @@ -0,0 +1,14 @@ +title: //div[@class='translateHead']//h1 +author: //span[@class="post_by"]/a/text() +date: //span[@class="post_date"] +body: //div[@class="translateBody"] + +#Strip article junk +strip: //div[@id="share-box"] +strip: //div[@id="fb-meta-like"] + +tidy: no + +test_url: http://blog.foreignpolicy.com/posts/2013/04/01/us_is_running_out_of_fancy_planes_to_send_to_korea?wpisrc=obinsite +test_url: http://thecable.foreignpolicy.com/posts/2013/04/12/will_the_magnitsky_list_spoil_donilon_s_russia_trip +test_url: http://mideast.foreignpolicy.com/posts/2013/11/11/can_palestinians_advance_their_rights_through_unesco
\ No newline at end of file diff --git a/blog.foreignpolicy.com.txt b/blog.foreignpolicy.com.txt deleted file mode 100644 index 719a3da..0000000 --- a/blog.foreignpolicy.com.txt +++ /dev/null @@ -1,10 +0,0 @@ -title: //title -author: //span[@class="post_by"]/a/text() -date: //span[@class="post_date"] -body: //div[@class="translateBody"] - -#Strip article junk -strip: //div[@id="share-box"] -strip: //div[@id="fb-meta-like"] - -test_url: http://blog.foreignpolicy.com/posts/2013/04/01/us_is_running_out_of_fancy_planes_to_send_to_korea?wpisrc=obinsite
\ No newline at end of file diff --git a/thecable.foreignpolicy.com.txt b/thecable.foreignpolicy.com.txt deleted file mode 100644 index 6672f36..0000000 --- a/thecable.foreignpolicy.com.txt +++ /dev/null @@ -1,11 +0,0 @@ -title: //title -author: //span[@class="post_by"]/a/text() -date: //span[@class="post_date"] -body: //div[@class="translateBody"] - -#Strip article junk -strip: //div[@id="share-box"] -strip: //div[@id="fb-meta-like"] - - -test_url: http://thecable.foreignpolicy.com/posts/2013/04/12/will_the_magnitsky_list_spoil_donilon_s_russia_trip
\ No newline at end of file |
