Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | [youtube_live_chat] use `clickTrackingParams` (#449) | siikamiika | 2021-06-27 | 1 | -18/+29 | |
| | | | Authored by: siikamiika | |||||
* | [TBS] Support livestreams (#448) | LE | 2021-06-26 | 2 | -5/+9 | |
| | | | Authored by: llacb47 | |||||
* | [youtube:comments] Fix error handling and add `itct` to params (#446) | coletdjnz | 2021-06-25 | 1 | -6/+16 | |
| | | | | | Should close #439 (untested) Authored by: colethedj | |||||
* | [youtube] Fix subtitle names for age-gated videos | pukkandan | 2021-06-25 | 2 | -2/+4 | |
| | | | | Related: https://github.com/iv-org/invidious/pull/2205#issuecomment-868680486 | |||||
* | Fix `--throttled-rate` when using `--load-info-json` | pukkandan | 2021-06-25 | 1 | -1/+1 | |
| | ||||||
* | Add `--extractor-args` to pass extractor-specific arguments | pukkandan | 2021-06-25 | 6 | -38/+70 | |
| | ||||||
* | [funimation] Add `FunimationShowIE` (#442) | Mevious | 2021-06-25 | 2 | -1/+56 | |
| | | | | | Closes #436 Authored by: Mevious | |||||
* | [thumbnailsconvertor] Treat `jpeg` as `jpg` | pukkandan | 2021-06-25 | 2 | -1/+3 | |
| | ||||||
* | Process videos when using `--ignore-no-formats-error` (#441) | Adrik | 2021-06-24 | 1 | -2/+4 | |
| | | | | Authored by: krichbanana | |||||
* | Fix `--flat-playlist` when entry has no `ie_key` | pukkandan | 2021-06-24 | 1 | -9/+14 | |
| | ||||||
* | [cleanup] Minor refactoring of `fragment` | pukkandan | 2021-06-24 | 3 | -77/+75 | |
| | ||||||
* | [fragment] Return status of download correctly | pukkandan | 2021-06-24 | 3 | -10/+5 | |
| | ||||||
* | [yahoo] Fix extraction (#435) | LE | 2021-06-24 | 1 | -7/+23 | |
| | | | | | Fixes: https://github.com/ytdl-org/youtube-dl/issues/28290 Co-authored-by: llacb47, pukkandan | |||||
* | [youtube_live_chat] Fix download with cookies (#437) | siikamiika | 2021-06-24 | 1 | -13/+34 | |
| | | | | | Closes #417 Authored by: siikamiika | |||||
* | [plutotv] Improve `_VALID_URL` | pukkandan | 2021-06-23 | 1 | -8/+8 | |
| | | | | Closes #431 | |||||
* | [version] update :ci skip all | pukkandan | 2021-06-23 | 6 | -13/+13 | |
| | ||||||
* | Release 2021.06.23 | pukkandan | 2021-06-23 | 5 | -12/+53 | |
| | ||||||
* | Update to ytdl-commit-379f52a | pukkandan | 2021-06-23 | 12 | -285/+98 | |
| | | | | | [liveleak] Remove extractor https://github.com/ytdl-org/youtube-dl/commit/379f52a4954013767219d25099cce9e0f9401961 | |||||
* | [funimation] Extract subtitles (#434) | Mevious | 2021-06-23 | 1 | -1/+21 | |
| | | | | | | Closes #420, https://github.com/ytdl-org/youtube-dl/issues/25645 Related: https://github.com/ytdl-org/youtube-dl/pull/24906 Authored by: Mevious | |||||
* | [hotstar] Use server time for authentication instead of local time | pukkandan | 2021-06-23 | 1 | -6/+7 | |
| | | | | Closes #396 | |||||
* | [youtube_live_chat] Support ongoing live chat (#422) | siikamiika | 2021-06-23 | 3 | -41/+123 | |
| | | | Authored by: siikamiika | |||||
* | [cleanup] Revert unnecessary changes in 51d9739f8031fb37d8e25b0e9f1abea561e3d2e3 | pukkandan | 2021-06-23 | 1 | -3/+2 | |
| | ||||||
* | Add option `--throttled-rate` below which video data is re-extracted | pukkandan | 2021-06-23 | 6 | -6/+41 | |
| | | | | | | Currently only for HTTP downloads Closes #430, workaround for https://github.com/ytdl-org/youtube-dl/issues/29326 | |||||
* | [fragment] Merge during download for `-N`, and refactor `hls`/`dash` (#364) | pukkandan | 2021-06-22 | 3 | -270/+133 | |
| | ||||||
* | [twitcasting] Websocket support (#399) | pukkandan | 2021-06-21 | 1 | -3/+19 | |
| | | | | | Closes #392 Authored by: nao20010128nao | |||||
* | [websockets] Add `WebSocketFragmentFD` (#399) | pukkandan | 2021-06-21 | 14 | -18/+140 | |
| | | | | | | Necessary for #392 Co-authored by: nao20010128nao, pukkandan | |||||
* | [aria2c] Lower `--min-split-size` for HTTP downloads | pukkandan | 2021-06-20 | 1 | -0/+2 | |
| | | | | This makes downloading smaller files much faster | |||||
* | [options] Rename `--add-metadata` to `--embed-metadata` | pukkandan | 2021-06-20 | 1 | -4/+4 | |
| | | | | and clarify that it embeds chapter markers | |||||
* | Skip fixup of existing files and add `--fixup force` to force it | pukkandan | 2021-06-20 | 3 | -4/+8 | |
| | ||||||
* | [cleanup] Refactor fixup | pukkandan | 2021-06-20 | 3 | -100/+63 | |
| | ||||||
* | [youtube] Temporary fix for age-gate | pukkandan | 2021-06-18 | 1 | -9/+13 | |
| | | | | | | | | 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 | |||||
* | Fix id sanitization in filenames | pukkandan | 2021-06-17 | 3 | -6/+17 | |
| | | | | Closes #415 | |||||
* | [EmbedThumbnail] Add compat-option `embed-thumbnail-atomicparsley` | pukkandan | 2021-06-16 | 4 | -4/+8 | |
| | | | | | | to force use of atomicparsley for embedding thumbnails in mp4 Related: #411 | |||||
* | [postprocessor] Fix `_restrict_to` when a codec is not set | pukkandan | 2021-06-14 | 1 | -2/+2 | |
| | ||||||
* | [pornhub] Extract `cast` | pukkandan | 2021-06-13 | 2 | -1/+5 | |
| | | | | Closes #406, https://github.com/ytdl-org/youtube-dl/pull/27384 | |||||
* | [mediasite] Extract slides (#343) | felix | 2021-06-13 | 1 | -4/+55 | |
| | | | | | | | | | 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 | |||||
* | [downloader/mhtml] Add new downloader (#343) | felix | 2021-06-13 | 6 | -16/+248 | |
| | | | | | | | | | | | | | | | | | | 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 | |||||
* | Fix bug in 8326b00aabc332cad3edec246fe5353bea069cb0 | pukkandan | 2021-06-13 | 1 | -1/+1 | |
| | ||||||
* | Ignore `images` formats from merge | pukkandan | 2021-06-13 | 1 | -3/+8 | |
| | ||||||
* | Allow `images` formats | pukkandan | 2021-06-13 | 6 | -7/+44 | |
| | | | | | | | | | | 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 | |||||
* | Expand `--check-formats` to thumbnails | pukkandan | 2021-06-13 | 1 | -7/+20 | |
| | | | | Closes #402 | |||||
* | Use `NamedTemporaryFile` for `--check-formats` | pukkandan | 2021-06-13 | 1 | -24/+29 | |
| | ||||||
* | [youtube] Login is not needed for `:ytrec` | pukkandan | 2021-06-13 | 1 | -0/+1 | |
| | ||||||
* | [utils] Improve `LazyList` | pukkandan | 2021-06-13 | 2 | -9/+77 | |
| | | | | | | * 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 | |||||
* | [EmbedThumbnail] Fix for already downloaded thumbnail | pukkandan | 2021-06-11 | 2 | -1/+2 | |
| | ||||||
* | Better error handling of syntax errors in `-f` | pukkandan | 2021-06-11 | 2 | -19/+20 | |
| | ||||||
* | [youtube] Non-fatal alert reporting for unavailable videos page (#401) | coletdjnz | 2021-06-10 | 1 | -1/+7 | |
| | | | Co-Authored by: colethedj, pukkandan | |||||
* | [youtube] Improve SAPISID cookie handling (closes #393) (#395) | coletdjnz | 2021-06-10 | 1 | -3/+13 | |
| | | | Author: colethedj | |||||
* | [build] Build Windows x86 version with py3.7 | pukkandan | 2021-06-10 | 5 | -18/+17 | |
| | | | | | | | | | and remove redundant tests Closes #390 :ci skip Co-authored by: pukkandan, shirt-dev | |||||
* | [version] update | pukkandan | 2021-06-10 | 6 | -13/+13 | |
| | | | | :ci skip all |