summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Embed description and URL as MP4 tagsDavid Powell2015-01-181-0/+4
|
* release 2015.01.16Philipp Hagemeister2015-01-161-1/+1
|
* [bandcamp:album] Fix title extraction (Fixes #4721)Philipp Hagemeister2015-01-161-1/+2
|
* [fourtube] Fix extractionPhilipp Hagemeister2015-01-162-33/+45
|
* [npo] Remove unused importPhilipp Hagemeister2015-01-161-2/+0
|
* FFmpegEmbedSubtitlePP: simplify commandJaime Marquínez Ferrándiz2015-01-161-3/+3
|
* FFmpegEmbedSubtitlePP: don't fail if the video doesn't have an audio stream ↵Jaime Marquínez Ferrándiz2015-01-161-1/+7
| | | | | | (fixes #4718) Instead of specifying which streams ffmpeg must copy, we tell it to copy all.
* release 2015.01.15.1Philipp Hagemeister2015-01-151-1/+1
|
* [youtube] Add test for #4706Sergey M․2015-01-161-1/+18
|
* Merge pull request #4706 from pkulak/masterSergey M.2015-01-161-1/+1
|\ | | | | Fix Youtube encrypted sigs.
| * Looks like Google switched to a new JS compiler that includes dollar signs ↵Phil Kulak2015-01-151-1/+1
|/ | | | in function names.
* [videomega] Fix extraction (Closes #4703)Naglis Jonaitis2015-01-151-8/+13
|
* [atresplayer] Add authentication support (Closes #4700)Sergey M․2015-01-151-1/+31
|
* release 2015.01.15Philipp Hagemeister2015-01-151-1/+1
|
* [ssl] Correct connect creationPhilipp Hagemeister2015-01-151-1/+2
| | | | We want to authenticate the server, see https://docs.python.org/dev/library/ssl.html#ssl.Purpose.SERVER_AUTH .
* [smotri] Improve extraction (Closes #4698)Sergey M․2015-01-141-5/+22
|
* [spiegel] Test format video URLs for 404 (Closes #4579)Sergey M․2015-01-141-16/+33
|
* [lnkgo] Make more robustNaglis Jonaitis2015-01-141-8/+10
|
* [utils] Add additional format to unified_strdateNaglis Jonaitis2015-01-142-0/+2
|
* [lnkgo] Add new extractorNaglis Jonaitis2015-01-142-0/+123
|
* [npo:live] Add extractor (Closes #4691)Sergey M․2015-01-132-9/+91
|
* [README] Add FAQ for playing from another machine (Fixes #4693)Philipp Hagemeister2015-01-131-2/+8
|
* [test_utils] Add more tests for parse_durationSergey M․2015-01-121-0/+2
|
* [utils] Disallow non string types in parse_duration (Closes #4679)Sergey M․2015-01-121-1/+1
|
* [npo] Remove unused importPhilipp Hagemeister2015-01-111-4/+3
|
* Credit @Josso for drbonanza (#4581)Philipp Hagemeister2015-01-111-0/+1
|
* [drbonanza] Simplify and fix duration (#4687)Philipp Hagemeister2015-01-111-34/+45
|
* [DRBonanza] Add new extractor (fixing #4581)Johan K. Jensen2015-01-112-0/+121
|
* [npo] Make extension check less strict and add test (#4680)Sergey M․2015-01-111-1/+11
|
* [npo] Fix non asf streams (Closes #4680)Sergey M․2015-01-111-0/+7
|
* release 2015.01.11Philipp Hagemeister2015-01-112-2/+4
|
* Merge branch 'master' of github.com:rg3/youtube-dlPhilipp Hagemeister2015-01-111-1/+1
|\
| * Merge pull request #4684 from Josso/patch-1Sergey M.2015-01-111-1/+1
| |\ | | | | | | [drtv] Updated with support for https
| | * [drtv] Updated with support for httpsJohan2015-01-111-1/+1
| |/
* / [utils] Improve colon handling (Fixes #4683)Philipp Hagemeister2015-01-112-0/+6
|/
* check for overwriting files in the downloader (fixes #3916, closes #3829)Pierre2015-01-112-43/+51
|
* YoutubeDL: Make the decision about removing the original file after each ↵Jaime Marquínez Ferrándiz2015-01-111-8/+9
| | | | | | | | | postprocessor is run (fixes #2261) If one of the processors said the file should be kept, it wouldn't pay attention to the response from the following processors. This was wrong if the 'keep_video' option was False, if the first extractor modifies the original file and then we extract its audio we don't want to keep the original video file.
* [veehd] Update testSergey M․2015-01-111-5/+5
|
* [veehd] Improve extractionSergey M․2015-01-111-9/+26
|
* [karaoketv] Remove unused importPhilipp Hagemeister2015-01-111-1/+0
|
* [compat] Correct socket error class referencePhilipp Hagemeister2015-01-111-1/+1
|
* [veehd] Capture removed video messageSergey M․2015-01-111-0/+5
|
* [xboxclips] Fix extractionSergey M․2015-01-111-1/+1
|
* [test_compat] Fix alphabetic order to make test_all_present passSergey M․2015-01-111-1/+1
|
* [options] Add --no-call-homePhilipp Hagemeister2015-01-102-3/+7
| | | | While we're at it, also drop "experimental" moniker for --call-home - should work fine.
* [README] Highlight that bug reports should include the -v outputPhilipp Hagemeister2015-01-101-1/+3
|
* release 2015.01.10.2Philipp Hagemeister2015-01-102-1/+3
|
* [YoutubeDL] Add new --call-home option for debuggingPhilipp Hagemeister2015-01-103-0/+19
|
* release 2015.01.10.1Philipp Hagemeister2015-01-102-5/+13
|
* Merge remote-tracking branch 'origin/master'Philipp Hagemeister2015-01-102-0/+93
|\