Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-06-23 | [youtube_live_chat] Support ongoing live chat (#422) | siikamiika | |
Authored by: siikamiika | |||
2021-06-23 | [cleanup] Revert unnecessary changes in 51d9739f8031fb37d8e25b0e9f1abea561e3d2e3 | pukkandan | |
2021-06-23 | Add option `--throttled-rate` below which video data is re-extracted | pukkandan | |
Currently only for HTTP downloads Closes #430, workaround for https://github.com/ytdl-org/youtube-dl/issues/29326 | |||
2021-06-22 | [fragment] Merge during download for `-N`, and refactor `hls`/`dash` (#364) | pukkandan | |
2021-06-21 | [twitcasting] Websocket support (#399) | pukkandan | |
Closes #392 Authored by: nao20010128nao | |||
2021-06-21 | [websockets] Add `WebSocketFragmentFD` (#399) | pukkandan | |
Necessary for #392 Co-authored by: nao20010128nao, pukkandan | |||
2021-06-20 | [aria2c] Lower `--min-split-size` for HTTP downloads | pukkandan | |
This makes downloading smaller files much faster | |||
2021-06-20 | [options] Rename `--add-metadata` to `--embed-metadata` | pukkandan | |
and clarify that it embeds chapter markers | |||
2021-06-20 | Skip fixup of existing files and add `--fixup force` to force it | pukkandan | |
2021-06-20 | [cleanup] Refactor fixup | pukkandan | |
2021-06-18 | [youtube] Temporary fix for age-gate | pukkandan | |
Related: https://stackoverflow.com/a/67629882 https://github.com/yt-dlp/yt-dlp/issues/319 https://github.com/ytdl-org/youtube-dl/issues/29333 https://github.com/ytdl-org/youtube-dl/issues/29086 | |||
2021-06-17 | Fix id sanitization in filenames | pukkandan | |
Closes #415 | |||
2021-06-16 | [EmbedThumbnail] Add compat-option `embed-thumbnail-atomicparsley` | pukkandan | |
to force use of atomicparsley for embedding thumbnails in mp4 Related: #411 | |||
2021-06-14 | [postprocessor] Fix `_restrict_to` when a codec is not set | pukkandan | |
2021-06-13 | [pornhub] Extract `cast` | pukkandan | |
Closes #406, https://github.com/ytdl-org/youtube-dl/pull/27384 | |||
2021-06-13 | [mediasite] Extract slides (#343) | felix | |
Fixes: https://github.com/ytdl-org/youtube-dl/issues/4974#issue-58006762 https://github.com/ytdl-org/youtube-dl/issues/4540#issuecomment-69574231 https://github.com/ytdl-org/youtube-dl/pull/11185#issuecomment-335554239 Authored by: fstirlitz | |||
2021-06-13 | [downloader/mhtml] Add new downloader (#343) | felix | |
This downloader is intended to be used for streams that consist of a timed sequence of stand-alone images, such as slideshows or thumbnail streams This can be used for implementing: https://github.com/ytdl-org/youtube-dl/issues/4974#issue-58006762 https://github.com/ytdl-org/youtube-dl/issues/4540#issuecomment-69574231 https://github.com/ytdl-org/youtube-dl/pull/11185#issuecomment-335554239 https://github.com/ytdl-org/youtube-dl/issues/9868 https://github.com/ytdl-org/youtube-dl/pull/14951 Authored by: fstirlitz | |||
2021-06-13 | Fix bug in 8326b00aabc332cad3edec246fe5353bea069cb0 | pukkandan | |
2021-06-13 | Ignore `images` formats from merge | pukkandan | |
2021-06-13 | Allow `images` formats | pukkandan | |
Necessary for #343. * They are identified by `vcodec=acodec='none'` * These formats show as the worst in `-F` * Any postprocessor that expects audio/video will be skipped * `b*` and all related selectors will skip such formats * This commit also does not add any selector for downloading such formats. They have to be explicitly requested by the `format_id`. Implementation of a selector is left for when #389 is resolved | |||
2021-06-13 | Expand `--check-formats` to thumbnails | pukkandan | |
Closes #402 | |||
2021-06-13 | Use `NamedTemporaryFile` for `--check-formats` | pukkandan | |
2021-06-13 | [youtube] Login is not needed for `:ytrec` | pukkandan | |
2021-06-13 | [utils] Improve `LazyList` | pukkandan | |
* Add `repr` and `str` that mimics `list` * Add `reversed`. Unlike `[::-1]`, reversed does not exhaust the iterable and modifies the `LazyList` in-place * Add tests | |||
2021-06-11 | [EmbedThumbnail] Fix for already downloaded thumbnail | pukkandan | |
2021-06-11 | Better error handling of syntax errors in `-f` | pukkandan | |
2021-06-10 | [youtube] Non-fatal alert reporting for unavailable videos page (#401) | coletdjnz | |
Co-Authored by: colethedj, pukkandan | |||
2021-06-10 | [youtube] Improve SAPISID cookie handling (closes #393) (#395) | coletdjnz | |
Author: colethedj | |||
2021-06-10 | [build] Build Windows x86 version with py3.7 | pukkandan | |
and remove redundant tests Closes #390 :ci skip Co-authored by: pukkandan, shirt-dev | |||
2021-06-10 | [version] update | pukkandan | |
:ci skip all | |||
2021-06-10 | Release 2021.06.092021.06.09 | pukkandan | |
2021-06-09 | Improve offset parsing in outtmpl | pukkandan | |
2021-06-09 | [test] More rigorous tests for `prepare_filename` | pukkandan | |
All tests of `prepare_outtmpl` is now also run on `prepare_filename` | |||
2021-06-09 | Fix `%d` and empty default in outtmpl | pukkandan | |
Closes #388 | |||
2021-06-09 | Revert "[build] Build Windows x86 version with py3.8" | pukkandan | |
This reverts commit aa75e51f992c206b07ab4de592f11a871827bf4b. See #390 This is being reverted instead of modified due to #388 | |||
2021-06-09 | [build] Build Windows x86 version with py3.8 | pukkandan | |
and remove redundant tests :ci skip Ao-authored by: pukkandan, shirt-dev | |||
2021-06-09 | [version] update :ci skip all | pukkandan | |
2021-06-08 | Release 2021.06.082021.06.08 | pukkandan | |
2021-06-08 | [build] Release `yt-dlp.tar.gz` | pukkandan | |
Closes #386 | |||
2021-06-08 | Make outtmpl more robust and catch errors early | pukkandan | |
2021-06-08 | [utils] Generalize `traverse_dict` to `traverse_obj` | pukkandan | |
2021-06-08 | [build,update] Add GNU-style SHA512 and prepare updater for simlar SHA256 (#383) | Nil Admirari | |
Authored by: nihil-admirari <50202386+nihil-admirari@users.noreply.github.com> Related: #385 | |||
2021-06-08 | [build] Fix SHA256 | pukkandan | |
2021-06-08 | Update to ytdl-commit-c2350ca | pukkandan | |
Update MSVC 2010 redist URL https://github.com/ytdl-org/youtube-dl/commit/c2350cac243ba1ec1586fe85b0d62d1b700047a2 | |||
2021-06-08 | Add field `original_url` with the user-inputted URL | pukkandan | |
So that they can be processed by `--parse-metadata` for example `webpage_url` is the same, but may be modified by the extractor | |||
2021-06-08 | Make more fields available for `--print` when used with `--flat-playlist` | pukkandan | |
2021-06-08 | [docs] Improve documentation of dependencies | pukkandan | |
Related: #348 | |||
2021-06-07 | [pyinst] Show Python version in EXE metadata (#384) | Nil Admirari | |
Authored by: nihil-admirari | |||
2021-06-07 | [viki] Fix extraction | pukkandan | |
Closes #381 Code from: https://github.com/ytdl-org/youtube-dl/commit/59e583f7e8530ca92776c866897d895c072e2a82 | |||
2021-06-06 | Fix filename sanitization | pukkandan | |
Bug from 752cda3880f30a46bed1d27b69188ab93ad1a368 |