Merge pull-request #305
This commit is contained in:
commit
888c2c90cf
9
vendor/fguillot/picofeed/lib/PicoFeed/Rules/bunicomic.com.php
vendored
Normal file
9
vendor/fguillot/picofeed/lib/PicoFeed/Rules/bunicomic.com.php
vendored
Normal file
@ -0,0 +1,9 @@
|
||||
<?php
|
||||
return array(
|
||||
'test_url' => 'http://www.bunicomic.com/comic/buni-623/',
|
||||
'body' => array(
|
||||
'//div[@class="comic-table"]',
|
||||
),
|
||||
'strip' => array(
|
||||
),
|
||||
);
|
10
vendor/fguillot/picofeed/lib/PicoFeed/Rules/derstandard.at.php
vendored
Normal file
10
vendor/fguillot/picofeed/lib/PicoFeed/Rules/derstandard.at.php
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
<?php
|
||||
return array(
|
||||
'test_url' => 'http://derstandard.at/2000010267354/The-Witcher-3-Hohe-Hardware-Anforderungen-fuer-PC-Spieler?ref=rss',
|
||||
'body' => array(
|
||||
'//div[@class="copytext"]',
|
||||
'//ul[@id="media-list"]',
|
||||
),
|
||||
'strip' => array(
|
||||
),
|
||||
);
|
9
vendor/fguillot/picofeed/lib/PicoFeed/Rules/explosm.net.php
vendored
Normal file
9
vendor/fguillot/picofeed/lib/PicoFeed/Rules/explosm.net.php
vendored
Normal file
@ -0,0 +1,9 @@
|
||||
<?php
|
||||
return array(
|
||||
'test_url' => 'http://explosm.net/comics/3803/',
|
||||
'body' => array(
|
||||
'//div[@id="comic-container"]',
|
||||
),
|
||||
'strip' => array(
|
||||
),
|
||||
);
|
9
vendor/fguillot/picofeed/lib/PicoFeed/Rules/xkcd.com.php
vendored
Normal file
9
vendor/fguillot/picofeed/lib/PicoFeed/Rules/xkcd.com.php
vendored
Normal file
@ -0,0 +1,9 @@
|
||||
<?php
|
||||
return array(
|
||||
'test_url' => 'http://xkcd.com/1472/',
|
||||
'body' => array(
|
||||
'//div[@id="comic"]',
|
||||
),
|
||||
'strip' => array(
|
||||
),
|
||||
);
|
Loading…
Reference in New Issue
Block a user