mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-01-27 06:38:03 -05:00
8 lines
226 B
PHP
8 lines
226 B
PHP
<?php
|
|
|
|
return array (
|
|
'http://www.numerama.com/' => '#newstext',
|
|
'http://www.rue89.com/' => '#article .content', // buggué lorsqu'il y a des mises à jour :-/
|
|
'http://www.explosm.net/' => '#maincontent div div div img'
|
|
);
|