Merge pull-request #305

This commit is contained in:
Frederic Guillot 2015-01-12 20:13:16 -05:00
commit 888c2c90cf
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(
),
);