Include composer dependencies in repo
This commit is contained in:
10
vendor/miniflux/picofeed/lib/PicoFeed/Rules/fowllanguagecomics.com.php
vendored
Normal file
10
vendor/miniflux/picofeed/lib/PicoFeed/Rules/fowllanguagecomics.com.php
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
return array(
|
||||
'grabber' => array(
|
||||
'%.*%' => array(
|
||||
'body' => array('//*[@id="comic"] | //*[@class="post-image"]'),
|
||||
'strip' => array(),
|
||||
'test_url' => 'http://www.fowllanguagecomics.com/comic/working-out/',
|
||||
),
|
||||
),
|
||||
);
|
||||
Reference in New Issue
Block a user