Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-12-06 | Fix utils.py for PyPy on Windows | Grom PE | |
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. | |||
2014-12-06 | Allow iterators for playlist result entries | Philipp Hagemeister | |
2014-12-06 | [adultswim] PEP8 | Philipp Hagemeister | |
2014-12-06 | [nba] Remove unused import | Philipp Hagemeister | |
2014-12-06 | [tagesschau] Look at the right place for download links | Philipp Hagemeister | |
2014-12-06 | [test_utils] Make test more realistically (#4377) | Philipp Hagemeister | |
2014-12-06 | Credit @cryptonaut for adultswim (#4388) | Philipp Hagemeister | |
2014-12-06 | [youtube] Modernize | Philipp Hagemeister | |
2014-12-06 | [ffmpeg] Improve version check and call it from hls (Fixes #4377) | Philipp Hagemeister | |
2014-12-06 | Merge remote-tracking branch 'cryptonaut/adultswim' | Philipp Hagemeister | |
2014-12-06 | [nba] Add test for #4387 | Philipp Hagemeister | |
2014-12-06 | [nba] Modernize | Philipp Hagemeister | |
2014-12-06 | [nba] Improve _VALID_URL regex (fixes #4387) | cryptonaut | |
Allows for optional trailing / or /index.html | |||
2014-12-05 | [adultswim] Updated to work with new site format (fixes #4317) | cryptonaut | |
2014-12-06 | release 2014.12.06.12014.12.06.1 | Philipp Hagemeister | |
2014-12-06 | [youporn] Fix JSON parameter regexp (Fixes #4384) | Philipp Hagemeister | |
2014-12-06 | release 2014.12.062014.12.06 | Philipp Hagemeister | |
2014-12-06 | [tagesschau] Add suppot for sendung (Fixes #4378) | Philipp Hagemeister | |
2014-12-05 | [azubu] Add extractor (Closes #4379) | Sergey M․ | |
2014-12-05 | [tagesschau] Modernize | Philipp Hagemeister | |
2014-12-04 | release 2014.12.04.22014.12.04.2 | Philipp Hagemeister | |
2014-12-04 | [xminus] Capture description (#4300) | Philipp Hagemeister | |
2014-12-04 | [minhateca] Fix duration parsing | Philipp Hagemeister | |
2014-12-04 | release 2014.12.04.12014.12.04.1 | Philipp Hagemeister | |
2014-12-04 | Merge branch 'master' of github.com:rg3/youtube-dl | Philipp Hagemeister | |
2014-12-04 | [minhateca] Add extractor (Fixes #4094) | Philipp Hagemeister | |
2014-12-04 | [foxnews] Add extractor (Closes #4352) | Sergey M․ | |
2014-12-04 | [vine:user] Add support for another URL format (Closes #4365) | Sergey M․ | |
2014-12-04 | release 2014.12.042014.12.04 | Philipp Hagemeister | |
2014-12-04 | Merge remote-tracking branch 'origin/master' | Philipp Hagemeister | |
Conflicts: youtube_dl/extractor/audiomack.py | |||
2014-12-04 | [myvidster] Enforce age limit in test | Philipp Hagemeister | |
2014-12-04 | Merge remote-tracking branch 'zackfern/myvidster' | Philipp Hagemeister | |
2014-12-04 | Credit @zackfern for foxgay (#4371) | Philipp Hagemeister | |
2014-12-04 | pep8 and minor beautification all around | Philipp Hagemeister | |
2014-12-04 | [bbccouk] Remove unused import | Philipp Hagemeister | |
2014-12-04 | [foxgay] Add thumbnail to test definition | Philipp Hagemeister | |
2014-12-04 | [audiomack] Modernize test definition | Jaime Marquínez Ferrándiz | |
2014-12-04 | Merge remote-tracking branch 'zackfern/foxgay' | Philipp Hagemeister | |
2014-12-04 | [options] Standardize mentoined configuration file location (Fixes #4367) | Philipp Hagemeister | |
2014-12-03 | [myvidster] Added support for Myvidster | Zack Fernandes | |
2014-12-03 | [foxgay] Initial support | Zack Fernandes | |
2014-12-04 | [vgtv] Update tests | Tithen-Firion | |
2014-12-04 | [break] Remove md5sum from test | Philipp Hagemeister | |
2014-12-04 | [audiomack] Update test | Tithen-Firion | |
2014-12-04 | [soundcloud] Improve_VALID_URL | Tithen-Firion | |
Add support for links from Audiomack | |||
2014-12-03 | [ted] Fix type_watch links extraction | Sergey M․ | |
2014-12-03 | [brightcove] Make sure that the 'ext' variable is set (fixes #4360) | Jaime Marquínez Ferrándiz | |
2014-12-03 | release 2014.12.032014.12.03 | Philipp Hagemeister | |
2014-12-03 | [nhl] Simplify | Jaime Marquínez Ferrándiz | |
2014-12-03 | Merge branch 'master' of https://github.com/akretz/youtube-dl | Jaime Marquínez Ferrándiz | |