Skip to content

Commit 5c2a36a

Browse files
committed
🔼 Bump version and update README
1 parent 0c89bdc commit 5c2a36a

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

‎README.md‎

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![Build](https://github.com/database64128/youtube-dl-wpf/actions/workflows/build.yml/badge.svg)](https://github.com/database64128/youtube-dl-wpf/actions/workflows/build.yml)
44
[![Release](https://github.com/database64128/youtube-dl-wpf/actions/workflows/release.yml/badge.svg)](https://github.com/database64128/youtube-dl-wpf/actions/workflows/release.yml)
55

6-
A simple GUI wrapper for [`youtube-dl`](https://github.com/ytdl-org/youtube-dl) and [`yt-dlp`](https://github.com/yt-dlp/yt-dlp).
6+
WPF GUI for [`youtube-dl`](https://github.com/ytdl-org/youtube-dl) and [`yt-dlp`](https://github.com/yt-dlp/yt-dlp).
77

88
![Home](home.webp "Home")
99
![Settings](settings.webp "Settings")
@@ -16,9 +16,10 @@ A simple GUI wrapper for [`youtube-dl`](https://github.com/ytdl-org/youtube-dl)
1616
- Override video, audio formats and output container.
1717
- Embed metadata into downloaded file.
1818
- Download and embed thumbnails.
19-
- Download playlists.
19+
- Download whole playlists.
20+
- Select items from playlist to download.
2021
- Select types of subtitles (default, all languages, auto-generated) to download and embed.
21-
- Specify custom download filename template.
22+
- Specify custom output template.
2223
- Specify custom download path.
2324
- Specify custom `ffmpeg` path.
2425
- Specify custom proxy.
@@ -40,7 +41,7 @@ A simple GUI wrapper for [`youtube-dl`](https://github.com/ytdl-org/youtube-dl)
4041

4142
2. Q: How can I use a proxy to download?
4243

43-
A: Leave the proxy field empty to use system proxy settings. Otherwise the format is similar to how `curl` accepts proxy strings. Examples are, `socks5://localhost:1080/`, `http://localhost:8080/`. Currently the upstream doesn't accept `socks5h` protocol and treat `socks5` as `socks5h` by always resolving the hostname using the proxy. This is tracked in [this issue](https://github.com/ytdl-org/youtube-dl/issues/22618).
44+
A: Leave the proxy field empty to use system proxy settings. Otherwise the format is similar to how `curl` accepts proxy strings (e.g. `socks5://localhost:1080/`, `http://localhost:8080/`). Currently the upstream doesn't accept `socks5h` protocol and treat `socks5` as `socks5h` by always resolving the hostname using the proxy. This is tracked in [this issue](https://github.com/ytdl-org/youtube-dl/issues/22618).
4445

4546
3. Q: Downloading the whole playlist doesn't work!
4647

@@ -60,7 +61,7 @@ A simple GUI wrapper for [`youtube-dl`](https://github.com/ytdl-org/youtube-dl)
6061

6162
## Build
6263

63-
Prerequisites: .NET 6 SDK
64+
Prerequisites: .NET 7 SDK
6465

6566
Note for packagers: The application by default uses executable directory as config directory. To use user's config directory, define the constant `PACKAGED` when building.
6667

‎YoutubeDl.Wpf/Views/SettingsView.xaml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@
272272
Grid.ColumnSpan="3"
273273
Margin="8 4 8 4"
274274
Style="{StaticResource MaterialDesignBody1TextBlock}">
275-
Cube YouTube Downloader is a simple GUI wrapper for
275+
Cube YouTube Downloader is a WPF GUI for
276276
<Span FontFamily="pack://application:,,,/Resources/RobotoMono/#Roboto Mono">youtube-dl</Span>
277277
and <Span FontFamily="pack://application:,,,/Resources/RobotoMono/#Roboto Mono">yt-dlp</Span>.
278278
</TextBlock>

‎YoutubeDl.Wpf/YoutubeDl.Wpf.csproj‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<ApplicationManifest>app.manifest</ApplicationManifest>
88
<Product>Cube YouTube Downloader</Product>
99
<Authors>database64128</Authors>
10-
<Version>1.11.0</Version>
10+
<Version>1.12.0</Version>
1111
<ApplicationIcon>CubeYouTubeDownloader.ico</ApplicationIcon>
1212
<Description>WPF GUI for https://github.com/ytdl-org/youtube-dl and https://github.com/yt-dlp/yt-dlp.</Description>
1313
<Copyright>© 2022 database64128</Copyright>

0 commit comments

Comments
 (0)