weboob-devel/weboob/tools/browser
Laurent Bachelier 1621f3c3c0 Allow more freedom in page regexps
If the user starts with ^ or ends with $, do not add them. This allows
using only $ or ^.
If it's not a string, don't do anything to it (it has to be a regexp, or
mimic one).
Use search() instead of match(). They are the same, except match implies ^.

This does not break any module, it only adds more possibilities.
2012-02-01 23:19:01 +01:00
..
__init__.py split BaseBrowser into new class StandardBrowser which is usable without inheriting it 2011-09-23 09:59:12 +02:00
browser.py Allow more freedom in page regexps 2012-02-01 23:19:01 +01:00
decorators.py Fix previous commit on domain checking of id2url 2011-04-22 10:37:30 +02:00
firefox_cookies.py change license to AGPLv3+ 2011-04-08 12:48:07 +02:00