rename parser/parsers module, add get_parsers() with preference_order

This commit is contained in:
Christophe Benz 2010-04-16 18:00:44 +02:00
commit 8638024756
13 changed files with 104 additions and 70 deletions

View file

@ -21,7 +21,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
import re
from weboob.tools.browser import BaseBrowser
from weboob.tools.parser import LxmlHtmlParser
from weboob.tools.parsers.lxmlhtmlparser import LxmlHtmlParser
from .pages import VideoPage