mirror of
https://github.com/hama3254/Crunchyroll-Downloader-v3.0.git
synced 2024-11-13 03:35:05 +01:00
hotfix funimation
hotfix funimation queue browser mode
This commit is contained in:
parent
04920d7169
commit
55ef64da88
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
||||
Crunchyroll Downloader/bin/x86/Debug/Crunchyroll-Downloader-v3.0.zip
|
||||
*.zip
|
||||
*.mp4
|
||||
*.log
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -710,11 +710,15 @@ Public Class Anime_Add
|
||||
'MsgBox(UriUsed)
|
||||
ListBox1.Items.Remove(ListBox1.Items(0))
|
||||
'Main.b = False
|
||||
StatusLabel.Text = "Status: loading ..."
|
||||
Main.Text = "Status: loading ..."
|
||||
|
||||
If Main.SystemWebBrowserCookie = Nothing Then
|
||||
Main.b = False
|
||||
GeckoFX.WebBrowser1.Navigate(UriUsed)
|
||||
StatusLabel.Text = "Status: loading in browser"
|
||||
Main.Text = "Status: loading in browser"
|
||||
Else
|
||||
StatusLabel.Text = "Status: loading ..."
|
||||
Main.Text = "Status: loading ..."
|
||||
'MsgBox(Main.SystemWebBrowserCookie)
|
||||
ServicePointManager.Expect100Continue = True
|
||||
ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12
|
||||
|
@ -32,6 +32,6 @@ Imports System.Runtime.InteropServices
|
||||
' übernehmen, indem Sie "*" eingeben:
|
||||
' <Assembly: AssemblyVersion("1.0.*")>
|
||||
|
||||
<Assembly: AssemblyVersion("3.7.8.2")>
|
||||
<Assembly: AssemblyFileVersion("3.7.8.2")>
|
||||
<Assembly: AssemblyVersion("3.7.8.3")>
|
||||
<Assembly: AssemblyFileVersion("3.7.8.3")>
|
||||
<Assembly: NeutralResourcesLanguage("en")>
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user