Laurent Bachelier
f37e3c5742
Fix indents not multiples of four
2013-03-16 00:57:31 +01: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
Laurent Bachelier
dc4fa48e53
dailymotion: Fix search
...
And avoid redirects
2013-02-27 00:11:34 +01:00
Romain Bignon
8b3d4128da
fix extraction of video url
2013-02-11 22:04:04 +01:00
Florent
bf3132e8c0
bump to 0.f
2013-01-25 17:23:49 +01:00
Laurent Bachelier
1f310a3d33
Fix many CapVideo-related ConversionWarnings
2012-11-10 18:18:29 +01:00
Romain Bignon
4a1e4b5afa
bump to 0.e
2012-10-28 20:39:49 +01:00
Laurent Bachelier
3a66728392
Fix crashes with unicode characters in maintainer name
...
Change every mention of MAINTAINER to avoid future issues.
2012-10-24 13:29:30 +02:00
Laurent Bachelier
c7c23b11ab
dailymotion: Use the right domain
...
dailymotion.com would always get redirected to www.dailymotion.com.
This saves us at least one request.
2012-10-23 15:57:04 +02:00
Laurent Bachelier
96860fcb97
dailymotion: Chose a random video to test
...
Did this mostly because the first video had an issue, it was first
in the search results but deleted (the page was "410 Gone").
But this ends up testing more videos anyway.
2012-10-23 15:55:38 +02:00
Laurent Bachelier
2eb2747ebb
dailymotion: Text fields with more consistency and less warnings
2012-10-23 13:11:05 +02:00
Laurent Bachelier
bcbccb4586
Remove duplicate DailymotionVideo.id2url
...
It is already in the called function decorator
2012-10-23 13:10:56 +02:00
Laurent Bachelier
bd41a3b73e
dailymotion: Fix search-then-play combination
...
refs #860
2012-10-23 13:10:52 +02:00
Laurent Bachelier
d64e50e2a8
dailymotion: Add support for embed URLs
2012-08-19 17:43:42 +02:00
Romain Bignon
9294f3e964
fix parsing authors on anyclip videos
2012-06-08 11:24:57 +02:00
Romain Bignon
2f8072e89e
bump to 0.d
2012-05-04 21:17:46 +02:00
Romain Bignon
189896de02
fix parsing video IDs
2012-04-06 16:08:02 +02: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
e1d3e43a4d
Fix getting dailymotion thumbnails
...
It is now in "data-src" instead of "src", because they use JavaScript
lazy loading.
Also ask for the bigger thumbnail, and remove useless anti-caching.
2012-03-15 23:49:55 +01:00
Laurent Bachelier
ea0af7b6a1
Fix getting latest dailymotion videos
2012-03-15 23:38:32 +01:00
Romain Bignon
8e391d0b88
bump to 0.c
2012-03-14 22:09:24 +01: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
56691d7ea7
rename iter_search_results to either search_videos and search_gallery ( closes #779 )
2012-03-12 16:24:33 +01:00
Romain Bignon
a9603b4b2d
strip '/' in search pattern to avoid a 404 HTTP error
2012-03-06 12:25:40 +01:00
Laurent Bachelier
0fa7060b68
Better descriptions for modules
2012-02-11 00:46:48 +01:00
Romain Bignon
4be4b40509
bump to 0.b
2012-02-05 19:35:30 +01:00
Romain Bignon
14a7a1d362
support repositories to manage backends ( closes #747 )
2012-01-17 17:00:05 +01:00