Add content parser rule for lesjoiesducode.fr

This commit is contained in:
Frédéric Guillot 2014-02-04 20:04:53 -05:00
parent cc2fbee172
commit 232cf848b5
2 changed files with 10 additions and 0 deletions

View File

@ -410,6 +410,7 @@ Don't forget to send a pull request or a ticket to share your contribution with
- golem.de
- ing.dk
- karriere.jobfinder.dk
- lesjoiesducode.fr
- lifehacker.com
- lists.*
- medium.com

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