Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Credit @yan12125 for streetvoice (#4758) | Sergey M․ | 2015-01-21 | 1 | -0/+1 |
| | |||||
* | [streetvoice] Improve | Sergey M․ | 2015-01-21 | 1 | -19/+34 |
| | |||||
* | Merge pull request #4758 from yan12125/IE_streetvoice | Sergey M. | 2015-01-21 | 2 | -0/+37 |
|\ | | | | | [StreetVoice] Add new extractor | ||||
| * | [StreetVoice] Add new extractor | Yen Chi Hsuan | 2015-01-21 | 2 | -0/+37 |
| | | |||||
* | | [twitch] Refactor and add support for past broadcasts | Sergey M․ | 2015-01-21 | 2 | -166/+181 |
|/ | |||||
* | [nbc] Fix pep8 issue | Jaime Marquínez Ferrándiz | 2015-01-21 | 1 | -1/+1 |
| | |||||
* | [cnn] Use edition.cnn.com for getting the information (fixes #4757) | Jaime Marquínez Ferrándiz | 2015-01-21 | 1 | -1/+1 |
| | | | | Some videos (like http://edition.cnn.com/videos/us/2015/01/20/orig-yellowstone-oil-spill.cnn) will fail if we use cnn.com. | ||||
* | [CNNArticle] Update test | Jaime Marquínez Ferrándiz | 2015-01-21 | 1 | -5/+5 |
| | |||||
* | [tinypic] Tweak VALID_URL regex (Closes #4754) | Sergey M․ | 2015-01-21 | 1 | -10/+16 |
| | |||||
* | [nbcnews] Ignore HTTP errors while coping with playlists (Closes #4749) | Sergey M․ | 2015-01-20 | 1 | -2/+22 |
| | |||||
* | [tvp] Fix extraction | Sergey M․ | 2015-01-19 | 1 | -20/+17 |
| | |||||
* | [ndtv] Modernize | Philipp Hagemeister | 2015-01-19 | 1 | -3/+1 |
| | |||||
* | [abc7news] Add extractor (Closes #4734) | Sergey M․ | 2015-01-18 | 2 | -0/+69 |
| | |||||
* | [options] Clarify that --password can be left out (#4723) | Philipp Hagemeister | 2015-01-17 | 1 | -1/+1 |
| | |||||
* | release 2015.01.16 | Philipp Hagemeister | 2015-01-16 | 1 | -1/+1 |
| | |||||
* | [bandcamp:album] Fix title extraction (Fixes #4721) | Philipp Hagemeister | 2015-01-16 | 1 | -1/+2 |
| | |||||
* | [fourtube] Fix extraction | Philipp Hagemeister | 2015-01-16 | 2 | -33/+45 |
| | |||||
* | [npo] Remove unused import | Philipp Hagemeister | 2015-01-16 | 1 | -2/+0 |
| | |||||
* | FFmpegEmbedSubtitlePP: simplify command | Jaime Marquínez Ferrándiz | 2015-01-16 | 1 | -3/+3 |
| | |||||
* | FFmpegEmbedSubtitlePP: don't fail if the video doesn't have an audio stream ↵ | Jaime Marquínez Ferrándiz | 2015-01-16 | 1 | -1/+7 |
| | | | | | | (fixes #4718) Instead of specifying which streams ffmpeg must copy, we tell it to copy all. | ||||
* | release 2015.01.15.1 | Philipp Hagemeister | 2015-01-15 | 1 | -1/+1 |
| | |||||
* | [youtube] Add test for #4706 | Sergey M․ | 2015-01-16 | 1 | -1/+18 |
| | |||||
* | Merge pull request #4706 from pkulak/master | Sergey M. | 2015-01-16 | 1 | -1/+1 |
|\ | | | | | Fix Youtube encrypted sigs. | ||||
| * | Looks like Google switched to a new JS compiler that includes dollar signs ↵ | Phil Kulak | 2015-01-15 | 1 | -1/+1 |
|/ | | | | in function names. | ||||
* | [videomega] Fix extraction (Closes #4703) | Naglis Jonaitis | 2015-01-15 | 1 | -8/+13 |
| | |||||
* | [atresplayer] Add authentication support (Closes #4700) | Sergey M․ | 2015-01-15 | 1 | -1/+31 |
| | |||||
* | release 2015.01.15 | Philipp Hagemeister | 2015-01-15 | 1 | -1/+1 |
| | |||||
* | [ssl] Correct connect creation | Philipp Hagemeister | 2015-01-15 | 1 | -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-14 | 1 | -5/+22 |
| | |||||
* | [spiegel] Test format video URLs for 404 (Closes #4579) | Sergey M․ | 2015-01-14 | 1 | -16/+33 |
| | |||||
* | [lnkgo] Make more robust | Naglis Jonaitis | 2015-01-14 | 1 | -8/+10 |
| | |||||
* | [utils] Add additional format to unified_strdate | Naglis Jonaitis | 2015-01-14 | 2 | -0/+2 |
| | |||||
* | [lnkgo] Add new extractor | Naglis Jonaitis | 2015-01-14 | 2 | -0/+123 |
| | |||||
* | [npo:live] Add extractor (Closes #4691) | Sergey M․ | 2015-01-13 | 2 | -9/+91 |
| | |||||
* | [README] Add FAQ for playing from another machine (Fixes #4693) | Philipp Hagemeister | 2015-01-13 | 1 | -2/+8 |
| | |||||
* | [test_utils] Add more tests for parse_duration | Sergey M․ | 2015-01-12 | 1 | -0/+2 |
| | |||||
* | [utils] Disallow non string types in parse_duration (Closes #4679) | Sergey M․ | 2015-01-12 | 1 | -1/+1 |
| | |||||
* | [npo] Remove unused import | Philipp Hagemeister | 2015-01-11 | 1 | -4/+3 |
| | |||||
* | Credit @Josso for drbonanza (#4581) | Philipp Hagemeister | 2015-01-11 | 1 | -0/+1 |
| | |||||
* | [drbonanza] Simplify and fix duration (#4687) | Philipp Hagemeister | 2015-01-11 | 1 | -34/+45 |
| | |||||
* | [DRBonanza] Add new extractor (fixing #4581) | Johan K. Jensen | 2015-01-11 | 2 | -0/+121 |
| | |||||
* | [npo] Make extension check less strict and add test (#4680) | Sergey M․ | 2015-01-11 | 1 | -1/+11 |
| | |||||
* | [npo] Fix non asf streams (Closes #4680) | Sergey M․ | 2015-01-11 | 1 | -0/+7 |
| | |||||
* | release 2015.01.11 | Philipp Hagemeister | 2015-01-11 | 2 | -2/+4 |
| | |||||
* | Merge branch 'master' of github.com:rg3/youtube-dl | Philipp Hagemeister | 2015-01-11 | 1 | -1/+1 |
|\ | |||||
| * | Merge pull request #4684 from Josso/patch-1 | Sergey M. | 2015-01-11 | 1 | -1/+1 |
| |\ | | | | | | | [drtv] Updated with support for https | ||||
| | * | [drtv] Updated with support for https | Johan | 2015-01-11 | 1 | -1/+1 |
| |/ | |||||
* / | [utils] Improve colon handling (Fixes #4683) | Philipp Hagemeister | 2015-01-11 | 2 | -0/+6 |
|/ | |||||
* | check for overwriting files in the downloader (fixes #3916, closes #3829) | Pierre | 2015-01-11 | 2 | -43/+51 |
| | |||||
* | YoutubeDL: Make the decision about removing the original file after each ↵ | Jaime Marquínez Ferrándiz | 2015-01-11 | 1 | -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. |