Add content parser rule for lesjoiesducode.fr
This commit is contained in:
parent
cc2fbee172
commit
232cf848b5
@ -410,6 +410,7 @@ Don't forget to send a pull request or a ticket to share your contribution with
|
|||||||
- golem.de
|
- golem.de
|
||||||
- ing.dk
|
- ing.dk
|
||||||
- karriere.jobfinder.dk
|
- karriere.jobfinder.dk
|
||||||
|
- lesjoiesducode.fr
|
||||||
- lifehacker.com
|
- lifehacker.com
|
||||||
- lists.*
|
- lists.*
|
||||||
- medium.com
|
- medium.com
|
||||||
|
9
vendor/PicoFeed/Rules/lesjoiesducode.fr.php
vendored
Normal file
9
vendor/PicoFeed/Rules/lesjoiesducode.fr.php
vendored
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
<?php
|
||||||
|
return array(
|
||||||
|
'test_url' => 'http://lesjoiesducode.fr/post/75576211207/quand-lappli-ne-fonctionne-plus-sans-aucune-raison',
|
||||||
|
'body' => array(
|
||||||
|
'//div[@class="post"]//img',
|
||||||
|
),
|
||||||
|
'strip' => array(
|
||||||
|
)
|
||||||
|
);
|
Loading…
Reference in New Issue
Block a user