Commit graph

67 commits

Author SHA1 Message Date
Bezleputh
d7c483922a [arte] fix bug id was not well filled in info command and title was not filled 2015-01-11 12:05:58 +01:00
Florent
feb1405813 bump to 1.1 2014-10-17 14:10:38 +02: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
0088013ae1 Rename BaseBrowser to Browser 2014-09-26 10:18:12 +02:00
Florent
444d36eee8 Rename BasePage to Page 2014-09-26 10:18:12 +02:00
Florent
5a1d83b567 Rename BaseModule to Module and Module to LoadedModule 2014-09-26 10:18:12 +02:00
Florent
f3aeddffbc Rename backend.py to module.py 2014-09-26 10:18:12 +02:00
Florent
9370b2fae7 s/Backend/Module 2014-09-26 10:18:11 +02:00
Florent
3ecb491c1c s/BACKEND/MODULE/ 2014-09-26 10:18:11 +02:00
Florent
8559af3d6a s/BaseBackend/BaseModule 2014-09-26 10:18:11 +02:00
Laurent Bachelier
3da02fde24 Remove useless __all__ in modules
They bring nothing of value (we never use import * anyway) and introduce
a maintenance burden.

The __all__ that I left might not be very useful either but at least
they are not a pain to maintain; they are also used by pyflakes in some
cases.
2014-09-09 19:00:02 +02:00
Florent
432f97e95c bump to 1.0 2014-09-03 17:14:10 +02:00
Bezleputh
f65cb4fa50 [arte] add tests for program categories 2014-08-26 16:17:45 +02:00
Bezleputh
30f814ec65 [arte] fix #1071 2014-08-26 15:51:25 +02:00
Bezleputh
067842ef0c [arte] improve video quality choice 2014-07-30 17:43:00 +02:00
Bezleputh
7bc7cd508d [arte] improve tests 2014-07-29 17:59:56 +02:00
Bezleputh
0084d59483 [arte] fill video.url with NotAvailable if url is not found 2014-07-29 17:51:35 +02:00
Bezleputh
648fc82b39 [arte] use M3U8 format instead of HBBTV 2014-07-29 17:37:54 +02:00
Bezleputh
84fd839b84 [arte] do not crash if 'VDA' fiels is missing in json 2014-07-29 15:56:52 +02:00
Florent
1daa866949 Move the import oh html2text outside of misc 2014-07-09 11:43:14 +02:00
Romain Bignon
e025fb0b20 rename ICap to Cap (closes #1424) 2014-07-05 17:33:44 +02:00
Florent
9ca0bbae6a bump to 0.j 2014-05-19 22:45:35 +02:00
Bezleputh
d6db3256f9 [arte] fix bug when there no item programImage in json 2014-04-03 09:01:51 +02:00
Bezleputh
9026866488 [arte] fix problem on extension 2014-03-31 20:46:35 +02:00
Bezleputh
057901f796 [arte] fix bug when VDA field not found in json file 2014-02-24 20:03:44 +01:00
Bezleputh
a1ea9b5a48 remove useless commented code 2014-02-18 19:49:26 +01:00
Bezleputh
da3dbcc6fc [arte] improve date parsing 2014-02-12 19:30:51 +01:00
Bezleputh
d61d3ba6a4 [arte] fix : arte-live site changes 2014-02-06 19:27:47 +01:00
Bezleputh
e313d421f4 [arte] fix collection naming 2014-02-06 11:30:15 +01:00
Gabriel Kerneis
c6a6fe3728 arte: encode UTF-8 strings in search 2014-01-12 19:12:42 +01:00
Florent
a82f57512c bump to 0.i 2014-01-08 23:40:16 +01:00
Romain Bignon
6837e81b08 modify arte module to use the new BaseVideo/ICapVideo classes 2013-12-22 22:36:53 +01:00
Pierre Mazière
1d38d3c310 modify arte module to use the new BaseVideo/ICapVideo classes 2013-12-22 20:04:53 +01:00
Bezleputh
7d6fea2dff [Arte] fully fill Artevideo in get_video method in order to fix #1312 2013-11-12 21:02:04 +01:00
Florent
e5a30276fd Update arte maintainer 2013-10-29 16:05:11 +01:00
Bezleputh
402c038167 [Arte] retrieve default quality if requested quality does not exist 2013-10-28 16:20:27 +01:00
Bezleputh
be0044662e [arte] correct bug when video is not yet available in arte7Plus 2013-10-28 16:19:48 +01:00
Bezleputh
a5d5011979 update arte module to use arte api 2013-10-09 13:58:37 +02:00
Bezleputh
9d933a00eb add liveweb.arte.tv url management in arte module 2013-10-02 20:34:54 +02:00
Laurent Bachelier
23a71d847b Code style fixes, mostly whitespace 2013-08-04 20:00:19 +02:00
Florent
9b022b2ebe bump to 0.h 2013-08-03 14:31:13 +02:00
Romain Bignon
a2c5566e96 correctly parse input of get_video 2013-08-02 14:12:46 +02:00
Laurent Bachelier
dec819fb8c arte: Prevent module from catching all URLs
The split_id function would make the id2url self.DOMAIN check not work.
2013-08-02 13:25:40 +02:00
Romain Bignon
b99d599aa9 remove parameter max_results from all capabilities 2013-07-27 23:40:24 +02:00
Romain Bignon
c0740e695d remove useless import of with_statement (we do not support anymore python2.5)
refs #806
2013-07-27 14:38:18 +02:00
François Revol
bd54e2329f arte: Fix id2url()
The website now requires the id to be prefixed with "--" in the video page url,
to separate it from the optional keywords.
2013-06-04 14:36:45 +02:00
Romain Bignon
4ee284b2ab fixes
- parse video xml with lxml instead of regexpes
- add a prefix to IDs to know what kind of object it is
2013-05-28 12:52:15 +02:00
Bezleputh
d1fd5de309 ajout de la prise en charge de Arte Live Web par le module arte
Signed-off-by: Bezleputh <carton_ben@yahoo.fr>
Signed-off-by: Romain Bignon <romain@budget-insight.com>
2013-05-28 12:52:15 +02:00
Florent
5de9dbd09b Arte supports english too 2013-05-23 16:43:12 +02:00
Florent Fourcot
ab5ee589d2 Fix parsing on german pages 2013-05-16 23:12:36 +02:00