Added some rules for comics and Austrian press

This commit is contained in:
Kordian Bruck 2015-01-13 00:49:03 +01:00
parent 16945c3649
commit cbc7a72065
4 changed files with 37 additions and 0 deletions

View 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(
),
);

View 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(
),
);

View File

@ -0,0 +1,9 @@
<?php
return array(
'test_url' => 'http://explosm.net/comics/3803/',
'body' => array(
'//div[@id="comic-container"]',
),
'strip' => array(
),
);

View File

@ -0,0 +1,9 @@
<?php
return array(
'test_url' => 'http://xkcd.com/1472/',
'body' => array(
'//div[@id="comic"]',
),
'strip' => array(
),
);