Add content rules for ing.dk, jobfinder.dk and version2.dk
This commit is contained in:
parent
c2039bcfc4
commit
8291e7f64e
@ -373,6 +373,8 @@ Don't forget to send a pull request or a ticket to share your contribution with
|
||||
- *.wsj.com
|
||||
- github.com
|
||||
- golem.de
|
||||
- ing.dk
|
||||
- karriere.jobfinder.dk
|
||||
- lifehacker.com
|
||||
- lists.*
|
||||
- medium.com
|
||||
@ -382,6 +384,7 @@ Don't forget to send a pull request or a ticket to share your contribution with
|
||||
- smallhousebliss.com
|
||||
- spiegel.de
|
||||
- techcrunch.com
|
||||
- version2.dk
|
||||
- www.bbc.co.uk
|
||||
- www.businessweek.com
|
||||
- www.cnn.com
|
||||
|
8
vendor/PicoFeed/Rules/ing.dk.php
vendored
Normal file
8
vendor/PicoFeed/Rules/ing.dk.php
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
<?php
|
||||
return array(
|
||||
'test_url' => 'http://ing.dk/artikel/smart-husisolering-og-styring-skal-mindske-japans-energikrise-164517',
|
||||
'body' => array(
|
||||
'//section[contains(@class, "teaser")]',
|
||||
'//section[contains(@class, "body")]',
|
||||
)
|
||||
);
|
8
vendor/PicoFeed/Rules/karriere.jobfinder.dk.php
vendored
Normal file
8
vendor/PicoFeed/Rules/karriere.jobfinder.dk.php
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
<?php
|
||||
return array(
|
||||
'test_url' => 'http://karriere.jobfinder.dk/artikel/dansk-professor-skal-lede-smart-grid-forskning-20-millioner-dollars-763',
|
||||
'body' => array(
|
||||
'//section[contains(@class, "teaser")]',
|
||||
'//section[contains(@class, "body")]',
|
||||
)
|
||||
);
|
8
vendor/PicoFeed/Rules/version2.dk.php
vendored
Normal file
8
vendor/PicoFeed/Rules/version2.dk.php
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
<?php
|
||||
return array(
|
||||
'test_url' => 'http://www.version2.dk/artikel/surface-pro-2-fungerer-bedre-til-arbejde-end-fornoejelse-55195',
|
||||
'body' => array(
|
||||
'//section[contains(@class, "teaser")]',
|
||||
'//section[contains(@class, "body")]',
|
||||
)
|
||||
);
|
Loading…
Reference in New Issue
Block a user