Skip to content

Commit d1575d0

Browse files
authored
New version: yt-dlp.yt-dlp.nightly version 2025.11.24.232953 (microsoft#316995)
1 parent 8a10d40 commit d1575d0

File tree

3 files changed

+113
-0
lines changed

3 files changed

+113
-0
lines changed
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Created with komac v2.13.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json
3+
4+
PackageIdentifier: yt-dlp.yt-dlp.nightly
5+
PackageVersion: 2025.11.24.232953
6+
InstallerType: portable
7+
Commands:
8+
- yt-dlp
9+
Dependencies:
10+
PackageDependencies:
11+
- PackageIdentifier: DenoLand.Deno
12+
- PackageIdentifier: yt-dlp.FFmpeg
13+
ReleaseDate: 2025-11-24
14+
Installers:
15+
- Architecture: x86
16+
InstallerUrl: https://github.com/yt-dlp/yt-dlp-nightly-builds/releases/download/2025.11.24.232953/yt-dlp_x86.exe
17+
InstallerSha256: 5CB6516AD2CA0933865A321438261B4A2D0B7BAA2CD424E930C5F6A7734FBBF3
18+
- Architecture: x64
19+
InstallerUrl: https://github.com/yt-dlp/yt-dlp-nightly-builds/releases/download/2025.11.24.232953/yt-dlp.exe
20+
InstallerSha256: 69D8A42085BEC90DFE400C5EB08842E09136FD701C0AD8FDF21EC615BD73C60D
21+
- Architecture: arm64
22+
InstallerUrl: https://github.com/yt-dlp/yt-dlp-nightly-builds/releases/download/2025.11.24.232953/yt-dlp_arm64.exe
23+
InstallerSha256: 99964711AABD555397AEA7379D14F9276D1BA686027576A4CE2A3C3F0560063F
24+
ManifestType: installer
25+
ManifestVersion: 1.10.0
Lines changed: 80 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,80 @@
1+
# Created with komac v2.13.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json
3+
4+
PackageIdentifier: yt-dlp.yt-dlp.nightly
5+
PackageVersion: 2025.11.24.232953
6+
PackageLocale: en-US
7+
Publisher: yt-dlp
8+
PublisherUrl: https://github.com/yt-dlp
9+
PublisherSupportUrl: https://github.com/yt-dlp/yt-dlp/issues
10+
PackageName: yt-dlp-nightly
11+
PackageUrl: https://github.com/yt-dlp/yt-dlp-nightly-builds
12+
License: Unlicense
13+
LicenseUrl: https://github.com/yt-dlp/yt-dlp/blob/master/LICENSE
14+
Copyright: [email protected] | UNLICENSE
15+
ShortDescription: A feature-rich command-line audio/video downloader.
16+
Description: |-
17+
The yt-dlp nightly channel builds.
18+
yt-dlp is a feature-rich command-line audio/video downloader with support for thousands of sites.
19+
The project is a fork of youtube-dl based on the now inactive youtube-dlc.
20+
Moniker: yt-dlp-nightly
21+
Tags:
22+
- audio
23+
- audio-downloader
24+
- download
25+
- downloader
26+
- media
27+
- media-downloader
28+
- nightly
29+
- video
30+
- video-downloader
31+
- youtube
32+
- youtube-dl
33+
- youtube-dlp
34+
- ytdlp
35+
ReleaseNotes: |-
36+
Generated from: yt-dlp/yt-dlp@12d4117
37+
Installation Discord Donate Documentation
38+
A description of the various files is in the README
39+
The zipimport Unix executable contains code licensed under ISC and MIT. The PyInstaller-bundled executables are subject to these and other licenses, all of which are compiled in THIRD_PARTY_LICENSES.txt
40+
Changelog
41+
Core changes
42+
- Respect PATHEXT when locating JS runtime on Windows (#15117) by Grub4K
43+
Extractor changes
44+
- agalega: Add extractor (#15105) by putridambassador121
45+
- bitmovin: Add extractor (#15064) by seproDev
46+
- digiteka: Rework extractor (#14903) by beliote
47+
- floatplane: Add subtitle support (#15069) by seproDev
48+
- jtbc: Fix extractor (#15047) by seproDev
49+
- mave: channel: Add extractor (#14915) by anlar
50+
- medaltv: Rework extractor (#15103) by seproDev
51+
- netapp: Add extractors (#15122) by darkstar
52+
- nhk: Fix extractors (#14528) by garret1317
53+
- nowcanal: Add extractor (#14584) by pferreir
54+
- rinsefm: Fix extractors (#15020) by 1bnBattuta, seproDev
55+
- soundcloudplaylist: Support new API URLs (#15071) by seproDev
56+
- sproutvideo: Fix extractor (#15113) by bashonly
57+
- thechosen: Add extractors (#14183) by mrFlamel
58+
- thisoldhouse: Fix login support (#15097) by bashonly
59+
- urplay: Fix extractor (#15120) by seproDev
60+
- wistiachannel: Fix extractor (#14218) by Sojiroh
61+
- yfanefa: Add extractor (#15032) by Haytam001
62+
- youtube
63+
- Detect "super resolution" AI-upscaled formats (#15050) by bashonly
64+
- Determine wait time from player response (#14646) by bashonly, WhatAmISupposedToPutHere
65+
Downloader changes
66+
- Fix playback wait time for ffmpeg downloads (#15066) by bashonly
67+
Postprocessor changes
68+
- ffmpeg: Fix uncaught error if bad --ffmpeg-location is given (#15104) by bashonly
69+
Networking changes
70+
- Request Handler: urllib: Do not read after close (#15049) by bashonly
71+
ReleaseNotesUrl: https://github.com/yt-dlp/yt-dlp-nightly-builds/releases/tag/2025.11.24.232953
72+
Documentations:
73+
- DocumentLabel: Discord
74+
DocumentUrl: https://discord.gg/H5MNcFW63r
75+
- DocumentLabel: Update Channels
76+
DocumentUrl: https://github.com/yt-dlp/yt-dlp#update-channels
77+
- DocumentLabel: Wiki
78+
DocumentUrl: https://github.com/yt-dlp/yt-dlp/wiki
79+
ManifestType: defaultLocale
80+
ManifestVersion: 1.10.0
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Created with komac v2.13.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json
3+
4+
PackageIdentifier: yt-dlp.yt-dlp.nightly
5+
PackageVersion: 2025.11.24.232953
6+
DefaultLocale: en-US
7+
ManifestType: version
8+
ManifestVersion: 1.10.0

0 commit comments

Comments
 (0)