pukkandan
45b2ee6f4f
Update to ytdl-commit-2dd6c6e
...
[YouTube] Avoid crash if uploader_id extraction fails
2dd6c6edd8
Except:
* 295736c9cba714fb5de7d1c3dd31d86e50091cf8 [jsinterp] Improve parsing
* 384f632e8a9b61e864a26678d85b2b39933b9bae [ITV] Overhaul ITV extractor
* 33db85c571304bbd6863e3407ad8d08764c9e53b [feat]: Add support to external downloader aria2p
2 years ago
pukkandan
a538772969
[cleanup] Misc
...
Closes #5897
2 years ago
Alex Ionescu
b25d6cb963
[utils] Fix race condition in `make_dir` ( #6089 )
...
Authored by: aionescu
2 years ago
Felix Yan
65e5c021e7
[utils] Don't use Content-length with encoding ( #6176 )
...
Authored by: felixonmars
Closes #3772 , #6178
2 years ago
Simon Sawicki
6839ae1f6d
[utils] `traverse_obj`: Fix more bugs
...
and cleanup uses of `default=[]`
Continued from b1bde57bef
2 years ago
Simon Sawicki
b1bde57bef
[utils] `traverse_obj`: Fix several behavioral problems
...
See #6180 for further info
Authored by: Grub4K
2 years ago
chio0hai
389896df85
[extractor/txxx] Add extractors ( #5240 )
...
Authored by: chio0hai
Closes #5021
2 years ago
Simon Sawicki
776995bc10
[utils] `traverse_obj`: Various improvements
...
- Add `set` key for transformations/filters
- Add `re.Match` group names
- Fix behavior for `expected_type` with `dict` key
- Raise for filter function signature mismatch in debug
Authored by: Grub4K
2 years ago
Lesmiscore
83c4970e52
[utils] Fix `time_seconds` to use the provided TZ ( #6118 )
...
Authored by: Lesmiscore, Grub4K
Fixes https://github.com/yt-dlp/yt-dlp/pull/6056
2 years ago
Simon Sawicki
37e325b92f
[utils] Use local kernel32 for file locking on Windows
...
Ref: https://github.com/ytdl-org/youtube-dl/issues/21545
Authored by: Grub4K
2 years ago
Simon Sawicki
773c272d66
Fix config locations ( #5933 )
...
Bug in 8e40b9d1ec
Closes #5953
Authored by: Grub4k, coletdjnz, pukkandan
2 years ago
pukkandan
f079514957
[utils] `windows_enable_vt_mode`: Better error handling
...
Closes #5927
2 years ago
pukkandan
d80ca5deaa
[utils] `mimetype2ext`: weba is not standard
...
Fix bug in fbb7383306
, 2647c933b8
Closes #5935
2 years ago
pukkandan
08e29b9f1f
[cleanup] Misc
...
Closes #5576 , closes #5887
2 years ago
pukkandan
8e174ba7de
[docs] Improvements
...
Closes #5846 , closes #5774
2 years ago
Lesmiscore
8c53322cda
[downloader/aria2c] Native progress for aria2c via RPC ( #3724 )
...
Authored by: Lesmiscore, pukkandan
Closes #2038
2 years ago
pukkandan
1cdda32998
[utils] `get_exe_version`: Detect broken executables
...
Authored by: dirkf, pukkandan
Closes #5561
2 years ago
Matthew
8e40b9d1ec
Improve plugin architecture ( #5553 )
...
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>
2 years ago
pukkandan
fbb7383306
Add `weba` to known extensions
2 years ago
ChillingPepper
d5f043d127
[utils] js_to_json: Fix bug in f55523c
( #5771 )
...
Authored by: ChillingPepper, pukkandan
2 years ago
pukkandan
119e40ef64
Add pre-processor stage `video`
...
Related: #456 , #5808
2 years ago
bashonly
2647c933b8
[extractor/wistia] Improve extension detection ( #5415 )
...
Closes #5053
Authored by: bashonly, Grub4k, pukkandan
2 years ago
Lesmiscore
5424dbaf91
Deprioritize HEVC-over-FLV formats ( #5823 )
...
Authored by: Lesmiscore
2 years ago
pukkandan
7108221662
Add `ac4` to known codecs
...
Note: ffmpeg does not currently support this format
Related #5738
2 years ago
pukkandan
c53a18f016
[utils] windows_enable_vt_mode: Proper implementation
...
Authored by: Grub4K
2 years ago
pukkandan
71df9b7fd5
[cleanup] Misc
2 years ago
pukkandan
9bcfe33be7
[utils] Make `ExtractorError` mutable
2 years ago
pukkandan
29ca408219
[FormatSort] Add `mov` to `vext`
...
Closes #5581
2 years ago
pukkandan
d0d74b7197
[utils] Move format sorting code into `utils`
2 years ago
pukkandan
64c464a144
[utils] Move `FileDownloader.parse_bytes` into utils
2 years ago
pukkandan
6368e2e639
[cleanup] Misc
...
Closes #5541
2 years ago
pukkandan
83cc7b8aae
[utils] `classproperty`: Add cache support
2 years ago
pukkandan
bc5c2f8a2c
Fix bugs in `PlaylistEntries`
2 years ago
Robert Geislinger
7aaf4cd2a8
[cleanup] Misc
...
Closes #5471 , Closes #5312
Authored by: pukkandan, Alienmaster
2 years ago
MrOctopus
17fc3dc48a
[build] Create armv7l and aarch64 releases ( #5449 )
...
Closes #5436
Authored by: MrOctopus, pukkandan
2 years ago
MMM
c61473c1d6
[extractor/bitchute] Improve `BitChuteChannelIE` ( #5066 )
...
Authored by: flashdagger, pukkandan
2 years ago
pukkandan
46d09f8707
[cleanup] Lint and misc cleanup
2 years ago
pukkandan
db4678e448
Update to ytdl-commit-de39d128
...
[extractor/ceskatelevize] Back-port extractor from yt-dlp
de39d1281c
Closes #5361 , Closes #4634 , Closes #5210
2 years ago
Matthew
ac8e69dd32
Do not backport Python 3.10 SSL configuration for LibreSSL ( #5464 )
...
Until further investigation.
Fixes regression in 5b9f253fa0
Authored by: coletdjnz
2 years ago
bashonly
96b9e9cf62
[extractor/telegram] Add playlist support and more metadata ( #5358 )
...
Authored by: bashonly, bsun0000
2 years ago
Richard Gibson
7053aa3a48
[extractor/epoch] Support videos without data-trailer ( #5387 )
...
Closes #5359
Authored by: gibson042, pukkandan
2 years ago
Matthew
5b9f253fa0
Backport SSL configuration from Python 3.10 ( #5437 )
...
Partial fix for https://github.com/yt-dlp/yt-dlp/pull/5294#issuecomment-1289363572 , https://github.com/yt-dlp/yt-dlp/issues/4627
Authored by: coletdjnz
2 years ago
lauren
78545664bf
[extractor/agora] Add extractors ( #5101 )
...
Authored by: selfisekai
2 years ago
pukkandan
d5d1df8afd
[cleanup Misc
...
Closes #5162
2 years ago
Simon Sawicki
a71b812f53
[utils] `js_to_json`: Improve escape handling ( #5217 )
...
Authored by: Grub4K
2 years ago
pukkandan
d509c1f5a3
[utils] `strftime_or_none`: Workaround Python bug on Windows
...
CLoses #5185
2 years ago
schnusch
2c98d99818
[extractors/podbayfm] Add extractor ( #4971 )
...
Authored by: schnusch
2 years ago
Matthew
4c9a1a3ba5
[extractor/wordpress:mb.miniAudioPlayer] Add embed extractor ( #5087 )
...
Closes https://github.com/yt-dlp/yt-dlp/issues/4994
Authored by: coletdjnz
2 years ago
Simon Sawicki
7b0127e1e1
[utils] `traverse_obj`: Allow `re.Match` objects ( #5174 )
...
Authored by: Grub4K
2 years ago
Simon Sawicki
f99bbfc983
[utils] `traverse_obj`: Always return list when branching ( #5170 )
...
Fixes #5162
Authored by: Grub4K
2 years ago