Romain Bignon
|
7949fcc8f1
|
unused imports removed
|
2010-08-12 09:19:35 +02:00 |
|
Christophe Benz
|
13f9fc07b2
|
move icons to xdg standard dirs, add desktop files
closes #359
|
2010-08-11 19:30:30 +02:00 |
|
Laurent Bachelier
|
05b9bbdb2e
|
Fix for ClientForm in mechanize >=0.2
refs #362
|
2010-08-10 18:15:22 +02:00 |
|
Christophe Benz
|
46a56f5d87
|
handle read URL data failures, next
|
2010-08-09 20:30:51 +02:00 |
|
Romain Bignon
|
39afdae0b2
|
removed unused functions
|
2010-08-07 12:45:18 +02:00 |
|
Romain Bignon
|
d710c93b36
|
fetch thumbnails asynchroneously
|
2010-08-01 21:08:22 +02:00 |
|
Romain Bignon
|
490d0a6a39
|
add logo for each backends
|
2010-07-31 16:22:14 +02:00 |
|
Christophe Benz
|
00543a3668
|
two more
|
2010-07-21 11:49:50 +02:00 |
|
Romain Bignon
|
cd56abe724
|
Merge branch 'fillobj'
Conflicts:
weboob/backends/youjizz/backend.py
weboob/backends/youporn/backend.py
weboob/tools/application/console.py
|
2010-07-20 20:39:48 +02:00 |
|
Romain Bignon
|
b1f688e6d5
|
wip (I commit everythings because my computer will die coming soon)
|
2010-07-19 22:03:24 +02:00 |
|
Christophe Benz
|
cb32d30e4e
|
return set() instead of None
|
2010-07-19 17:08:10 +02:00 |
|
Romain Bignon
|
edc83df3a1
|
new API for the fillobj feature and severaaal fixes
|
2010-07-18 00:35:07 +02:00 |
|
Christophe Benz
|
3175883351
|
implement fillobj() browser method
|
2010-07-15 01:21:49 +02:00 |
|
Christophe Benz
|
8e37f7227e
|
add r in front of regexps
|
2010-07-14 17:14:53 +02:00 |
|
Christophe Benz
|
b4c672fa46
|
new select() helper
|
2010-07-14 17:14:53 +02:00 |
|
Christophe Benz
|
eb026b7c3c
|
remove unnecessary constants
|
2010-07-14 17:14:53 +02:00 |
|
Christophe Benz
|
94aadf7ccd
|
oops
|
2010-07-14 17:14:52 +02:00 |
|
Christophe Benz
|
22cb3e1cbd
|
return instead of yield set()
|
2010-07-14 17:14:52 +02:00 |
|
Christophe Benz
|
a854d72209
|
use ExpectedElementNotFound and pages group_dict
|
2010-07-12 03:20:44 +02:00 |
|
Christophe Benz
|
9b1ce2a65c
|
fix selector
|
2010-07-12 03:16:08 +02:00 |
|
Christophe Benz
|
c11b11b803
|
store duration as timedelta
|
2010-07-12 03:16:08 +02:00 |
|
Christophe Benz
|
d427f0a899
|
nsfw is handled in video subclasses
nsfw
|
2010-07-12 03:16:06 +02:00 |
|
Christophe Benz
|
7ccf4a01eb
|
handle required fields
|
2010-07-12 03:16:05 +02:00 |
|
Christophe Benz
|
0028e48b61
|
backend move to tools
|
2010-07-12 03:16:05 +02:00 |
|
Christophe Benz
|
1847ea5f34
|
code clean
code clean
|
2010-07-12 03:16:03 +02:00 |
|
Christophe Benz
|
b86e9d8a00
|
duration is a time delta
|
2010-07-10 21:54:39 +02:00 |
|
Christophe Benz
|
1955d1be59
|
move core files to weboob.core
|
2010-07-07 17:20:16 +02:00 |
|
Christophe Benz
|
0cd5d81dec
|
remove unused variable
|
2010-07-03 22:48:18 +02:00 |
|
Romain Bignon
|
d5b1105b9c
|
mechanize 0.2 uses its own ControlNotFoundError exception
|
2010-06-26 13:38:48 +02:00 |
|
Christophe Benz
|
470f2a9fe2
|
use real comments for licence header
|
2010-06-22 16:27:33 +02:00 |
|
Christophe Benz
|
657e8fe407
|
bcall adds suffix to object, not the backend itself
|
2010-06-16 21:47:26 +02:00 |
|
Christophe Benz
|
076a4f44b9
|
s/ICapVideoProvider/ICapVideo
|
2010-05-28 17:04:47 +02:00 |
|
Christophe Benz
|
746e9fcbb7
|
return None if ID is not numeric
|
2010-05-20 16:29:19 +02:00 |
|
Christophe Benz
|
0de0f2a768
|
rewrite video decorators to be in browser
|
2010-05-20 11:49:05 +02:00 |
|
Romain Bignon
|
89c11ca4a0
|
fix pyflakes errors
|
2010-05-20 10:42:20 +02:00 |
|
Romain Bignon
|
c1279aa496
|
new API in BaseBackend to create browser
|
2010-05-20 10:39:49 +02:00 |
|
Christophe Benz
|
2b93eec3c9
|
better handle IDs in video backends, enhance user interaction
|
2010-05-20 01:34:41 +02:00 |
|
Romain Bignon
|
0dbf00f7ac
|
new method BaseBrowser.buildurl()
|
2010-05-12 11:05:45 +02:00 |
|
Christophe Benz
|
7bd936c11b
|
move id2url to Video class
|
2010-04-28 14:54:28 +02:00 |
|
Christophe Benz
|
aa1a2a2921
|
s/preview_url/thumbnail_url/
|
2010-04-28 14:49:14 +02:00 |
|
Christophe Benz
|
0667774952
|
move id2url to tools
|
2010-04-28 11:34:25 +02:00 |
|
Christophe Benz
|
7996c1e05a
|
remove page_url attribue, better check types for numbers
|
2010-04-26 19:22:45 +02:00 |
|
Christophe Benz
|
9d7d8692ba
|
add nsfw parameter for video search
|
2010-04-26 19:21:21 +02:00 |
|
Roger Philibert
|
4cc065e05f
|
show page url in videoob search results
|
2010-04-20 23:53:56 +02:00 |
|
Roger Philibert
|
0bcf72c08f
|
code clean
|
2010-04-20 23:53:33 +02:00 |
|
Roger Philibert
|
e29f6b9a72
|
add strip() to parsed elements
|
2010-04-20 23:52:28 +02:00 |
|
Roger Philibert
|
cd8d0b638a
|
new video interface
|
2010-04-20 03:06:31 +02:00 |
|
Romain Bignon
|
ecb21905a4
|
fix watching gay porn (not tested, don't worry)
|
2010-04-17 18:08:09 +02:00 |
|
Romain Bignon
|
911cdc134b
|
new parameter 'sortby' to searches (relevance, rating, views and date)
|
2010-04-17 17:28:29 +02:00 |
|
Romain Bignon
|
a21b6f19d2
|
fix author parsing (when there is a link)
|
2010-04-17 14:03:51 +02:00 |
|