| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Closes #415
|
|
|
|
|
|
| |
to force use of atomicparsley for embedding thumbnails in mp4
Related: #411
|
| |
|
|
|
|
| |
Closes #406, https://github.com/ytdl-org/youtube-dl/pull/27384
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Closes #402
|
| |
|
| |
|
|
|
|
|
|
| |
* 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
|
| |
|
| |
|
|
|
| |
Co-Authored by: colethedj, pukkandan
|
|
|
| |
Author: colethedj
|
|
|
|
|
|
|
|
|
| |
and remove redundant tests
Closes #390
:ci skip
Co-authored by: pukkandan, shirt-dev
|
|
|
|
| |
:ci skip all
|
| |
|
| |
|
|
|
|
| |
All tests of `prepare_outtmpl` is now also run on `prepare_filename`
|
|
|
|
| |
Closes #388
|
|
|
|
|
|
|
|
| |
This reverts commit aa75e51f992c206b07ab4de592f11a871827bf4b.
See #390
This is being reverted instead of modified due to #388
|
|
|
|
|
|
|
| |
and remove redundant tests
:ci skip
Ao-authored by: pukkandan, shirt-dev
|
| |
|
| |
|
|
|
|
| |
Closes #386
|
| |
|
| |
|
|
|
|
|
| |
Authored by: nihil-admirari <50202386+nihil-admirari@users.noreply.github.com>
Related: #385
|
| |
|
|
|
|
|
| |
Update MSVC 2010 redist URL
https://github.com/ytdl-org/youtube-dl/commit/c2350cac243ba1ec1586fe85b0d62d1b700047a2
|
|
|
|
|
|
| |
So that they can be processed by `--parse-metadata` for example
`webpage_url` is the same, but may be modified by the extractor
|
| |
|
|
|
|
| |
Related: #348
|
|
|
| |
Authored by: nihil-admirari
|
|
|
|
|
| |
Closes #381
Code from: https://github.com/ytdl-org/youtube-dl/commit/59e583f7e8530ca92776c866897d895c072e2a82
|
|
|
|
| |
Bug from 752cda3880f30a46bed1d27b69188ab93ad1a368
|
| |
|
|
|
|
| |
The `id` regex group must be present for `_match_id` and pre-checking archive to work correctly
|
|
|
|
|
|
|
| |
Closes #374
Code adapted from: https://github.com/nao20010128nao/ytdl-patched/blob/f1fb9222bb474e4ac2333e1e8047c11a856c42d3/youtube_dl/extractor/twitcasting.py
Authored by: pukkandan, nao20010128nao
|
|
|
| |
Authored-by: MinePlayersPE
|
|
|
|
|
|
|
|
|
|
| |
The following tests would have failed previously:
%(id)d %(id)r
%(ext)s-%(ext|def)d
%(width|)d
%(id)r %(height)r
%(formats.0)r
%s
|
| |
|
|
|
|
| |
Authored by: fstirlitz
|
| |
|
|
|
|
| |
Authored by: fstirlitz
|
|
|
|
|
|
|
|
| |
In some DASH manifests, the FourCC attribute is actually present,
but empty. We thus apply the same fallback to 'AACL' that we do
when the attribute is entirely absent.
Authored by: fstirlitz
|