Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix utils.py for PyPy on Windows | Grom PE | 2014-12-06 | 1 | -4/+4 |
| | | | | | | | | | | The line ```python from __future__ import unicode_literals ``` introduced in commit [ecc0c5ee01f0e5bdd6af0c32cb5b4adcb2a2f78c](https://github.com/rg3/youtube-dl/commit/ecc0c5ee01f0e5bdd6af0c32cb5b4adcb2a2f78c) broke youtube-dl for PyPy on Windows, making it unable to locate WinAPI functions. Error: "TypeError: function name must be a string or integer" Adding "b" prefix to strings with WinAPI function names fixes it. | ||||
* | Allow iterators for playlist result entries | Philipp Hagemeister | 2014-12-06 | 3 | -16/+26 |
| | |||||
* | [adultswim] PEP8 | Philipp Hagemeister | 2014-12-06 | 1 | -1/+1 |
| | |||||
* | [nba] Remove unused import | Philipp Hagemeister | 2014-12-06 | 1 | -2/+0 |
| | |||||
* | [tagesschau] Look at the right place for download links | Philipp Hagemeister | 2014-12-06 | 1 | -1/+1 |
| | |||||
* | [test_utils] Make test more realistically (#4377) | Philipp Hagemeister | 2014-12-06 | 1 | -1/+1 |
| | |||||
* | Credit @cryptonaut for adultswim (#4388) | Philipp Hagemeister | 2014-12-06 | 1 | -0/+1 |
| | |||||
* | [youtube] Modernize | Philipp Hagemeister | 2014-12-06 | 1 | -14/+4 |
| | |||||
* | [ffmpeg] Improve version check and call it from hls (Fixes #4377) | Philipp Hagemeister | 2014-12-06 | 4 | -4/+14 |
| | |||||
* | Merge remote-tracking branch 'cryptonaut/adultswim' | Philipp Hagemeister | 2014-12-06 | 1 | -89/+111 |
|\ | |||||
| * | [adultswim] Updated to work with new site format (fixes #4317) | cryptonaut | 2014-12-05 | 1 | -89/+111 |
| | | |||||
* | | [nba] Add test for #4387 | Philipp Hagemeister | 2014-12-06 | 1 | -2/+5 |
| | | |||||
* | | [nba] Modernize | Philipp Hagemeister | 2014-12-06 | 1 | -4/+2 |
| | | |||||
* | | [nba] Improve _VALID_URL regex (fixes #4387) | cryptonaut | 2014-12-06 | 1 | -1/+1 |
|/ | | | | Allows for optional trailing / or /index.html | ||||
* | release 2014.12.06.1 | Philipp Hagemeister | 2014-12-06 | 1 | -1/+1 |
| | |||||
* | [youporn] Fix JSON parameter regexp (Fixes #4384) | Philipp Hagemeister | 2014-12-06 | 1 | -1/+3 |
| | |||||
* | release 2014.12.06 | Philipp Hagemeister | 2014-12-06 | 1 | -1/+1 |
| | |||||
* | [tagesschau] Add suppot for sendung (Fixes #4378) | Philipp Hagemeister | 2014-12-06 | 1 | -22/+79 |
| | |||||
* | [azubu] Add extractor (Closes #4379) | Sergey M․ | 2014-12-05 | 2 | -0/+94 |
| | |||||
* | [tagesschau] Modernize | Philipp Hagemeister | 2014-12-05 | 1 | -8/+2 |
| | |||||
* | release 2014.12.04.2 | Philipp Hagemeister | 2014-12-04 | 1 | -1/+1 |
| | |||||
* | [xminus] Capture description (#4300) | Philipp Hagemeister | 2014-12-04 | 1 | -0/+9 |
| | |||||
* | [minhateca] Fix duration parsing | Philipp Hagemeister | 2014-12-04 | 3 | -6/+21 |
| | |||||
* | release 2014.12.04.1 | Philipp Hagemeister | 2014-12-04 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' of github.com:rg3/youtube-dl | Philipp Hagemeister | 2014-12-04 | 3 | -10/+112 |
|\ | |||||
| * | [foxnews] Add extractor (Closes #4352) | Sergey M․ | 2014-12-04 | 2 | -0/+95 |
| | | |||||
| * | [vine:user] Add support for another URL format (Closes #4365) | Sergey M․ | 2014-12-04 | 1 | -10/+17 |
| | | |||||
* | | [minhateca] Add extractor (Fixes #4094) | Philipp Hagemeister | 2014-12-04 | 4 | -2/+78 |
|/ | |||||
* | release 2014.12.04 | Philipp Hagemeister | 2014-12-04 | 2 | -5/+5 |
| | |||||
* | Merge remote-tracking branch 'origin/master' | Philipp Hagemeister | 2014-12-04 | 0 | -0/+0 |
|\ | | | | | | | | | Conflicts: youtube_dl/extractor/audiomack.py | ||||
| * | [audiomack] Modernize test definition | Jaime Marquínez Ferrándiz | 2014-12-04 | 1 | -1/+2 |
| | | |||||
* | | [myvidster] Enforce age limit in test | Philipp Hagemeister | 2014-12-04 | 1 | -1/+2 |
| | | |||||
* | | Merge remote-tracking branch 'zackfern/myvidster' | Philipp Hagemeister | 2014-12-04 | 2 | -0/+29 |
|\ \ | |||||
| * | | [myvidster] Added support for Myvidster | Zack Fernandes | 2014-12-03 | 2 | -0/+29 |
| | | | |||||
* | | | Credit @zackfern for foxgay (#4371) | Philipp Hagemeister | 2014-12-04 | 1 | -0/+1 |
| | | | |||||
* | | | pep8 and minor beautification all around | Philipp Hagemeister | 2014-12-04 | 5 | -15/+17 |
| | | | |||||
* | | | [bbccouk] Remove unused import | Philipp Hagemeister | 2014-12-04 | 1 | -1/+0 |
| | | | |||||
* | | | [foxgay] Add thumbnail to test definition | Philipp Hagemeister | 2014-12-04 | 1 | -2/+2 |
| | | | |||||
* | | | Merge remote-tracking branch 'zackfern/foxgay' | Philipp Hagemeister | 2014-12-04 | 2 | -0/+49 |
|\ \ \ | |_|/ |/| | | |||||
| * | | [foxgay] Initial support | Zack Fernandes | 2014-12-03 | 2 | -0/+49 |
| |/ | |||||
* | | [options] Standardize mentoined configuration file location (Fixes #4367) | Philipp Hagemeister | 2014-12-04 | 1 | -1/+4 |
| | | |||||
* | | [vgtv] Update tests | Tithen-Firion | 2014-12-04 | 1 | -2/+2 |
| | | |||||
* | | [break] Remove md5sum from test | Philipp Hagemeister | 2014-12-04 | 1 | -1/+0 |
| | | |||||
* | | [audiomack] Update test | Tithen-Firion | 2014-12-04 | 1 | -5/+5 |
| | | |||||
* | | [soundcloud] Improve_VALID_URL | Tithen-Firion | 2014-12-04 | 1 | -1/+1 |
|/ | | | | Add support for links from Audiomack | ||||
* | [ted] Fix type_watch links extraction | Sergey M․ | 2014-12-03 | 1 | -2/+3 |
| | |||||
* | [brightcove] Make sure that the 'ext' variable is set (fixes #4360) | Jaime Marquínez Ferrándiz | 2014-12-03 | 1 | -1/+2 |
| | |||||
* | release 2014.12.03 | Philipp Hagemeister | 2014-12-03 | 1 | -1/+1 |
| | |||||
* | [nhl] Simplify | Jaime Marquínez Ferrándiz | 2014-12-03 | 1 | -3/+1 |
| | |||||
* | Merge branch 'master' of https://github.com/akretz/youtube-dl | Jaime Marquínez Ferrándiz | 2014-12-03 | 1 | -1/+17 |
|\ |