mirror of
https://github.com/hama3254/Crunchyroll-Downloader-v3.0.git
synced 2024-11-15 04:35:06 +01:00
parent
a366d4641f
commit
f1bdd1c0ad
Binary file not shown.
@ -245,15 +245,25 @@ Public Class CefSharp_Browser
|
|||||||
Private Sub ObserveHttp(e As RequestResourceEventArgs) 'Handles RequestResource.GetUrl
|
Private Sub ObserveHttp(e As RequestResourceEventArgs) 'Handles RequestResource.GetUrl
|
||||||
'Debug.WriteLine(e.Request.Url)
|
'Debug.WriteLine(e.Request.Url)
|
||||||
|
|
||||||
If (Me.InvokeRequired) Then
|
'If (Me.InvokeRequired) Then
|
||||||
If Main.b = True And Main.FunimationJsonBrowser = Nothing Then
|
' If Main.b = True And Main.FunimationJsonBrowser = Nothing Then
|
||||||
Exit Sub
|
|
||||||
End If
|
' Exit Sub
|
||||||
Else
|
' Else
|
||||||
If Main.b = True And Main.FunimationJsonBrowser = Nothing Then
|
' Debug.WriteLine("false i guess?")
|
||||||
Exit Sub
|
' Debug.WriteLine(Main.b.ToString)
|
||||||
End If
|
' Debug.WriteLine(Main.FunimationJsonBrowser)
|
||||||
End If
|
' End If
|
||||||
|
|
||||||
|
'Else
|
||||||
|
' If Main.b = True And Main.FunimationJsonBrowser = Nothing Then
|
||||||
|
' Exit Sub
|
||||||
|
' Else
|
||||||
|
' Debug.WriteLine("false i guess?")
|
||||||
|
' Debug.WriteLine(Main.b.ToString)
|
||||||
|
' Debug.WriteLine(Main.FunimationJsonBrowser)
|
||||||
|
' End If
|
||||||
|
'End If
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -4463,6 +4463,10 @@ Public Class Main
|
|||||||
End If
|
End If
|
||||||
End If
|
End If
|
||||||
If b = True Then
|
If b = True Then
|
||||||
|
'LoadedUrls
|
||||||
|
'Debug.WriteLine(LoadedUrls.Count.ToString)
|
||||||
|
LoadedUrls.Clear()
|
||||||
|
Debug.WriteLine("Just Browsing, exiting...")
|
||||||
Exit Sub
|
Exit Sub
|
||||||
End If
|
End If
|
||||||
'MsgBox("loaded!")
|
'MsgBox("loaded!")
|
||||||
|
Loading…
Reference in New Issue
Block a user