Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | [compat] Simplify kwarg detection code | Philipp Hagemeister | 2014-12-12 | 1 | -1/+3 | |
| | | | | | | | | | | | | This enables nuitka to compile youtube-dl. | |||||
* | | | Merge remote-tracking branch 'grompe/patch-1' | Philipp Hagemeister | 2014-12-12 | 1 | -4/+4 | |
|\ \ \ | ||||||
| * | | | 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. | |||||
* | | | | Revert "[utils] Work around PyPy stupidity with Windows DLLs (Fixes #4392)" | Philipp Hagemeister | 2014-12-12 | 2 | -24/+4 | |
| | | | | | | | | | | | | | | | | This reverts commit 16040f46d64bad8dcc5f948288ef469dd787d3d3. | |||||
* | | | | [howstuffworks] Parse only once, but right (#4383) | Philipp Hagemeister | 2014-12-12 | 1 | -25/+28 | |
| | | | | ||||||
* | | | | Merge remote-tracking branch 'Tithen-Firion/hsw-update' | Philipp Hagemeister | 2014-12-12 | 2 | -79/+49 | |
|\ \ \ \ | ||||||
| * | | | | [howstuffworks] Update extractor | Tithen-Firion | 2014-12-05 | 1 | -26/+51 | |
| | | | | | ||||||
| * | | | | [howstuffworks] Rewrite extractor | Tithen-Firion | 2014-12-05 | 1 | -99/+40 | |
| | | | | | ||||||
| * | | | | [common] Split _download_json | Tithen-Firion | 2014-12-05 | 1 | -0/+4 | |
| | | | | | | | | | | | | | | | | | | | | Add ability for extractor to use _parse_json | |||||
* | | | | | Remove unused imports | Philipp Hagemeister | 2014-12-12 | 4 | -5/+0 | |
| | | | | | ||||||
* | | | | | [utils] Work around PyPy stupidity with Windows DLLs (Fixes #4392) | Philipp Hagemeister | 2014-12-12 | 2 | -4/+24 | |
| | | | | | ||||||
* | | | | | release 2014.12.12.1 | Philipp Hagemeister | 2014-12-12 | 1 | -1/+1 | |
| | | | | | ||||||
* | | | | | [vine] Provide alt_title (Fixes #4448) | Philipp Hagemeister | 2014-12-12 | 2 | -1/+4 | |
| | | | | | ||||||
* | | | | | release 2014.12.12 | Philipp Hagemeister | 2014-12-12 | 1 | -1/+1 | |
| | | | | | ||||||
* | | | | | [vine] Modernize | Philipp Hagemeister | 2014-12-12 | 1 | -15/+10 | |
| | | | | | ||||||
* | | | | | [cinchcast] Add new extractor (Fixes #4428) | Philipp Hagemeister | 2014-12-12 | 5 | -6/+88 | |
| | | | | | ||||||
* | | | | | Merge branch 'master' of github.com:rg3/youtube-dl | Philipp Hagemeister | 2014-12-12 | 1 | -1/+1 | |
|\ \ \ \ \ | ||||||
| * | | | | | [mixcloud] Fix metadata extraction (fixes #4443) | Jaime Marquínez Ferrándiz | 2014-12-11 | 1 | -1/+1 | |
| | | | | | | ||||||
* | | | | | | [Makefile] remove *.info.json in clean target | Philipp Hagemeister | 2014-12-12 | 1 | -1/+1 | |
| | | | | | | ||||||
* | | | | | | [screenwavemedia] Simplify (#3766) | Philipp Hagemeister | 2014-12-12 | 3 | -133/+113 | |
| | | | | | | ||||||
* | | | | | | [pornhd] Adapt to new sources scheme (Fixes #4446) | Philipp Hagemeister | 2014-12-11 | 1 | -7/+12 | |
| | | | | | | ||||||
* | | | | | | Merge remote-tracking branch 'fstirlitz/master' | Philipp Hagemeister | 2014-12-11 | 2 | -17/+93 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| * | | | | | add teamfourstar.com support | felix | 2014-12-08 | 1 | -0/+32 | |
| | | | | | | ||||||
| * | | | | | add direct screenwavemedia.com URL support | felix | 2014-12-08 | 2 | -17/+61 | |
| | | | | | | ||||||
* | | | | | | release 2014.12.11 | Philipp Hagemeister | 2014-12-11 | 1 | -1/+1 | |
| | | | | | | ||||||
* | | | | | | [zdf:channel] Simplify (#4427) | Philipp Hagemeister | 2014-12-11 | 1 | -71/+40 | |
| | | | | | | ||||||
* | | | | | | Merge remote-tracking branch 'akretz/master' | Philipp Hagemeister | 2014-12-11 | 2 | -4/+83 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | [zdf] Add support for channels | Adrian Kretz | 2014-12-10 | 2 | -4/+83 | |
| | | | | | | | ||||||
* | | | | | | | [youtube] Amend test | Philipp Hagemeister | 2014-12-11 | 1 | -2/+9 | |
| | | | | | | | ||||||
* | | | | | | | [youtube] Do not warn if DASH manifest is missing (#4442) | Philipp Hagemeister | 2014-12-11 | 1 | -3/+1 | |
| | | | | | | | ||||||
* | | | | | | | [youtube] Make category optional (#4442) | Philipp Hagemeister | 2014-12-11 | 1 | -1/+1 | |
| | | | | | | | ||||||
* | | | | | | | Merge remote-tracking branch 'akretz/youtube_fix' | Philipp Hagemeister | 2014-12-11 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | [youtube] The case that 'url_encoded_fmt_stream_map' or 'adaptive_fmts' is ↵ | Adrian Kretz | 2014-12-11 | 1 | -1/+1 | |
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | the empty string is handled accordingly (fixes #4431) | |||||
* | | | | | | | [youtube] Add test case for #4431 | Philipp Hagemeister | 2014-12-11 | 1 | -0/+9 | |
| | | | | | | | ||||||
* | | | | | | | Merge branch 'master' of github.com:rg3/youtube-dl | Philipp Hagemeister | 2014-12-11 | 2 | -3/+3 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | [tvplay] Don't raise an exception if `is_geo_blocked` is True | Naglis Jonaitis | 2014-12-11 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Videos which return `is_geo_blocked' to be True can actually be downloaded from the country to which the video is restricted | |||||
| * | | | | | | | [ntv] Rename `flash_ver` to `flash_version` in the format dict | Naglis Jonaitis | 2014-12-11 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | RTMP downloader uses `flash_version` | |||||
* | | | | | | | | Merge branch 'master' of github.com:rg3/youtube-dl | Philipp Hagemeister | 2014-12-11 | 1 | -18/+11 | |
|\| | | | | | | | ||||||
| * | | | | | | | [behindkink] Remove superfluous whitespace | Sergey M․ | 2014-12-11 | 1 | -1/+1 | |
| | | | | | | | | ||||||
| * | | | | | | | [behindkink] Simplify | Sergey M․ | 2014-12-11 | 1 | -11/+5 | |
| | | | | | | | | ||||||
| * | | | | | | | Merge pull request #4440 from 5moufl/behindkink-fix | Sergey M. | 2014-12-11 | 1 | -9/+8 | |
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | [BehindKink] update | |||||
| | * | | | | | | [BehindKink] Replace test | 5moufl | 2014-12-11 | 1 | -7/+7 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Old one is not accessible anymore | |||||
| | * | | | | | | [BehindKink] Update URL extraction | 5moufl | 2014-12-11 | 1 | -2/+1 | |
| |/ / / / / / | ||||||
* | | | | | | | [utils] Add "yesterday" as a date keyword | Philipp Hagemeister | 2014-12-11 | 1 | -1/+3 | |
| | | | | | | | ||||||
* | | | | | | | [youtube] Fix imports | Philipp Hagemeister | 2014-12-11 | 1 | -5/+6 | |
|/ / / / / / | ||||||
* | | | | | | [smotri:broadcast] Fix extraction | Sergey M․ | 2014-12-10 | 1 | -11/+24 | |
| | | | | | | ||||||
* | | | | | | release 2014.12.10.3 | Philipp Hagemeister | 2014-12-10 | 1 | -1/+1 | |
| | | | | | | ||||||
* | | | | | | [facebook] Make thumbnail and duration optional | Philipp Hagemeister | 2014-12-10 | 1 | -7/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #4425. Looks like both properties aren't given to us anymore. For now, just fall back to not returning them. | |||||
* | | | | | | release 2014.12.10.2 | Philipp Hagemeister | 2014-12-10 | 1 | -1/+1 | |
| | | | | | | ||||||
* | | | | | | [youtube] Pass in all variables to DASH manifest (Fixes #4424) | Philipp Hagemeister | 2014-12-10 | 1 | -2/+3 | |
| | | | | | |