mirror of
https://github.com/AAndyProgram/SCrawler.git
synced 2026-03-15 16:22:17 +00:00
2023.10.2.0
API.Threads: save new token if found Feed: add 'Load current session'; update the session file retrieval function TDownloader: change session files name; files count SettingsCLS, GlobalSettingsForm: add session file count setting
This commit is contained in:
@@ -136,7 +136,7 @@ Namespace API.ThreadsNet
|
||||
.Changed = False
|
||||
csrf = If(.FirstOrDefault(Function(c) c.Name.StringToLower = IG.Header_CSRF_TOKEN_COOKIE)?.Value, String.Empty)
|
||||
End If
|
||||
If Not csrf.IsEmptyString AndAlso Not AEquals(Of String)(csrf, HH_CSRF_TOKEN.Value) Then HH_CSRF_TOKEN.Value = csrf
|
||||
If Not csrf.IsEmptyString AndAlso Not AEquals(Of String)(csrf, HH_CSRF_TOKEN.Value) Then HH_CSRF_TOKEN.Value = csrf : Responser.SaveSettings()
|
||||
End With
|
||||
End Sub
|
||||
#End Region
|
||||
|
||||
Reference in New Issue
Block a user