2022.9.10.0

Fixed: missed posts are not saved
Fixed memory leaking because of the video
This commit is contained in:
Andy
2022-09-10 12:28:40 +03:00
parent 86771eee94
commit c28c0e1ba3
22 changed files with 471 additions and 110 deletions

View File

@@ -765,7 +765,11 @@ Namespace API.Reddit
dCount += 1
End If
Catch wex As Exception
If Not IsChannel And Not IsImgurStuff And MissingErrorsAdd Then ErrorDownloading(f, v.URL)
If Not IsChannel Then
If Not IsImgurStuff And MissingErrorsAdd Then ErrorDownloading(f, v.URL)
v.Attempts += 1
v.State = UStates.Missing
End If
End Try
If ImgurUrls.Count > 0 Then ImgurUrls.RemoveAt(0)
Loop While ImgurUrls.Count > 0