Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-02-18 | [wsj] Correct test case | Philipp Hagemeister | |
2015-02-18 | [brightcove] Correct keys in playlists | Philipp Hagemeister | |
2015-02-18 | release 2015.02.18.12015.02.18.1 | Philipp Hagemeister | |
2015-02-18 | [README] Add an FAQ entry for the player change in anticipation of many more ↵ | Philipp Hagemeister | |
bug reports | |||
2015-02-18 | [jsinterp] Disable comment support | Philipp Hagemeister | |
We need a proper lexer to be able to understand YouTube's code, which contains /* inside of strings. For now it's sufficient to just disable comment support altogether. Fixes #4976, fixes #4979, fixes #4980, fixes #4981, fixes #4982. Closes #4977. | |||
2015-02-18 | [youtube] Remove useless if | Philipp Hagemeister | |
2015-02-18 | [youtube] Show entire player URL when -v is given | Philipp Hagemeister | |
2015-02-18 | release 2015.02.182015.02.18 | Philipp Hagemeister | |
2015-02-18 | Extend various playlist tests | Philipp Hagemeister | |
2015-02-18 | [bandcamp:album] Fix extractor results and associated test | Philipp Hagemeister | |
2015-02-18 | [buzzfeed] Fix playlist test case | Philipp Hagemeister | |
2015-02-18 | [ign] Amend playlist test | Philipp Hagemeister | |
2015-02-18 | [test/helper] Render info_dict with a final comma | Philipp Hagemeister | |
2015-02-18 | [test/helper] Only output a newline for forgotten keys if keys are really ↵ | Philipp Hagemeister | |
missing | |||
2015-02-18 | [livestream] Correct playlist ID and add a test for it | Philipp Hagemeister | |
2015-02-18 | [vk] Amend playlist test | Philipp Hagemeister | |
2015-02-18 | [vimeo] Amend playlist tests | Philipp Hagemeister | |
2015-02-18 | [vimeo] Prevent infinite loops if video password verification fails | Philipp Hagemeister | |
We're seeing this in the tests¹ right now, which do not terminate. ¹ https://travis-ci.org/jaimeMF/youtube-dl/jobs/51135858 | |||
2015-02-17 | Merge branch 'progress-as-hook2' | Philipp Hagemeister | |
2015-02-17 | PEP8 fixes | Philipp Hagemeister | |
2015-02-17 | [downloader] Remove various unneeded assignments and imports | Philipp Hagemeister | |
2015-02-17 | [downloader/http] Remove gruesome import | Philipp Hagemeister | |
2015-02-17 | [YoutubeDL] Use a progress hook for progress reporting | Philipp Hagemeister | |
Instead of every downloader calling two helper functions, let our progress report be an ordinary progress hook like everyone else's. Closes #4875. | |||
2015-02-17 | [radio.de] Fix extraction | Philipp Hagemeister | |
2015-02-18 | [videolecturesnet] Fix rtmp stream glitches (Closes #4968) | Sergey M․ | |
2015-02-17 | [twitch:stream] Prefer the 'source' format (fixes #4972) | Jaime Marquínez Ferrándiz | |
2015-02-17 | release 2015.02.17.22015.02.17.2 | Philipp Hagemeister | |
2015-02-17 | [videolecturesnet] Check http format URLs (Closes #4968) | Sergey M? | |
2015-02-17 | [extractor/common] Test URLs with GET | Sergey M? | |
2015-02-17 | release 2015.02.17.12015.02.17.1 | Philipp Hagemeister | |
2015-02-17 | [hls] Switch to available as a property | Philipp Hagemeister | |
2015-02-17 | release 2015.02.172015.02.17 | Philipp Hagemeister | |
2015-02-17 | Merge remote-tracking branch 'origin/master' | Philipp Hagemeister | |
2015-02-17 | [ffmpeg] Remove trivial helper method | Philipp Hagemeister | |
2015-02-17 | [ffmpeg] Make available a property | Philipp Hagemeister | |
2015-02-17 | [downloader/hls] Fix detection of ffmpeg/avconv (reported in #4966) | Jaime Marquínez Ferrándiz | |
2015-02-17 | [YoutubeDL] Use a Request object for getting the cookies (fixes #4970) | Jaime Marquínez Ferrándiz | |
So that we don't have to implement all the methods used by the cookiejar. | |||
2015-02-17 | [downloader/external] curl: Add the '--location' flag | Jaime Marquínez Ferrándiz | |
curl doesn't follow redirections by default | |||
2015-02-17 | [downloader] Add --hls-prefer-native to use the native HLS downloader (#4966) | Philipp Hagemeister | |
2015-02-16 | release 2015.02.16.12015.02.16.1 | Philipp Hagemeister | |
2015-02-16 | [rtlnl|generic] Add support for rtl.nl embeds (Fixes #4959) | Philipp Hagemeister | |
2015-02-16 | release 2015.02.162015.02.16 | Philipp Hagemeister | |
2015-02-16 | [yam] Allow faults in optional fields (#4943) | Philipp Hagemeister | |
2015-02-16 | Merge remote-tracking branch 'yan12125/IE_Yam' | Philipp Hagemeister | |
2015-02-16 | [extractor/common] Move up filesize | Philipp Hagemeister | |
filesize and tbr should correlate, so it doesn't make sense to treat them differently. | |||
2015-02-16 | Merge remote-tracking branch 'origin/master' | Philipp Hagemeister | |
2015-02-16 | [ffmpeg] Add --ffmpeg-location | Philipp Hagemeister | |
2015-02-15 | [test/subtitles] Fix some tests | Jaime Marquínez Ferrándiz | |
The checksym for the CeskaTelevize subtitles has changed again, so we just test that it has a reasonable length. | |||
2015-02-15 | [bbccouk] Fix fallback to legacy playlist | Sergey M․ | |
2015-02-15 | [history] Add extractor (Closes #4934) | Sergey M․ | |