Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [vimeo] Fix the extraction of vimeo pro and player.vimeo.com videos | Jaime Marquínez Ferrándiz | 2013-11-22 | 1 | -1/+1 |
| | |||||
* | release 2013.11.22 | Philipp Hagemeister | 2013-11-22 | 1 | -1/+1 |
| | |||||
* | [bandcamp] Support trackinfo-style songs (Fixes #1270) | Philipp Hagemeister | 2013-11-22 | 1 | -2/+44 |
| | |||||
* | [streamcloud] Add IE (Fixes #1801) | Philipp Hagemeister | 2013-11-22 | 2 | -0/+66 |
| | |||||
* | [toutv] Fix a typo | Philipp Hagemeister | 2013-11-22 | 2 | -2/+1 |
| | |||||
* | [bandcamp] add support for albums (reported in #1270) | Jaime Marquínez Ferrándiz | 2013-11-22 | 4 | -2/+36 |
| | |||||
* | Remove unnecessary slash in setup.py (Fixes #1778) | Philipp Hagemeister | 2013-11-21 | 1 | -1/+1 |
| | |||||
* | utils.shell_quote: Convert the args to unicode strings | Jaime Marquínez Ferrándiz | 2013-11-21 | 2 | -1/+16 |
| | | | | 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. | ||||
* | release 2013.11.21 | Philipp Hagemeister | 2013-11-21 | 1 | -1/+1 |
| | |||||
* | [soundcloud] Retrieve the file url using the client_id for the iPhone (fixes ↵ | Jaime Marquínez Ferrándiz | 2013-11-21 | 1 | -11/+21 |
| | | | | | | #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. | ||||
* | [sztv] skip test, site is undergoing mid-term maintenance | Philipp Hagemeister | 2013-11-20 | 1 | -1/+2 |
| | |||||
* | [nhl] Make NHLVideocenter IE_DESC fit with other descriptions | Philipp Hagemeister | 2013-11-20 | 1 | -1/+1 |
| | |||||
* | [spankwire] Fix description search | Philipp Hagemeister | 2013-11-20 | 1 | -1/+1 |
| | |||||
* | [anitube] Skip test (on travis) | Philipp Hagemeister | 2013-11-20 | 1 | -0/+1 |
| | |||||
* | [spankwire] fix check for description | Philipp Hagemeister | 2013-11-20 | 1 | -5/+6 |
| | |||||
* | [videopremium] Support new crazy redirect scheme | Philipp Hagemeister | 2013-11-20 | 1 | -5/+9 |
| | |||||
* | [toutv] really skip test | Philipp Hagemeister | 2013-11-20 | 1 | -1/+1 |
| | |||||
* | Adapt age restriction tests to new .info.json filenames | Philipp Hagemeister | 2013-11-20 | 1 | -1/+1 |
| | |||||
* | release 2013.11.20 | Philipp Hagemeister | 2013-11-20 | 2 | -1/+2 |
| | |||||
* | [escapist] Fix title search | Philipp Hagemeister | 2013-11-20 | 1 | -3/+3 |
| | |||||
* | [escapist] upper-case URL | Philipp Hagemeister | 2013-11-20 | 1 | -2/+2 |
| | |||||
* | [escapist] Fix syntax error | Philipp Hagemeister | 2013-11-20 | 1 | -6/+5 |
| | |||||
* | [escapist] Add support for HD format (Closes #1755) | Philipp Hagemeister | 2013-11-20 | 1 | -23/+34 |
| | |||||
* | Credit @diffycat for anitube | Philipp Hagemeister | 2013-11-20 | 1 | -0/+1 |
| | |||||
* | [anitube] Minor fixes (#1776) | Philipp Hagemeister | 2013-11-20 | 1 | -8/+3 |
| | |||||
* | Adapt test to changed .info.json name | Philipp Hagemeister | 2013-11-20 | 1 | -3/+4 |
| | |||||
* | Merge remote-tracking branch 'diffycat/master' | Philipp Hagemeister | 2013-11-20 | 2 | -0/+60 |
|\ | |||||
| * | Add support for anitube.se (#1417) | Anton Larionov | 2013-11-16 | 2 | -0/+60 |
| | | |||||
* | | Clean up unused imports and other minor mistakes | Philipp Hagemeister | 2013-11-20 | 16 | -21/+5 |
| | | |||||
* | | [teamcoco] Correct error | Philipp Hagemeister | 2013-11-20 | 1 | -1/+1 |
| | | |||||
* | | Merge remote-tracking branch 'dz0ny/patch-1' | Philipp Hagemeister | 2013-11-20 | 2 | -2/+2 |
|\ \ | |||||
| * | | Update test_write_info_json.py | Janez Troha | 2013-11-13 | 1 | -1/+1 |
| | | | |||||
| * | | Fix filename extension leaking to json filename | Janez Troha | 2013-11-13 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | Makes writeinfojson behaving exactly as writethumbnail in case where filename contains mediafile extension. Case: video.mp4 converted to music.mp3 would yield music.mp4.info.json instead music.mp3.info.json or music.info.json | ||||
* | | | import json for --dump-json | Philipp Hagemeister | 2013-11-20 | 2 | -2/+3 |
| | | | |||||
* | | | Add an option to dump json information | Mohamedh Fazal | 2013-11-20 | 2 | -2/+9 |
| | | | |||||
* | | | Add support for tou.tv (Fixes #1792) | Philipp Hagemeister | 2013-11-20 | 4 | -0/+106 |
| | | | |||||
* | | | [d8] inherit from CanalplusIE | Jaime Marquínez Ferrándiz | 2013-11-19 | 2 | -34/+5 |
| | | | | | | | | | | | | it reuses the same extraction process | ||||
* | | | Merge pull request #1758 from migbac/master | Jaime Marquínez Ferrándiz | 2013-11-19 | 2 | -0/+53 |
|\ \ \ | | | | | | | | | | | | | Add support for d8.tv | ||||
| * | | | Add support for d8.tv | migbac | 2013-11-12 | 2 | -0/+53 |
| | | | | |||||
* | | | | release 2013.11.19 | Philipp Hagemeister | 2013-11-19 | 1 | -1/+1 |
| | | | | |||||
* | | | | Merge pull request #1790 from rg3/console-title | Philipp Hagemeister | 2013-11-18 | 1 | -2/+4 |
|\ \ \ \ | | | | | | | | | | | Correctly write and restore the console title on the stack (fixes #1782) | ||||
| * | | | | Correctly write and restore the console title on the stack (fixes #1782) | Jaime Marquínez Ferrándiz | 2013-11-18 | 1 | -2/+4 |
| | | | | | |||||
* | | | | | [youtube] only allow domain name to be upper-case (#1786) | Philipp Hagemeister | 2013-11-18 | 1 | -2/+2 |
|/ / / / | |||||
* | | | | [auengine] Do not return unnecessary ext | Philipp Hagemeister | 2013-11-18 | 1 | -1/+0 |
| | | | | |||||
* | | | | release 2013.11.18.1 | Philipp Hagemeister | 2013-11-18 | 1 | -1/+1 |
| | | | | |||||
* | | | | [auengine] Simplify | Philipp Hagemeister | 2013-11-18 | 1 | -13/+17 |
| | | | | |||||
* | | | | Remove iPhone from user agent. This breaks a lot of extractors | Philipp Hagemeister | 2013-11-18 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | In the future, it might be worth investigating whether we get better content when we claime to be an iPhone. | ||||
* | | | | release 2013.11.18 | Philipp Hagemeister | 2013-11-18 | 1 | -1/+1 |
| | | | | |||||
* | | | | Support multiple embedded YouTube URLs (Fixes #1787) | Philipp Hagemeister | 2013-11-18 | 1 | -14/+17 |
| | | | | |||||
* | | | | Support protocol-independent URLs (#1787) | Philipp Hagemeister | 2013-11-18 | 1 | -2/+2 |
| | | | |