hotfix funimation

hotfix funimation queue browser mode
This commit is contained in:
hama3254 2021-03-27 00:21:40 +01:00
parent 04920d7169
commit 55ef64da88
10 changed files with 9 additions and 4 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@
Crunchyroll Downloader/bin/x86/Debug/Crunchyroll-Downloader-v3.0.zip Crunchyroll Downloader/bin/x86/Debug/Crunchyroll-Downloader-v3.0.zip
*.zip *.zip
*.mp4 *.mp4
*.log

Binary file not shown.

View File

@ -710,11 +710,15 @@ Public Class Anime_Add
'MsgBox(UriUsed) 'MsgBox(UriUsed)
ListBox1.Items.Remove(ListBox1.Items(0)) ListBox1.Items.Remove(ListBox1.Items(0))
'Main.b = False 'Main.b = False
StatusLabel.Text = "Status: loading ..."
Main.Text = "Status: loading ..."
If Main.SystemWebBrowserCookie = Nothing Then If Main.SystemWebBrowserCookie = Nothing Then
Main.b = False
GeckoFX.WebBrowser1.Navigate(UriUsed) GeckoFX.WebBrowser1.Navigate(UriUsed)
StatusLabel.Text = "Status: loading in browser"
Main.Text = "Status: loading in browser"
Else Else
StatusLabel.Text = "Status: loading ..."
Main.Text = "Status: loading ..."
'MsgBox(Main.SystemWebBrowserCookie) 'MsgBox(Main.SystemWebBrowserCookie)
ServicePointManager.Expect100Continue = True ServicePointManager.Expect100Continue = True
ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12 ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12

View File

@ -32,6 +32,6 @@ Imports System.Runtime.InteropServices
' übernehmen, indem Sie "*" eingeben: ' übernehmen, indem Sie "*" eingeben:
' <Assembly: AssemblyVersion("1.0.*")> ' <Assembly: AssemblyVersion("1.0.*")>
<Assembly: AssemblyVersion("3.7.8.2")> <Assembly: AssemblyVersion("3.7.8.3")>
<Assembly: AssemblyFileVersion("3.7.8.2")> <Assembly: AssemblyFileVersion("3.7.8.3")>
<Assembly: NeutralResourcesLanguage("en")> <Assembly: NeutralResourcesLanguage("en")>