Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-02-17 | [YoutubeDL] use the 'render_table' function for listing the subtitles | Jaime Marquínez Ferrándiz | |
2015-02-17 | [extractor/common] Simplify subtitles handling methods | Jaime Marquínez Ferrándiz | |
Initially I was going to use a single method for handling both subtitles and automatic captions, that's why I used the 'list_subtitles' and the 'subtitles' variables. | |||
2015-02-17 | [bliptv] Convert to new subtitles system | Jaime Marquínez Ferrándiz | |
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-17 | [walla] Convert to new subtitles system | Jaime Marquínez Ferrándiz | |
2015-02-17 | [ceskatelevize] Convert to new subtitles system | Jaime Marquínez Ferrándiz | |
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 | [youtube] Convert to new subtitles system | Jaime Marquínez Ferrándiz | |
The automatic captions are stored in the 'automactic_captions' field, which is used if no normal subtitles are found for an specific language. | |||
2015-02-16 | [dailymotion] Convert to new subtitles system | Jaime Marquínez Ferrándiz | |
2015-02-16 | [YoutubeDL] store the subtitles to download in the 'requested_subtitles' field | Jaime Marquínez Ferrándiz | |
We need to keep the orginal subtitles information, so that the '--load-info' option can be used to list or select the subtitles again. We'll also be able to have a separate field for storing the automatic captions info. | |||
2015-02-16 | [vimeo] Convert to new subtitles system | Jaime Marquínez Ferrándiz | |
Removed some tests, the behaviour should be checked in a test for the YoutubeDL class | |||
2015-02-16 | [atresplayer] Convert to new subtitles system | Jaime Marquínez Ferrándiz | |
2015-02-16 | [crunchyroll] Convert to new subtitles system | Jaime Marquínez Ferrándiz | |
2015-02-16 | Improve subtitles support | Jaime Marquínez Ferrándiz | |
For each language the extractor builds a list with the available formats sorted (like for video formats), then YoutubeDL selects one of them using the '--sub-format' option which now allows giving the format preferences (for example 'ass/srt/best'). For each format the 'url' field can be set so that we only download the contents if needed, or if the contents needs to be processed (like in crunchyroll) the 'data' field can be used. The reasons for this change are: * We weren't checking that the format given with '--sub-format' was available, checking it in each extractor would be repetitive. * It allows to easily support giving a format preference. * The subtitles were automatically downloaded in the extractor, but I think that if you use for example the '--dump-json' option you want to finish as fast as possible. Currently only the ted extractor has been updated, but the old system still works. | |||
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․ | |
2015-02-15 | [theplatform] Add URL sign capability | Sergey M․ | |
2015-02-14 | [extractor/common] Fix link to external documentation | Jaime Marquínez Ferrándiz | |
2015-02-14 | Remove unused imports | Jaime Marquínez Ferrándiz | |
2015-02-14 | [streamcz] Fix extraction (Closes #4940) | Naglis Jonaitis | |
2015-02-14 | [drtuber] Add one more title regex | Sergey M․ | |
2015-02-14 | Merge pull request #4951 from peugeot/beeg | Sergey M. | |
[beeg] fix test | |||
2015-02-14 | Merge pull request #4950 from peugeot/drtuber | Sergey M. | |
[drtuber] fix extraction |