Commit graph

19 commits

Author SHA1 Message Date
Bezleputh
6f61d0ef84 [senscritique] fix channels selection 2015-06-10 21:12:48 +02:00
Bezleputh
d2fa9242ea [senscritique] remove id lists 2015-02-24 20:34:00 +01:00
Bezleputh
66e25cd6f4 [senscritique] use set_profile(Firefox()) instead of _setup_session(Firefox()) 2015-02-21 17:50:44 +01:00
Bezleputh
26e9763d51 [senscritique] improve module code 2014-12-22 09:26:40 +01:00
Romain Bignon
d61e15cf84 rename things related to browsers
weboob.tools.browser -> weboob.deprecated.browser
weboob.tools.parsers -> weboob.deprecated.browser.parsers
weboob.tools.mech -> weboob.deprecated.mech
weboob.browser2 -> weboob.browser
weboob.core.exceptions -> weboob.exceptions

Also, the new tree for browser2 is:

weboob.browser: import weboob.browser.browsers.* and weboob.browser.url.*
weboob.browser.browsers: all browsers (including PagesBrowser and LoginBrowser)
weboob.browser.url: the URL class
weboob.browser.profiles: all Profile classes
weboob.browser.sessions: WeboobSession and FuturesSession
weboob.browser.cookies: that's a cookies thing
weboob.browser.pages: all Page and derivated classes, and Form class
weboob.browser.exceptions: specific browser exceptions
weboob.browser.elements: AbstractElement classes, and 'method' decorator
weboob.browser.filters.*: all filters
2014-10-07 00:30:07 +02:00
Florent
a019819f9d Move browser2 from weboob/tools/b2 to weboob/browser2 2014-10-02 11:01:34 +02:00
Bezleputh
f4ca4e2f69 [senscritique] fix bug : channels and programs parameters are not set in get_event
As a result in non interactive mode we are not able to find an event returned by list command
2014-07-11 17:01:09 +02:00
Bezleputh
21e53d6837 [senscritique] fix bug in network selection 2014-06-06 13:14:05 +02:00
Bezleputh
2540c9290c [senscritique] fix parsing error when page result body's is empty 2014-04-23 12:12:39 +02:00
Bezleputh
913790c1a7 [senscritique] fix bug, same id error when rerun occurs 2014-04-01 15:15:38 +02:00
Bezleputh
e321da495a [senscritique] use go instead of stay_or_go 2014-03-28 11:32:29 +01:00
Bezleputh
440baee739 [senscritique] use go instead of stay_or_go 2014-03-25 20:43:50 +01:00
Bezleputh
731d90c58e [senscritique] remove useless comment 2014-03-24 19:15:57 +01:00
Bezleputh
bd4c0d29a1 [senscritique] fix bugs 2014-03-22 13:15:13 +01:00
Bezleputh
6c49775896 [senscritique] continue browser2 adaptation 2014-03-21 19:22:27 +01:00
Romain Bignon
991723549e fix style 2014-03-20 07:48:41 +01:00
Bezleputh
640504d79c [senscritique] adapt to browser2 2014-03-20 00:40:55 +01:00
Bezleputh
c097582137 [senscritique] Add comments to explain magic code lines 2014-02-18 21:15:53 +01:00
Bezleputh
a7e78c1dc9 [senscritique] Add new calendar module senscritique. Thr aim is to display as an event films scheduled on TV 2014-02-18 19:49:27 +01:00