Commit graph

25 commits

Author SHA1 Message Date
Bezleputh
45f20ff158 [arte] handle special cases in json parsing 2015-07-17 16:41:52 +02:00
Bezleputh
ecad2fe3af [arte] fix arte concert (a fields has been removed fron json) 2015-06-19 17:40:04 +02:00
Bezleputh
b4c326cb5a [arte] fix bug when date is not available 2015-04-13 09:42:21 +02:00
Bezleputh
e3b00ad9a1 [arte] fix bug when urls are not found 2015-04-13 09:42:21 +02:00
Bezleputh
cdc4410170 [arte] adapt to browser2
* use of browser 2
* choose between videos version (ie: subtitles or not)
* support of cinema.arte.tv
2015-03-13 00:05:36 +01:00
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
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
444d36eee8 Rename BasePage to Page 2014-09-26 10:18:12 +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
1daa866949 Move the import oh html2text outside of misc 2014-07-09 11:43:14 +02: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
Romain Bignon
6837e81b08 modify arte module to use the new BaseVideo/ICapVideo classes 2013-12-22 22:36:53 +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
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
Laurent Bachelier
7094931c92 Easy spacing fixes, trailing stuff
Remove useless trailing \
Remove trailing spaces
Add missing empty lines

autopep8 -ir -j2 --select=E301,E302,E502,W291,W293,W391 .

Diff quickly checked.
2013-03-16 00:54:55 +01:00
Gabriel Kerneis
77edd03768 arte: fix parsing of video title 2012-12-15 17:24:13 +01:00
Romain Bignon
f2157c4cfb fix some conversion warnings 2012-04-03 22:40:49 +02:00
Romain Bignon
ef07a9e795 do not use thumbnail_url anymore (closes #810), use set_empty_fields() method, do not give fields in constructor of BaseVideo anymore 2012-03-12 17:16:42 +01:00
Romain Bignon
14a7a1d362 support repositories to manage backends (closes #747) 2012-01-17 17:00:05 +01:00
Renamed from weboob/backends/arte/pages.py (Browse further)