Commit graph

20 commits

Author SHA1 Message Date
Bezleputh
ca6325c100 [francetelevisions] fix bug : we can only search one time 2015-01-31 16:53:04 +01:00
Bezleputh
3540bfe2fc [francetelevisions] handle lastest replay videos 2015-01-11 12:06:04 +01:00
Bezleputh
6c550ea5a7 [francetelevisions] add option to get video from an url
this will allow to do things like that : videoob -d -b francetelevisions download http://pluzz.francetv.fr/videos/faites_entrer_l_accuse.html
2015-01-06 22:53:37 +01:00
Bezleputh
a7b9b6e9cc [francetelevisions] fix #1700 pluzz's search is crap 2015-01-06 22:53:37 +01:00
Vincent Texier
026f3fb712 Fix bug module francetelevisions : remove "latest" feature
"Latest videos" page no longer on new website.
2014-12-15 21:56:59 +01:00
Romain Bignon
9d1155955e correctly fix the problem with streamed calls on requests (closes #1683)
Do not close explicitly the socket, as it is closed automatically when all
the data is consumed.
2014-12-10 11:36:09 +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
Romain Bignon
b4bdb1fc92 use URL.id2url to parse url if any, and ignore unwanted urls 2014-05-17 14:27:55 +02:00
Bezleputh
e63255e0be [francetelevisions] fix unicode warning 2014-05-13 00:05:03 +02:00
Bezleputh
297132e200 [francetelevisions] get better video url 2014-05-06 22:32:41 +02:00
Bezleputh
20bea658f3 [francetelevisions] adapt to browser2 2014-05-05 14:36:00 +02:00
Bezleputh
a9397dbfcf [francetelevisions] fix #1282 2013-12-15 16:09:01 +01:00
Romain Bignon
31d7e317fe fix module with new upstream website 2012-12-23 19:24:25 +01:00
Laurent Bachelier
e958c229e6 Move the "empty search for latest" to collections
There is now a "latest" collection (or "latest_nsfw").
The feature didn't look much used, since it didn't work on many
backends.
Using collections will make it easy to support other things
like most viewed, featured, etc.
As a bonus, I added tests for every backend with the feature.
2012-03-16 03:34:22 +01:00
Laurent Bachelier
ceac11153d Fix getting latest francetelevisions videos 2012-03-16 00:09:56 +01:00
Romain Bignon
56691d7ea7 rename iter_search_results to either search_videos and search_gallery (closes #779) 2012-03-12 16:24:33 +01:00
Laurent Bachelier
f3470a0128 Fix francetelevisions for website updates
And also add support for existing data it lacked.
2012-02-01 00:29:43 +01:00
Romain Bignon
0c901e7d5e search on /recherche.html instead of /replay/recherche.html 2012-01-31 21:29:49 +01:00
Romain Bignon
14a7a1d362 support repositories to manage backends (closes #747) 2012-01-17 17:00:05 +01:00
Renamed from weboob/backends/francetelevisions/browser.py (Browse further)