Jaime Marquínez Ferrándiz
291f43f267
utils.shell_quote: Convert the args to unicode strings
...
The youtube test video failed with `UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 34: ordinal not in range(128)`, the problem was with the filenames being encoded.
2013-11-23 17:48:47 -02:00
Philipp Hagemeister
3009e5f10f
release 2013.11.21
2013-11-23 17:48:47 -02:00
Jaime Marquínez Ferrándiz
279537ab3d
[soundcloud] Retrieve the file url using the client_id for the iPhone ( fixes #1798 )
...
The desktop's client_id always give the rtmp url, but with the iPhone one it returns the http url if it's available.
2013-11-23 17:48:47 -02:00
Philipp Hagemeister
40c230ee25
[sztv] skip test, site is undergoing mid-term maintenance
2013-11-23 17:48:47 -02:00
Philipp Hagemeister
bf6267935c
[nhl] Make NHLVideocenter IE_DESC fit with other descriptions
2013-11-23 17:48:47 -02:00
Philipp Hagemeister
721635871c
[spankwire] Fix description search
2013-11-23 17:48:47 -02:00
Philipp Hagemeister
b13442f464
[anitube] Skip test (on travis)
2013-11-23 17:48:47 -02:00
Philipp Hagemeister
e5be36dd6f
[spankwire] fix check for description
2013-11-23 17:48:47 -02:00
Philipp Hagemeister
85b7d43e8f
[videopremium] Support new crazy redirect scheme
2013-11-23 17:48:47 -02:00
Philipp Hagemeister
293e715fc1
[toutv] really skip test
2013-11-23 17:48:47 -02:00
Philipp Hagemeister
8d9828caa1
Adapt age restriction tests to new .info.json filenames
2013-11-23 17:48:47 -02:00
Philipp Hagemeister
2dc3857efc
release 2013.11.20
2013-11-23 17:48:47 -02:00
Philipp Hagemeister
777201549f
[escapist] Fix title search
2013-11-23 17:48:47 -02:00
Philipp Hagemeister
8694784d9e
[escapist] upper-case URL
2013-11-23 17:48:47 -02:00
Philipp Hagemeister
f270297981
[escapist] Fix syntax error
2013-11-23 17:48:47 -02:00
Philipp Hagemeister
b08f2160a8
[escapist] Add support for HD format ( Closes #1755 )
2013-11-23 17:48:47 -02:00
Philipp Hagemeister
477aee4b12
Credit @diffycat for anitube
2013-11-23 17:48:47 -02:00
Philipp Hagemeister
f727b3365d
[anitube] Minor fixes ( #1776 )
2013-11-23 17:48:47 -02:00
Philipp Hagemeister
5c902ddf1f
Adapt test to changed .info.json name
2013-11-23 17:48:47 -02:00
Philipp Hagemeister
8067444280
Clean up unused imports and other minor mistakes
2013-11-23 17:48:47 -02:00
Philipp Hagemeister
6b9d86b03d
[teamcoco] Correct error
2013-11-23 17:48:47 -02:00
Philipp Hagemeister
da0d8fdd52
import json for --dump-json
2013-11-23 17:48:47 -02:00
Mohamedh Fazal
fa9538555f
Add an option to dump json information
2013-11-23 17:48:47 -02:00
Philipp Hagemeister
e495fae512
Add support for tou.tv ( Fixes #1792 )
2013-11-23 17:48:47 -02:00
Jaime Marquínez Ferrándiz
3cc6f7bca9
[d8] inherit from CanalplusIE
...
it reuses the same extraction process
2013-11-23 17:48:47 -02:00
Philipp Hagemeister
36916acc63
release 2013.11.19
2013-11-23 17:48:47 -02:00
Philipp Hagemeister
3ae2132a37
[youtube] only allow domain name to be upper-case ( #1786 )
2013-11-23 17:48:47 -02:00
Jaime Marquínez Ferrándiz
c7162370c8
Correctly write and restore the console title on the stack ( fixes #1782 )
2013-11-23 17:48:47 -02:00
Philipp Hagemeister
4f8b34f355
[auengine] Do not return unnecessary ext
2013-11-23 17:48:47 -02:00
Philipp Hagemeister
41832b0460
release 2013.11.18.1
2013-11-23 17:48:47 -02:00
Philipp Hagemeister
ae16e1d9b1
[auengine] Simplify
2013-11-23 17:48:47 -02:00
Philipp Hagemeister
c2e2946efb
Remove iPhone from user agent. This breaks a lot of extractors
...
In the future, it might be worth investigating whether we get better content when we claime to be an iPhone.
2013-11-23 17:48:47 -02:00
Philipp Hagemeister
7e2d3cff85
release 2013.11.18
2013-11-23 17:48:47 -02:00
Philipp Hagemeister
9254f99b41
Support multiple embedded YouTube URLs ( Fixes #1787 )
2013-11-23 17:48:47 -02:00
Philipp Hagemeister
398ed7223c
Support protocol-independent URLs ( #1787 )
2013-11-23 17:48:47 -02:00
Philipp Hagemeister
bb287d7f88
Add iPhone to UA ( #1746 )
2013-11-23 17:48:47 -02:00
Philipp Hagemeister
7d0e57530c
Suppor embed-only videos ( Fixes #1746 )
2013-11-23 17:48:47 -02:00
Philipp Hagemeister
6bdfa3c8b0
release 2013.11.17
2013-11-23 17:48:46 -02:00
Philipp Hagemeister
e7073c4dec
[MTVIE] Try with RTMP URL if download fails
...
This fixes youtube-dl http://www.southpark.de/clips/155251/cartman-vs-the-dog-whisperer
2013-11-23 17:48:46 -02:00
Philipp Hagemeister
40945b12b0
Allow --console-title when --quiet is given ( Fixes #1783 )
2013-11-23 17:48:46 -02:00
Philipp Hagemeister
b349bd8d58
Save and restore console title ( Fixes #1782 )
2013-11-23 17:48:46 -02:00
rzhxeo
a5f0e73a62
Add support for southpark.de
2013-11-23 17:48:46 -02:00
rzhxeo
4a8709d8e2
[SouthParkStudiosIE] Move from _TEST to _TESTS
2013-11-23 17:48:46 -02:00
rzhxeo
400c8bbd18
[SouthParkStudiosIE] Also detect urls without http:// or www
2013-11-23 17:48:46 -02:00
Philipp Hagemeister
79d3a80c41
Remove * imports
2013-11-23 17:48:46 -02:00
Philipp Hagemeister
255f73ab35
Move console_title to YoutubeDL
2013-11-23 17:48:46 -02:00
Philipp Hagemeister
e7c0d1bb08
[youtube] Add view_count ( Fixes #1781 )
2013-11-23 17:48:46 -02:00
Philipp Hagemeister
bcfec8cc8a
[arte] remove two typos
2013-11-23 17:48:46 -02:00
Anton Larionov
eaf6a0d775
Add support for anitube.se ( #1417 )
2013-11-23 17:48:46 -02:00
Philipp Hagemeister
de85399808
[redtube] Do not test md5, seems to vary
2013-11-23 17:48:46 -02:00