Add new content rules
This commit is contained in:
parent
963287a273
commit
c2039bcfc4
@ -372,6 +372,7 @@ Don't forget to send a pull request or a ticket to share your contribution with
|
||||
- *.wired.com
|
||||
- *.wsj.com
|
||||
- github.com
|
||||
- golem.de
|
||||
- lifehacker.com
|
||||
- lists.*
|
||||
- medium.com
|
||||
@ -379,6 +380,7 @@ Don't forget to send a pull request or a ticket to share your contribution with
|
||||
- plus.google.com
|
||||
- rue89.com
|
||||
- smallhousebliss.com
|
||||
- spiegel.de
|
||||
- techcrunch.com
|
||||
- www.bbc.co.uk
|
||||
- www.businessweek.com
|
||||
|
8
vendor/PicoFeed/Rules/golem.de.php
vendored
Normal file
8
vendor/PicoFeed/Rules/golem.de.php
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
<?php
|
||||
return array(
|
||||
'test_url' => 'http://www.golem.de/news/breko-telekom-verzoegert-gezielt-den-vectoring-ausbau-1311-102974.html',
|
||||
'body' => array(
|
||||
'//header[@class="cluster-header"]',
|
||||
'//div[@class="formatted"]'
|
||||
)
|
||||
);
|
7
vendor/PicoFeed/Rules/spiegel.de.php
vendored
Normal file
7
vendor/PicoFeed/Rules/spiegel.de.php
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
<?php
|
||||
return array(
|
||||
'test_url' => 'http://www.spiegel.de/politik/ausland/afrika-angola-geht-gegen-islam-vor-und-schliesst-moscheen-a-935788.html',
|
||||
'body' => array(
|
||||
'//h2[contains(@class, "article-section")]'
|
||||
)
|
||||
);
|
Loading…
Reference in New Issue
Block a user