imported aum as a backend

This commit is contained in:
Romain Bignon 2010-02-13 18:00:09 +01:00
commit da1369ef7b
19 changed files with 1613 additions and 1 deletions

View file

@ -22,8 +22,8 @@ from weboob.tools.browser import Browser
from weboob.backends.dlfp.pages.index import IndexPage, LoginPage
class DLFP(Browser):
DOMAIN = 'linuxfr.org'
PROTOCOL = 'https'
PAGES = {'https://linuxfr.org/': IndexPage,
'https://linuxfr.org/pub/': IndexPage,
'https://linuxfr.org/my/': IndexPage,

View file

@ -18,6 +18,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
"""
from logging import warning
import feedparser
import re