summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* release 2014.12.12.3 2014.12.12.3Philipp Hagemeister2014-12-121-1/+1
|
* [CONTRIBUTING.md] Remove the section about embedding; that is not applicable ↵Philipp Hagemeister2014-12-122-15/+2
| | | | for youtube-dl contributors
* [Makefile] Add CONTRIBUTING.md (Fixes #2984)Philipp Hagemeister2014-12-123-2/+186
|
* Merge branch 'master' of github.com:rg3/youtube-dlPhilipp Hagemeister2014-12-122-0/+82
|\
| * [giantbomb] Add extractor (Closes #4432)Sergey M․2014-12-122-0/+82
| |
* | [README] More concise and nicer bug reporting instructionsPhilipp Hagemeister2014-12-121-4/+2
|/
* release 2014.12.12.2 2014.12.12.2Philipp Hagemeister2014-12-121-1/+1
|
* [cnet] Update to new theplatform infrastructure (Fixes #2736)Philipp Hagemeister2014-12-122-28/+21
|
* [goldenmoustache] Remove view countPhilipp Hagemeister2014-12-121-6/+0
| | | | view count is not present anymore, so we can't extract it.
* [channel9] Do not return compat_list results anymorePhilipp Hagemeister2014-12-121-6/+7
|
* [helsinki] Fix extractionPhilipp Hagemeister2014-12-121-28/+9
|
* [goshgay] Fix extractionPhilipp Hagemeister2014-12-121-26/+21
|
* [goshgay] ModernizePhilipp Hagemeister2014-12-121-3/+3
|
* [compat] Simplify kwarg detection codePhilipp Hagemeister2014-12-121-1/+3
| | | | This enables nuitka to compile youtube-dl.
* Merge remote-tracking branch 'grompe/patch-1'Philipp Hagemeister2014-12-121-4/+4
|\
| * Fix utils.py for PyPy on WindowsGrom PE2014-12-061-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 Hagemeister2014-12-122-24/+4
| | | | | | | | This reverts commit 16040f46d64bad8dcc5f948288ef469dd787d3d3.
* | [howstuffworks] Parse only once, but right (#4383)Philipp Hagemeister2014-12-121-25/+28
| |
* | Merge remote-tracking branch 'Tithen-Firion/hsw-update'Philipp Hagemeister2014-12-122-79/+49
|\ \
| * | [howstuffworks] Update extractorTithen-Firion2014-12-051-26/+51
| | |
| * | [howstuffworks] Rewrite extractorTithen-Firion2014-12-051-99/+40
| | |
| * | [common] Split _download_jsonTithen-Firion2014-12-051-0/+4
| | | | | | | | | | | | Add ability for extractor to use _parse_json
* | | Remove unused importsPhilipp Hagemeister2014-12-124-5/+0
| | |
* | | [utils] Work around PyPy stupidity with Windows DLLs (Fixes #4392)Philipp Hagemeister2014-12-122-4/+24
| | |
* | | release 2014.12.12.1 2014.12.12.1Philipp Hagemeister2014-12-121-1/+1
| | |
* | | [vine] Provide alt_title (Fixes #4448)Philipp Hagemeister2014-12-122-1/+4
| | |
* | | release 2014.12.12 2014.12.12Philipp Hagemeister2014-12-121-1/+1
| | |
* | | [vine] ModernizePhilipp Hagemeister2014-12-121-15/+10
| | |
* | | [cinchcast] Add new extractor (Fixes #4428)Philipp Hagemeister2014-12-125-6/+88
| | |
* | | Merge branch 'master' of github.com:rg3/youtube-dlPhilipp Hagemeister2014-12-121-1/+1
|\ \ \
| * | | [mixcloud] Fix metadata extraction (fixes #4443)Jaime Marquínez Ferrándiz2014-12-111-1/+1
| | | |
* | | | [Makefile] remove *.info.json in clean targetPhilipp Hagemeister2014-12-121-1/+1
| | | |
* | | | [screenwavemedia] Simplify (#3766)Philipp Hagemeister2014-12-123-133/+113
| | | |
* | | | [pornhd] Adapt to new sources scheme (Fixes #4446)Philipp Hagemeister2014-12-111-7/+12
| | | |
* | | | Merge remote-tracking branch 'fstirlitz/master'Philipp Hagemeister2014-12-112-17/+93
|\ \ \ \ | |/ / / |/| | |
| * | | add teamfourstar.com supportfelix2014-12-081-0/+32
| | | |
| * | | add direct screenwavemedia.com URL supportfelix2014-12-082-17/+61
| | | |
* | | | release 2014.12.11 2014.12.11Philipp Hagemeister2014-12-111-1/+1
| | | |
* | | | [zdf:channel] Simplify (#4427)Philipp Hagemeister2014-12-111-71/+40
| | | |
* | | | Merge remote-tracking branch 'akretz/master'Philipp Hagemeister2014-12-112-4/+83
|\ \ \ \
| * | | | [zdf] Add support for channelsAdrian Kretz2014-12-102-4/+83
| | | | |
* | | | | [youtube] Amend testPhilipp Hagemeister2014-12-111-2/+9
| | | | |
* | | | | [youtube] Do not warn if DASH manifest is missing (#4442)Philipp Hagemeister2014-12-111-3/+1
| | | | |
* | | | | [youtube] Make category optional (#4442)Philipp Hagemeister2014-12-111-1/+1
| | | | |
* | | | | Merge remote-tracking branch 'akretz/youtube_fix'Philipp Hagemeister2014-12-111-1/+1
|\ \ \ \ \
| * | | | | [youtube] The case that 'url_encoded_fmt_stream_map' or 'adaptive_fmts' is ↵Adrian Kretz2014-12-111-1/+1
| |/ / / / | | | | | | | | | | | | | | | the empty string is handled accordingly (fixes #4431)
* | | | | [youtube] Add test case for #4431Philipp Hagemeister2014-12-111-0/+9
| | | | |
* | | | | Merge branch 'master' of github.com:rg3/youtube-dlPhilipp Hagemeister2014-12-112-3/+3
|\ \ \ \ \
| * | | | | [tvplay] Don't raise an exception if `is_geo_blocked` is TrueNaglis Jonaitis2014-12-111-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 dictNaglis Jonaitis2014-12-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | RTMP downloader uses `flash_version`