Added additional 'download all' options
Fixed ListImagesLoader (User.FitToAddParams)
Fixed Instagram default value of SleepTimerOnPostsLimit
Fixed XVIDEOS typo
This commit is contained in:
Andy
2022-03-24 19:14:58 +03:00
parent ede81f9d05
commit 726fc486ce
10 changed files with 164 additions and 54 deletions

View File

@@ -90,6 +90,7 @@ Public Class UserData : Implements IPluginContentProvider
End If
End With
Else
.Dispose()
Exit Do
End If
.Dispose()
@@ -147,7 +148,7 @@ Public Class UserData : Implements IPluginContentProvider
r = resp.GetResponse(m,, EDP.ThrowException)
If Not r.IsEmptyString Then
Dim ls As List(Of VSize) = FNF.RegexFields(Of VSize)(r, {M3U8Reparse}, {1, 2})
If ls.ListExists And DownloadUHD Then ls.RemoveAll(Function(v) v.Size > 1080)
If ls.ListExists And Not DownloadUHD Then ls.RemoveAll(Function(v) v.Size > 1080)
If ls.ListExists Then
ls.Sort()
m = $"{appender}/{ls(0).Value}"