2023.10.3.0

YT: add settings 'CreateUrlFiles' and 'CreateDescriptionFiles'
STDownloader: add setting 'CreateUrlFiles'
This commit is contained in:
Andy
2023-10-03 23:33:42 +03:00
parent 66085e0d95
commit c76fd7f918
9 changed files with 309 additions and 230 deletions

View File

@@ -111,6 +111,8 @@ Namespace Plugin.Hosts
End If
Instance.DownloadSingleObject(If(ExternalSource, Me), Token)
ExchangeData(ExternalSource, Me)
Dim __url$ = DirectCast(Me, IDownloadableMedia).URL_BASE.IfNullOrEmpty(URL)
If File.Exists And Not __url.IsEmptyString And MyDownloaderSettings.CreateUrlFiles Then CreateUrlFile(__url, File)
If Not ExternalSource Is Nothing Then
With ExternalSource : _HasError = .HasError : _Exists = .Exists : End With
End If