You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
7
7
8
8

9
9

@@ -16,9 +16,10 @@ A simple GUI wrapper for [`youtube-dl`](https://github.com/ytdl-org/youtube-dl)
16
16
- Override video, audio formats and output container.
17
17
- Embed metadata into downloaded file.
18
18
- Download and embed thumbnails.
19
-
- Download playlists.
19
+
- Download whole playlists.
20
+
- Select items from playlist to download.
20
21
- Select types of subtitles (default, all languages, auto-generated) to download and embed.
21
-
- Specify custom download filename template.
22
+
- Specify custom output template.
22
23
- Specify custom download path.
23
24
- Specify custom `ffmpeg` path.
24
25
- Specify custom proxy.
@@ -40,7 +41,7 @@ A simple GUI wrapper for [`youtube-dl`](https://github.com/ytdl-org/youtube-dl)
40
41
41
42
2. Q: How can I use a proxy to download?
42
43
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).
44
45
45
46
3. Q: Downloading the whole playlist doesn't work!
46
47
@@ -60,7 +61,7 @@ A simple GUI wrapper for [`youtube-dl`](https://github.com/ytdl-org/youtube-dl)
60
61
61
62
## Build
62
63
63
-
Prerequisites: .NET 6 SDK
64
+
Prerequisites: .NET 7 SDK
64
65
65
66
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.
0 commit comments