weboob-devel/weboob/tools/application
Vincent Texier 7a72b94b37 Fix bug dailymotion not playing video with "Server returned 403: Forbidden"
Dailymotion video url send cookies then use a 302 redirect to the real video url
The real video url check the cookies sent in the request.

Some mediaplayer (mplayer) can not handle this.

So we use pure python urllib2 to handle this and load the video.
The video bytes are piped to the mediaplayer.

Others modules might need this.
They just have to set the "_play_proxy" boolean attribute to the video object.

Signed-off-by: Vincent Texier <vit@free.fr>
2014-04-21 09:33:31 +02:00
..
formatters json formatter: all subobjects are also encoded 2013-12-22 22:12:03 +01:00
qt display a message when more results are available (closes #1038) 2013-07-27 23:40:24 +02:00
__init__.py PEP8 style fixes and other small style fixes 2012-03-14 04:51:46 +01:00
base.py soometimes, a backend method can return None 2014-04-14 20:45:44 +02:00
console.py better display to prompt user passwords 2014-02-24 14:55:06 +01:00
javascript.py change license to AGPLv3+ 2011-04-08 12:48:07 +02:00
media_player.py Fix bug dailymotion not playing video with "Server returned 403: Forbidden" 2014-04-21 09:33:31 +02:00
repl.py Fix a03f2b627e "selecting a field in non-interactive mode" 2014-04-18 10:44:23 +02:00
results.py Test the id and the fullid in condition 2014-04-09 10:30:19 +02:00