| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Closes #6080
|
|
|
|
| |
Closes #6011
|
|
|
|
|
| |
Python 3.7 compat bug in cb73b8460c3ce6d37ab651a4e44bb23b10056154
Authored by: bashonly
|
|
|
|
|
|
|
| |
* Fix slides/thumbnails extraction
* Extract duration to fix issues w/ `--embed-chapters`, `--split-chapters`
* Add `InfoExtractor._extract_mpd_vod_duration` method
* Expand applicability of `InfoExtractor._parse_m3u8_vod_duration` method
Authored by: bashonly
|
|
|
|
|
| |
Improve `InfoExtractor._parse_smil_formats` extension detection
Closes #6019
Authored by: bashonly
|
|
|
|
|
| |
Fixes bug in ab4cbef ab4cbeff00ac08f142f78a6281aa0c1124a59daa
Closes #5993
Authored by: bashonly
|
|
|
|
|
| |
Bug in bfd973ece3369c593b5e82a88cc16de80088a73e
Closes #5987
|
|
|
| |
Authored by: amra
|
|
|
|
|
|
| |
Created by: pukkandan
:ci skip all :ci run dl
|
| |
|
| |
|
|
|
|
| |
Authored by: JChris246
Closes #5810
|
|
|
| |
Authored by: Chrissi2812
|
|
|
|
|
|
| |
Avoids ending download early when live stream is temporarily offline.
Best used with somewhat large `--retry-sleep extractor:` and `--extractor-retries`
Authored by: mzhou
|
|
|
|
| |
Authored by: gschizas
Closes #5684
|
|
|
|
| |
Authored by: FrederikNS
Closes #3567
|
|
|
|
|
|
| |
Bug in 8e40b9d1ec132ae1bcac50b3ee520ece46ac9c55
Closes #5953
Authored by: Grub4k, coletdjnz, pukkandan
|
|
|
|
| |
Closes #5918
Authored by: jacobtruman
|
|
|
|
|
| |
Reverts 2fb0f858686c46abc50a0e253245afe750746775
Closes #5632
Authored by: Grub4K
|
|
|
| |
Authored by: HobbyistDev
|
|
|
|
| |
Closes #3698
Authored by: JC-Chung
|
|
|
|
| |
Closes #5627
Authored by: HobbyistDev
|
|
|
|
| |
Authored by: HobbyistDev
Closes #5883
|
|
|
| |
Authored by: HobbyistDev
|
|
|
|
| |
Closes #5931, closes #5928, Re-opens #2038
|
|
|
|
| |
Closes #5927
|
| |
|
|
|
|
|
| |
Fix bug in fbb73833067ba742459729809679a62f34b3e41e, 2647c933b8ed22f95dd8e9866c4db031867a1bc8
Closes #5935
|
|
|
| |
Authored by: OndrejBakan, pukkandan
|
|
|
|
|
|
| |
Created by: pukkandan
:ci skip all :ci run dl
|
| |
|
|
|
|
| |
Closes #5576, closes #5887
|
|
|
|
| |
Closes #5846, closes #5774
|
|
|
|
| |
Authored by: bashonly
Closes #5854
|
|
|
|
|
|
|
| |
[generic] Improve KVS (etc) extraction
https://github.com/ytdl-org/youtube-dl/commit/195f22f679330549882a8234e7234942893a4902
Closes #3716
Authored by: Grub4k, pukkandan
|
|
|
|
|
| |
Closes https://github.com/yt-dlp/yt-dlp/issues/3675
Authored by: coletdjnz
|
|
|
|
| |
Closes #5702
Authored by: bashonly
|
|
|
|
| |
Closes #5839
Authored by: dirkf
|
|
|
|
| |
Closes #5744
Authored by: bashonly
|
|
|
|
|
|
| |
* Extractors replaced with plugin extractors now show in debug output
* Better testcase handling
* Added documentation
Authored by: coletdjnz, pukkandan
|
|
|
|
|
| |
Authored by: Lesmiscore, pukkandan
Closes #2038
|
| |
|
| |
|
|
|
|
| |
Closes #3360
|
|
|
|
|
|
| |
Use these to guard against future compat changes. This allows devs to
change defaults and make other potentially breaking changes more easily.
If you need everything to work exactly as-is, put this in your config
|
|
|
|
| |
Closes #5551
|
|
|
|
|
| |
Authored by: dirkf, pukkandan
Closes #5561
|
|
|
|
|
|
| |
The existing comment seems to imply this was the desired behavior from the beginning.
Partial fix for https://github.com/yt-dlp/yt-dlp/issues/5855, https://github.com/yt-dlp/yt-dlp/issues/5851, https://github.com/yt-dlp/yt-dlp/issues/4748
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
to make plugins easier to develop and use:
* Plugins are now loaded as namespace packages.
* Plugins can be loaded in any distribution of yt-dlp (binary, pip, source, etc.).
* Plugin packages can be installed and managed via pip, or dropped into any of the documented locations.
* Users do not need to edit any code files to install plugins.
* Backwards-compatible with previous plugin architecture.
As a side-effect, yt-dlp will now search in a few more locations for config files.
Closes https://github.com/yt-dlp/yt-dlp/issues/1389
Authored by: flashdagger, coletdjnz, pukkandan, Grub4K
Co-authored-by: Marcel <flashdagger@googlemail.com>
Co-authored-by: pukkandan <pukkandan.ytdlp@gmail.com>
Co-authored-by: Simon Sawicki <accounts@grub4k.xyz>
|
| |
|