Skip to content

Commit 3268bca

Browse files
committed
2023.12.14.0
YT YouTubeSettings: add 'CreateThumbnails_Video' and 'CreateThumbnails_Music' properties VideoListForm: add 'BTT_SELECT_ALL' and 'BTT_SELECT_NONE' YouTubeMediaContainerBase: update thumbnails downloading
1 parent 1455a31 commit 3268bca

File tree

8 files changed

+283
-219
lines changed

8 files changed

+283
-219
lines changed

Changelog.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# 2023.12.14.0
2+
3+
*2023-12-14*
4+
5+
- Added
6+
- YouTube: options `Create thumbnail files (video)` and `Create thumbnail files (music)`
7+
- YouTube: `Select all` and `Select none` buttons
8+
19
# 2023.12.13.0
210

311
*2023-12-13*

SCrawler.YouTube/Base/YouTubeSettings.vb

+6
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,12 @@ Namespace API.YouTube.Base
147147
<Browsable(True), GridVisible, XMLVN({"Info"}), Category("Info"), DisplayName("Create description files"),
148148
Description("Create video description files. Default: false.")>
149149
Public ReadOnly Property CreateDescriptionFiles As XMLValue(Of Boolean)
150+
<Browsable(True), GridVisible, XMLVN({"Info"}, True), Category("Info"), DisplayName("Create thumbnail files (video)"),
151+
Description("Create video thumbnail files. Default: true.")>
152+
Public ReadOnly Property CreateThumbnails_Video As XMLValue(Of Boolean)
153+
<Browsable(True), GridVisible, XMLVN({"Info"}, True), Category("Info"), DisplayName("Create thumbnail files (music)"),
154+
Description("Create music thumbnail files (covers). Default: true.")>
155+
Public ReadOnly Property CreateThumbnails_Music As XMLValue(Of Boolean)
150156
#End Region
151157
#Region "Defaults"
152158
<Browsable(True), GridVisible, XMLVN({"Defaults"}, True), Category("Defaults"), DisplayName("Standardize URLs"),

SCrawler.YouTube/Downloader/VideoListForm.Designer.vb

+48-25
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)