rename parser/parsers module, add get_parsers() with preference_order
This commit is contained in:
parent
54cc3b0a4a
commit
8638024756
13 changed files with 104 additions and 70 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue