Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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 | |||
2015-02-14 | [beeg] fix test | peugeot | |
2015-02-14 | [drtuber] fix extraction | peugeot | |
2015-02-14 | [sunporno] Keep old video regex just in case | Sergey M․ | |
2015-02-14 | [sunporno] fix extraction | peugeot | |
2015-02-14 | [nbcnews] Simplify | Sergey M․ | |
2015-02-14 | Support NBC Nightly News broadcasts | Ryan Schmidt | |
2015-02-14 | [1tv] Cover arbitraty URLs | Sergey M․ | |
2015-02-13 | [camdemy] Fix _VALID_URL | Sergey M․ | |
2015-02-13 | [bambuser] Fix 'uploader_id' extraction (fixes #4944) | Jaime Marquínez Ferrándiz | |
2015-02-13 | [npo:radio] Move to extractor to common npo place and add extractor for ↵ | Sergey M․ | |
fragments | |||
2015-02-12 | [nporadio] Edit to confirm to flake8 standards | robin | |
2015-02-12 | [NPORadio] Added extractor for live radio | robin | |
2015-02-12 | [camdemy] Simplify and make more robust (#4938) | Philipp Hagemeister | |
Do not throw errors if view count or upload date extraction fails. Dispose of re.MULTILINE, which had absolutely no effect without any ^ or $ in sight. Follow PEP8 naming conventions. | |||
2015-02-12 | Merge remote-tracking branch 'yan12125/IE_camdemy' | Philipp Hagemeister | |
2015-02-12 | [camdemy] Python2 compatibility | Yen Chi Hsuan | |
2015-02-12 | [camdemy] Add support for folders | Yen Chi Hsuan | |
2015-02-11 | [youtube] Extract average rating (closes #2362) | Jaime Marquínez Ferrándiz | |
2015-02-11 | [dotsub] Fix extraction and modernize | Sergey M․ | |
2015-02-12 | [camdemy] Detection of external sources | Yen Chi Hsuan | |
2015-02-11 | [dctptv] Skip rtmp download | Sergey M․ | |
2015-02-11 | [canalplus] Add support for itele.fr URLs (Closes #4931) | Naglis Jonaitis | |
2015-02-11 | [teamcoco] Fix video id extraction | Naglis Jonaitis | |
2015-02-11 | [camdemy] Add new extractor | Yen Chi Hsuan | |
Single file download done, while folder extaction in plan | |||
2015-02-10 | [ntvru] Adapt to new direct delivery and modernize (Closes #4918) | Sergey M․ | |
2015-02-10 | [escapist] Filter video differently (Fixes #4919) | Philipp Hagemeister | |
2015-02-10 | [escapist] Modernize | Philipp Hagemeister | |
2015-02-10 | [ccc] Add new extractor (Fixes #4890) | Philipp Hagemeister | |
2015-02-10 | [firstpost] Modernize | Philipp Hagemeister | |
2015-02-10 | [vimeo:album] Add support for album passwords (Fixes #4917) | Philipp Hagemeister | |
2015-02-10 | [options] Add --no-color | Philipp Hagemeister | |
2015-02-10 | [pornhd] Fix extraction (fixes #4915) | Philipp Hagemeister | |
2015-02-10 | [commonmistakes] Detect BOMs at the beginning of URLs | Philipp Hagemeister | |
Reported at https://bugzilla.redhat.com/show_bug.cgi?id=1093517 . | |||
2015-02-10 | [bandcamp] Correct variable name | Philipp Hagemeister | |
2015-02-10 | [commonmistakes] Correct logic error | Philipp Hagemeister | |
2015-02-10 | [extractor/common] Wrap extractor errors (Fixes #1194) | Philipp Hagemeister | |
For now, we just wrap some common errors. More may follow. We do not want to catch actual programming errors in the extractors, such as 1 // 0. | |||
2015-02-09 | [bandcamp] Use our API to get more stable error messages (#1194) | Philipp Hagemeister | |
2015-02-09 | [svtplay] Correct test case | Philipp Hagemeister | |
2015-02-09 | Merge branch 'master' of github.com:rg3/youtube-dl | Philipp Hagemeister | |