Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-01-22 | [hearthisat] Add support for more high-quality download links | Philipp Hagemeister | |
2015-01-21 | [hearthisat] Add new extractor (Closes #4743) | Naglis Jonaitis | |
2015-01-21 | [twitch:past_broadcasts] Fix IE_NAME | Sergey M․ | |
2015-01-21 | Credit @yan12125 for streetvoice (#4758) | Sergey M․ | |
2015-01-21 | [streetvoice] Improve | Sergey M․ | |
2015-01-21 | Merge pull request #4758 from yan12125/IE_streetvoice | Sergey M. | |
[StreetVoice] Add new extractor | |||
2015-01-21 | [twitch] Refactor and add support for past broadcasts | Sergey M․ | |
2015-01-21 | [StreetVoice] Add new extractor | Yen Chi Hsuan | |
2015-01-21 | [nbc] Fix pep8 issue | Jaime Marquínez Ferrándiz | |
2015-01-21 | [cnn] Use edition.cnn.com for getting the information (fixes #4757) | Jaime Marquínez Ferrándiz | |
Some videos (like http://edition.cnn.com/videos/us/2015/01/20/orig-yellowstone-oil-spill.cnn) will fail if we use cnn.com. | |||
2015-01-21 | [CNNArticle] Update test | Jaime Marquínez Ferrándiz | |
2015-01-21 | [tinypic] Tweak VALID_URL regex (Closes #4754) | Sergey M․ | |
2015-01-20 | [nbcnews] Ignore HTTP errors while coping with playlists (Closes #4749) | Sergey M․ | |
2015-01-19 | [tvp] Fix extraction | Sergey M․ | |
2015-01-19 | [ndtv] Modernize | Philipp Hagemeister | |
2015-01-18 | Embed description and URL as MP4 tags | David Powell | |
2015-01-18 | [abc7news] Add extractor (Closes #4734) | Sergey M․ | |
2015-01-17 | [options] Clarify that --password can be left out (#4723) | Philipp Hagemeister | |
2015-01-16 | release 2015.01.162015.01.16 | Philipp Hagemeister | |
2015-01-16 | [bandcamp:album] Fix title extraction (Fixes #4721) | Philipp Hagemeister | |
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 | [utils] Prevent override of custom headers. | Johannes Knoedtel | |
The dict of headers of request objects in urllib has its keys always capitalized. This causes the lookup to fail and overwrite the header. If for example a Extractor tries to add a "User-Agent" header the internal representation in the request object is "User-agent". The header is therefore clobbered by the "User-Agent" in std_headers, because the strings are not equal. | |||
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 | |