Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-01-16 | [fourtube] Fix extraction | Philipp Hagemeister | |
2015-01-16 | [npo] Remove unused import | Philipp Hagemeister | |
2015-01-16 | FFmpegEmbedSubtitlePP: simplify command | Jaime Marquínez Ferrándiz | |
2015-01-16 | FFmpegEmbedSubtitlePP: don't fail if the video doesn't have an audio stream ↵ | Jaime Marquínez Ferrándiz | |
(fixes #4718) Instead of specifying which streams ffmpeg must copy, we tell it to copy all. | |||
2015-01-15 | release 2015.01.15.12015.01.15.1 | Philipp Hagemeister | |
2015-01-16 | [youtube] Add test for #4706 | Sergey M․ | |
2015-01-16 | Merge pull request #4706 from pkulak/master | Sergey M. | |
Fix Youtube encrypted sigs. | |||
2015-01-15 | Looks like Google switched to a new JS compiler that includes dollar signs ↵ | Phil Kulak | |
in function names. | |||
2015-01-15 | [videomega] Fix extraction (Closes #4703) | Naglis Jonaitis | |
2015-01-15 | [atresplayer] Add authentication support (Closes #4700) | Sergey M․ | |
2015-01-15 | release 2015.01.152015.01.15 | Philipp Hagemeister | |
2015-01-15 | [ssl] Correct connect creation | Philipp Hagemeister | |
We want to authenticate the server, see https://docs.python.org/dev/library/ssl.html#ssl.Purpose.SERVER_AUTH . | |||
2015-01-14 | [smotri] Improve extraction (Closes #4698) | Sergey M․ | |
2015-01-14 | [spiegel] Test format video URLs for 404 (Closes #4579) | Sergey M․ | |
2015-01-14 | [lnkgo] Make more robust | Naglis Jonaitis | |
2015-01-14 | [utils] Add additional format to unified_strdate | Naglis Jonaitis | |
2015-01-14 | [lnkgo] Add new extractor | Naglis Jonaitis | |
2015-01-13 | [npo:live] Add extractor (Closes #4691) | Sergey M․ | |
2015-01-13 | [README] Add FAQ for playing from another machine (Fixes #4693) | Philipp Hagemeister | |
2015-01-12 | [test_utils] Add more tests for parse_duration | Sergey M․ | |
2015-01-12 | [utils] Disallow non string types in parse_duration (Closes #4679) | Sergey M․ | |
2015-01-11 | [npo] Remove unused import | Philipp Hagemeister | |
2015-01-11 | Credit @Josso for drbonanza (#4581) | Philipp Hagemeister | |
2015-01-11 | [drbonanza] Simplify and fix duration (#4687) | Philipp Hagemeister | |
2015-01-11 | [DRBonanza] Add new extractor (fixing #4581) | Johan K. Jensen | |
2015-01-11 | [npo] Make extension check less strict and add test (#4680) | Sergey M․ | |
2015-01-11 | [npo] Fix non asf streams (Closes #4680) | Sergey M․ | |
2015-01-11 | release 2015.01.112015.01.11 | Philipp Hagemeister | |
2015-01-11 | Merge branch 'master' of github.com:rg3/youtube-dl | Philipp Hagemeister | |
2015-01-11 | Merge pull request #4684 from Josso/patch-1 | Sergey M. | |
[drtv] Updated with support for https | |||
2015-01-11 | [utils] Improve colon handling (Fixes #4683) | Philipp Hagemeister | |
2015-01-11 | [drtv] Updated with support for https | Johan | |
2015-01-11 | check for overwriting files in the downloader (fixes #3916, closes #3829) | Pierre | |
2015-01-11 | YoutubeDL: Make the decision about removing the original file after each ↵ | Jaime Marquínez Ferrándiz | |
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. | |||
2015-01-11 | [veehd] Update test | Sergey M․ | |
2015-01-11 | [veehd] Improve extraction | Sergey M․ | |
2015-01-11 | [karaoketv] Remove unused import | Philipp Hagemeister | |
2015-01-11 | [compat] Correct socket error class reference | Philipp Hagemeister | |
2015-01-11 | [veehd] Capture removed video message | Sergey M․ | |
2015-01-11 | [xboxclips] Fix extraction | Sergey M․ | |
2015-01-11 | [test_compat] Fix alphabetic order to make test_all_present pass | Sergey M․ | |
2015-01-10 | [options] Add --no-call-home | Philipp Hagemeister | |
While we're at it, also drop "experimental" moniker for --call-home - should work fine. | |||
2015-01-10 | [README] Highlight that bug reports should include the -v output | Philipp Hagemeister | |
2015-01-10 | release 2015.01.10.22015.01.10.2 | Philipp Hagemeister | |
2015-01-10 | [YoutubeDL] Add new --call-home option for debugging | Philipp Hagemeister | |
2015-01-10 | release 2015.01.10.12015.01.10.1 | Philipp Hagemeister | |
2015-01-10 | Merge remote-tracking branch 'origin/master' | Philipp Hagemeister | |
2015-01-10 | [utils] Fix call to _create_http_connection | Philipp Hagemeister | |
Avoid confusion over args/kwargs. | |||
2015-01-10 | [options] Add -4 and -6 options | Philipp Hagemeister | |
Fixes #520, fixes #3626. | |||
2015-01-10 | Add new option --source-address | Philipp Hagemeister | |
Closes #3618, fixes #721, fixes #2481, fixes #4551, closes #1020. |