mirror of
https://github.com/hama3254/Crunchyroll-Downloader-v3.0.git
synced 2024-12-24 15:11:48 +01:00
switch to CefSharp
switch to CefSharp
This commit is contained in:
parent
3f82ad5ccd
commit
08595e1a52
Binary file not shown.
Binary file not shown.
Binary file not shown.
13
Crunchyroll Downloader/Anime_Add.Designer.vb
generated
13
Crunchyroll Downloader/Anime_Add.Designer.vb
generated
@ -35,7 +35,10 @@ Partial Class Anime_Add
|
|||||||
Me.TextBox2 = New MetroFramework.Controls.MetroTextBox()
|
Me.TextBox2 = New MetroFramework.Controls.MetroTextBox()
|
||||||
|
|
||||||
Me.textBox2 = New MetroFramework.Controls.MetroTextBox()
|
Me.textBox2 = New MetroFramework.Controls.MetroTextBox()
|
||||||
|
<<<<<<< Updated upstream
|
||||||
|
|
||||||
|
=======
|
||||||
|
>>>>>>> Stashed changes
|
||||||
Me.groupBox2 = New System.Windows.Forms.GroupBox()
|
Me.groupBox2 = New System.Windows.Forms.GroupBox()
|
||||||
Me.comboBox4 = New MetroFramework.Controls.MetroComboBox()
|
Me.comboBox4 = New MetroFramework.Controls.MetroComboBox()
|
||||||
Me.ComboBox1 = New MetroFramework.Controls.MetroComboBox()
|
Me.ComboBox1 = New MetroFramework.Controls.MetroComboBox()
|
||||||
@ -230,7 +233,11 @@ Partial Class Anime_Add
|
|||||||
Me.textBox2.UseSelectable = True
|
Me.textBox2.UseSelectable = True
|
||||||
Me.textBox2.WaterMarkColor = System.Drawing.Color.FromArgb(CType(CType(109, Byte), Integer), CType(CType(109, Byte), Integer), CType(CType(109, Byte), Integer))
|
Me.textBox2.WaterMarkColor = System.Drawing.Color.FromArgb(CType(CType(109, Byte), Integer), CType(CType(109, Byte), Integer), CType(CType(109, Byte), Integer))
|
||||||
Me.textBox2.WaterMarkFont = New System.Drawing.Font("Segoe UI", 12.0!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Pixel)
|
Me.textBox2.WaterMarkFont = New System.Drawing.Font("Segoe UI", 12.0!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Pixel)
|
||||||
|
<<<<<<< Updated upstream
|
||||||
|
|
||||||
|
=======
|
||||||
|
'
|
||||||
|
>>>>>>> Stashed changes
|
||||||
'groupBox2
|
'groupBox2
|
||||||
'
|
'
|
||||||
Me.groupBox2.BackColor = System.Drawing.Color.Transparent
|
Me.groupBox2.BackColor = System.Drawing.Color.Transparent
|
||||||
@ -398,12 +405,18 @@ Partial Class Anime_Add
|
|||||||
Me.Controls.Add(Me.btn_dl)
|
Me.Controls.Add(Me.btn_dl)
|
||||||
Me.Controls.Add(Me.Btn_min)
|
Me.Controls.Add(Me.Btn_min)
|
||||||
Me.Controls.Add(Me.Btn_Close)
|
Me.Controls.Add(Me.Btn_Close)
|
||||||
|
<<<<<<< Updated upstream
|
||||||
|
|
||||||
|
=======
|
||||||
|
>>>>>>> Stashed changes
|
||||||
Me.Controls.Add(Me.groupBox1)
|
Me.Controls.Add(Me.groupBox1)
|
||||||
Me.Controls.Add(Me.GroupBox3)
|
Me.Controls.Add(Me.GroupBox3)
|
||||||
Me.Controls.Add(Me.groupBox2)
|
Me.Controls.Add(Me.groupBox2)
|
||||||
Me.Font = New System.Drawing.Font("Arial", 24.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
Me.Font = New System.Drawing.Font("Arial", 24.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||||
|
<<<<<<< Updated upstream
|
||||||
|
|
||||||
|
=======
|
||||||
|
>>>>>>> Stashed changes
|
||||||
Me.Name = "Anime_Add"
|
Me.Name = "Anime_Add"
|
||||||
Me.Padding = New System.Windows.Forms.Padding(10, 60, 20, 20)
|
Me.Padding = New System.Windows.Forms.Padding(10, 60, 20, 20)
|
||||||
Me.Text = "Add Video"
|
Me.Text = "Add Video"
|
||||||
|
@ -948,21 +948,56 @@ Public Class Anime_Add
|
|||||||
comboBox4.Enabled = True
|
comboBox4.Enabled = True
|
||||||
|
|
||||||
If ComboBox1.Text = "OmU" Then
|
If ComboBox1.Text = "OmU" Then
|
||||||
|
<<<<<<< Updated upstream
|
||||||
|
|
||||||
For i As Integer = 0 To AoD_OmU_Episodes.Count - 1
|
For i As Integer = 0 To AoD_OmU_Episodes.Count - 1
|
||||||
comboBox3.Items.Add(AoD_OmU_Episodes.Item(i).Name)
|
comboBox3.Items.Add(AoD_OmU_Episodes.Item(i).Name)
|
||||||
comboBox4.Items.Add(AoD_OmU_Episodes.Item(i).Name)
|
comboBox4.Items.Add(AoD_OmU_Episodes.Item(i).Name)
|
||||||
|
|
||||||
|
=======
|
||||||
|
For i As Integer = 0 To AoD_OmU_Episodes.Count - 1
|
||||||
|
comboBox3.Items.Add(AoD_OmU_Episodes.Item(i).Name)
|
||||||
|
comboBox4.Items.Add(AoD_OmU_Episodes.Item(i).Name)
|
||||||
|
>>>>>>> Stashed changes
|
||||||
Next
|
Next
|
||||||
|
|
||||||
|
|
||||||
|
'old
|
||||||
|
'For i As Integer = 0 To AoD_OmUList.Count - 1
|
||||||
|
' Dim DropDownTitle As String() = AoD_OmUList(i).Split(New String() {My.Resources.AoD_Titel}, System.StringSplitOptions.RemoveEmptyEntries)
|
||||||
|
' Dim DropDownTitle2 As String() = DropDownTitle(1).Split(New String() {Chr(34)}, System.StringSplitOptions.RemoveEmptyEntries)
|
||||||
|
' Dim Title As String = DropDownTitle2(0)
|
||||||
|
' Title = Title.Replace("&", "&").Replace("&", "&").Replace("/u0026", "&").Replace("\u002F", "/").Replace("\u0026", "&")
|
||||||
|
' Title = System.Text.RegularExpressions.Regex.Replace(Title, "[^\w\\-]", " ").Trim(CType(" ", Char()))
|
||||||
|
' Title = Main.RemoveExtraSpaces(Title)
|
||||||
|
' comboBox3.Items.Add(Title)
|
||||||
|
' comboBox4.Items.Add(Title)
|
||||||
|
'Next
|
||||||
|
|
||||||
ElseIf ComboBox1.Text = "Dub" Then
|
ElseIf ComboBox1.Text = "Dub" Then
|
||||||
|
|
||||||
For i As Integer = 0 To AoD_Dub_Episodes.Count - 1
|
For i As Integer = 0 To AoD_Dub_Episodes.Count - 1
|
||||||
comboBox3.Items.Add(AoD_Dub_Episodes.Item(i).Name)
|
comboBox3.Items.Add(AoD_Dub_Episodes.Item(i).Name)
|
||||||
comboBox4.Items.Add(AoD_Dub_Episodes.Item(i).Name)
|
comboBox4.Items.Add(AoD_Dub_Episodes.Item(i).Name)
|
||||||
|
<<<<<<< Updated upstream
|
||||||
|
|
||||||
Next
|
Next
|
||||||
|
|
||||||
|
=======
|
||||||
|
Next
|
||||||
|
|
||||||
|
'old
|
||||||
|
'For i As Integer = 0 To AoD_DubList.Count - 1
|
||||||
|
' Dim DropDownTitle As String() = AoD_DubList(i).Split(New String() {My.Resources.AoD_Titel}, System.StringSplitOptions.RemoveEmptyEntries)
|
||||||
|
' Dim DropDownTitle2 As String() = DropDownTitle(1).Split(New String() {Chr(34)}, System.StringSplitOptions.RemoveEmptyEntries)
|
||||||
|
' Dim Title As String = DropDownTitle2(0)
|
||||||
|
' Title = Title.Replace("&", "&").Replace("&", "&").Replace("/u0026", "&").Replace("\u002F", "/").Replace("\u0026", "&")
|
||||||
|
' Title = System.Text.RegularExpressions.Regex.Replace(Title, "[^\w\\-]", " ").Trim(CType(" ", Char()))
|
||||||
|
' Title = Main.RemoveExtraSpaces(Title)
|
||||||
|
' comboBox3.Items.Add(Title)
|
||||||
|
' comboBox4.Items.Add(Title)
|
||||||
|
'Next
|
||||||
|
>>>>>>> Stashed changes
|
||||||
End If
|
End If
|
||||||
|
|
||||||
End If
|
End If
|
||||||
@ -1430,10 +1465,15 @@ Public Class Anime_Add
|
|||||||
|
|
||||||
End Try
|
End Try
|
||||||
|
|
||||||
|
<<<<<<< Updated upstream
|
||||||
|
|
||||||
AoDTitle = AoDTitle.Replace("&", "&").Replace("/u0026", "&").Replace("\u002F", "/").Replace("\u0026", "&")
|
AoDTitle = AoDTitle.Replace("&", "&").Replace("/u0026", "&").Replace("\u002F", "/").Replace("\u0026", "&")
|
||||||
AoDTitle = System.Text.RegularExpressions.Regex.Replace(AoDTitle, "[^\w\\-]", " ").Trim(CType(" ", Char()))
|
AoDTitle = System.Text.RegularExpressions.Regex.Replace(AoDTitle, "[^\w\\-]", " ").Trim(CType(" ", Char()))
|
||||||
|
|
||||||
|
=======
|
||||||
|
AoDTitle = AoDTitle.Replace("&", "&").Replace("/u0026", "&").Replace("\u002F", "/").Replace("\u0026", "&")
|
||||||
|
AoDTitle = System.Text.RegularExpressions.Regex.Replace(AoDTitle, "[^\w\\-]", " ").Trim(CType(" ", Char()))
|
||||||
|
>>>>>>> Stashed changes
|
||||||
AoDTitle = Main.RemoveExtraSpaces(AoDTitle)
|
AoDTitle = Main.RemoveExtraSpaces(AoDTitle)
|
||||||
|
|
||||||
Pfad2 = UseSubfolder(AoD_Anime_Title, AoD_Season, Pfad2)
|
Pfad2 = UseSubfolder(AoD_Anime_Title, AoD_Season, Pfad2)
|
||||||
@ -1748,7 +1788,10 @@ Public Class Anime_Add
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<<<<<<< Updated upstream
|
||||||
|
|
||||||
|
=======
|
||||||
|
>>>>>>> Stashed changes
|
||||||
Private Sub GroupBox1_VisibleChanged(sender As Object, e As EventArgs) Handles groupBox1.VisibleChanged
|
Private Sub GroupBox1_VisibleChanged(sender As Object, e As EventArgs) Handles groupBox1.VisibleChanged
|
||||||
If Not textBox2.Text = "Use Custom Name" Then
|
If Not textBox2.Text = "Use Custom Name" Then
|
||||||
textBox2.Text = "Use Custom Name"
|
textBox2.Text = "Use Custom Name"
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
Option Strict On
|
Option Strict On
|
||||||
|
|
||||||
Imports System.IO
|
Imports System.IO
|
||||||
Imports Gecko
|
|
||||||
Imports System.Environment
|
Imports System.Environment
|
||||||
Imports Microsoft.Win32
|
Imports Microsoft.Win32
|
||||||
Namespace My
|
Namespace My
|
||||||
@ -14,55 +14,6 @@ Namespace My
|
|||||||
' StartupNextInstance: Raised when launching a single-instance application and the application is already active.
|
' StartupNextInstance: Raised when launching a single-instance application and the application is already active.
|
||||||
' NetworkAvailabilityChanged: Raised when the network connection is connected or disconnected.
|
' NetworkAvailabilityChanged: Raised when the network connection is connected or disconnected.
|
||||||
Partial Friend Class MyApplication
|
Partial Friend Class MyApplication
|
||||||
'Dim UseFirefoxProfile As Boolean = True
|
|
||||||
Protected Overrides Function OnStartup(ByVal eventArgs As Microsoft.VisualBasic.ApplicationServices.StartupEventArgs) As Boolean
|
|
||||||
'Dim ProfileDirectory As String = Path.Combine(GetFolderPath(SpecialFolder.ApplicationData), "Mozilla", "Firefox", "Profiles", "CRD")
|
|
||||||
'If UseFirefoxProfile = True Then
|
|
||||||
' Dim di As New System.IO.DirectoryInfo(Path.Combine(GetFolderPath(SpecialFolder.ApplicationData), "Mozilla", "Firefox", "Profiles"))
|
|
||||||
' Try
|
|
||||||
' For Each fi As System.IO.DirectoryInfo In di.EnumerateDirectories("*.*", System.IO.SearchOption.TopDirectoryOnly)
|
|
||||||
' Dim TempPath As String = Path.Combine(GetFolderPath(SpecialFolder.ApplicationData), "Mozilla", "Firefox", "Profiles", fi.Name)
|
|
||||||
' ProfileDirectory = TempPath
|
|
||||||
' Next
|
|
||||||
' Catch ex As Exception
|
|
||||||
' End Try
|
|
||||||
'End If
|
|
||||||
'MsgBox(ProfileDirectory)
|
|
||||||
'If Not Directory.Exists(ProfileDirectory) Then
|
|
||||||
' Directory.CreateDirectory(ProfileDirectory)
|
|
||||||
'End If
|
|
||||||
Try
|
|
||||||
|
|
||||||
|
|
||||||
Dim sUserAgent As String = My.Resources.ffmpeg_user_agend.Replace("User-Agent: ", "").Replace(Chr(34), "") '"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:84.0) Gecko/20100101 Firefox/84.0"
|
|
||||||
'sUserAgent = "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2403.157 Safari/537.36"
|
|
||||||
'Xpcom.ProfileDirectory = ProfileDirectory
|
|
||||||
Xpcom.Initialize("Firefox")
|
|
||||||
'MsgBox(Xpcom.XulRunnerVersion)
|
|
||||||
|
|
||||||
'Dim File As nsIFile = CType(Xpcom.NewNativeLocalFile("E:\addon\"), nsIFile)
|
|
||||||
'File.Append(New nsAString("manifest.json"))
|
|
||||||
'Xpcom.ComponentRegistrar.AutoRegister(File)
|
|
||||||
|
|
||||||
'Dim Dir As String =
|
|
||||||
GeckoPreferences.User("general.useragent.override") = sUserAgent
|
|
||||||
'Xpcom.Initialize("C:\Program Files\Mozilla Firefox")
|
|
||||||
GeckoPreferences.Default("browser.cache.disk.enable") = False
|
|
||||||
GeckoPreferences.Default("network.cookie.thirdparty.sessionOnly") = False
|
|
||||||
GeckoPreferences.Default("Services.sync.prefs.sync.privacy.clearOnShutdown.cookies") = False
|
|
||||||
GeckoPreferences.Default("plugin.state.flash") = 0
|
|
||||||
GeckoPreferences.Default("zoom.maxPercent") = 100
|
|
||||||
GeckoPreferences.Default("zoom.minPercent") = 100
|
|
||||||
'GeckoPreferences.Default("network.proxy.ssl") = InputBox("Set ssl proxy ip", "proxy")
|
|
||||||
'GeckoPreferences.Default("network.proxy.ssl_port") = CInt(InputBox("Set ssl proxy port", "proxy"))
|
|
||||||
'GeckoPreferences.Default("network.proxy.type") = 1
|
|
||||||
|
|
||||||
Return True
|
|
||||||
Catch ex As Exception
|
|
||||||
|
|
||||||
MsgBox("if you see this you should install the x86 version from the Visual C++ redistributable" + vbNewLine + "https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads" + vbNewLine + vbNewLine + ex.ToString)
|
|
||||||
Return False
|
|
||||||
End Try
|
|
||||||
|
|
||||||
End Function
|
End Function
|
||||||
End Class
|
End Class
|
||||||
|
11
Crunchyroll Downloader/CefSharp_Browser.Designer.vb
generated
11
Crunchyroll Downloader/CefSharp_Browser.Designer.vb
generated
@ -27,7 +27,13 @@ Partial Class CefSharp_Browser
|
|||||||
Me.Button1 = New System.Windows.Forms.Button()
|
Me.Button1 = New System.Windows.Forms.Button()
|
||||||
Me.Btn_Scan = New System.Windows.Forms.Button()
|
Me.Btn_Scan = New System.Windows.Forms.Button()
|
||||||
Me.Panel1 = New System.Windows.Forms.Panel()
|
Me.Panel1 = New System.Windows.Forms.Panel()
|
||||||
|
<<<<<<< Updated upstream:Crunchyroll Downloader/CefSharp_Browser.Designer.vb
|
||||||
Me.WebBrowser1 = New CefSharp.WinForms.ChromiumWebBrowser()
|
Me.WebBrowser1 = New CefSharp.WinForms.ChromiumWebBrowser()
|
||||||
|
=======
|
||||||
|
#Disable Warning BC40000 ' Der Typ oder Member ist veraltet.
|
||||||
|
Me.WebBrowser1 = New CefSharp.WinForms.ChromiumWebBrowser()
|
||||||
|
#Enable Warning BC40000 ' Der Typ oder Member ist veraltet.
|
||||||
|
>>>>>>> Stashed changes:Crunchyroll Downloader/GeckoFX.Designer.vb
|
||||||
Me.Timer1 = New System.Windows.Forms.Timer(Me.components)
|
Me.Timer1 = New System.Windows.Forms.Timer(Me.components)
|
||||||
Me.Panel1.SuspendLayout()
|
Me.Panel1.SuspendLayout()
|
||||||
Me.SuspendLayout()
|
Me.SuspendLayout()
|
||||||
@ -108,6 +114,11 @@ Partial Class CefSharp_Browser
|
|||||||
Friend WithEvents Button1 As Button
|
Friend WithEvents Button1 As Button
|
||||||
Friend WithEvents Btn_Scan As Button
|
Friend WithEvents Btn_Scan As Button
|
||||||
Friend WithEvents Panel1 As Panel
|
Friend WithEvents Panel1 As Panel
|
||||||
|
<<<<<<< Updated upstream:Crunchyroll Downloader/CefSharp_Browser.Designer.vb
|
||||||
Friend WithEvents Timer1 As Timer
|
Friend WithEvents Timer1 As Timer
|
||||||
Friend WithEvents WebBrowser1 As CefSharp.WinForms.ChromiumWebBrowser
|
Friend WithEvents WebBrowser1 As CefSharp.WinForms.ChromiumWebBrowser
|
||||||
|
=======
|
||||||
|
Public WithEvents WebBrowser1 As CefSharp.WinForms.ChromiumWebBrowser
|
||||||
|
Friend WithEvents Timer1 As Timer
|
||||||
|
>>>>>>> Stashed changes:Crunchyroll Downloader/GeckoFX.Designer.vb
|
||||||
End Class
|
End Class
|
||||||
|
@ -236,6 +236,18 @@ Public Class CefSharp_Browser
|
|||||||
End If
|
End If
|
||||||
End Sub
|
End Sub
|
||||||
|
|
||||||
|
<<<<<<< Updated upstream
|
||||||
|
=======
|
||||||
|
Private Sub WebBrowser1_GotFocus(sender As Object, e As EventArgs) Handles WebBrowser1.GotFocus
|
||||||
|
'Debug_Mode.ActiveForm = True
|
||||||
|
End Sub
|
||||||
|
|
||||||
|
Private Sub WebBrowser1_LostFocus(sender As Object, e As EventArgs) Handles WebBrowser1.LostFocus
|
||||||
|
'Debug_Mode.TopMost = False
|
||||||
|
End Sub
|
||||||
|
|
||||||
|
|
||||||
|
>>>>>>> Stashed changes
|
||||||
|
|
||||||
Private Sub ObserveHttp(e As RequestResourceEventArgs) 'Handles RequestResource.GetUrl
|
Private Sub ObserveHttp(e As RequestResourceEventArgs) 'Handles RequestResource.GetUrl
|
||||||
'Debug.WriteLine(e.RequestUrl)
|
'Debug.WriteLine(e.RequestUrl)
|
||||||
@ -275,6 +287,7 @@ Public Class CefSharp_Browser
|
|||||||
Main.LoadedUrls.Add(e.RequestUrl)
|
Main.LoadedUrls.Add(e.RequestUrl)
|
||||||
End If
|
End If
|
||||||
Debug.WriteLine(e.RequestUrl)
|
Debug.WriteLine(e.RequestUrl)
|
||||||
|
<<<<<<< Updated upstream
|
||||||
ElseIf CBool(InStr(e.RequestUrl, "/data/v1/shows/")) Then
|
ElseIf CBool(InStr(e.RequestUrl, "/data/v1/shows/")) Then
|
||||||
If (Me.InvokeRequired) Then
|
If (Me.InvokeRequired) Then
|
||||||
Me.Invoke(Sub() Main.LoadedUrls.Add(e.RequestUrl))
|
Me.Invoke(Sub() Main.LoadedUrls.Add(e.RequestUrl))
|
||||||
@ -282,6 +295,8 @@ Public Class CefSharp_Browser
|
|||||||
Main.LoadedUrls.Add(e.RequestUrl)
|
Main.LoadedUrls.Add(e.RequestUrl)
|
||||||
End If
|
End If
|
||||||
Debug.WriteLine(e.RequestUrl)
|
Debug.WriteLine(e.RequestUrl)
|
||||||
|
=======
|
||||||
|
>>>>>>> Stashed changes
|
||||||
End If
|
End If
|
||||||
|
|
||||||
Exit Sub
|
Exit Sub
|
||||||
@ -451,5 +466,9 @@ Public Class CefSharp_Browser
|
|||||||
End Sub
|
End Sub
|
||||||
|
|
||||||
|
|
||||||
|
<<<<<<< Updated upstream
|
||||||
|
=======
|
||||||
|
|
||||||
|
>>>>>>> Stashed changes
|
||||||
End Class
|
End Class
|
||||||
|
|
||||||
|
@ -207,10 +207,15 @@ Public Class ErrorDialog
|
|||||||
|
|
||||||
Private Sub Btn_Close_MouseLeave(sender As Object, e As EventArgs) Handles pictureBox3.MouseLeave
|
Private Sub Btn_Close_MouseLeave(sender As Object, e As EventArgs) Handles pictureBox3.MouseLeave
|
||||||
|
|
||||||
|
|
||||||
pictureBox3.Image = Main.CloseImg
|
pictureBox3.Image = Main.CloseImg
|
||||||
End Sub
|
End Sub
|
||||||
|
|
||||||
|
<<<<<<< Updated upstream
|
||||||
|
pictureBox3.Image = Main.CloseImg
|
||||||
|
End Sub
|
||||||
|
|
||||||
|
=======
|
||||||
|
>>>>>>> Stashed changes
|
||||||
Private Sub ComboBox1_SelectedIndexChanged(sender As Object, e As EventArgs) Handles ComboBox1.SelectedIndexChanged
|
Private Sub ComboBox1_SelectedIndexChanged(sender As Object, e As EventArgs) Handles ComboBox1.SelectedIndexChanged
|
||||||
PictureBox9.Enabled = True
|
PictureBox9.Enabled = True
|
||||||
PictureBox9.Cursor = Cursors.Hand
|
PictureBox9.Cursor = Cursors.Hand
|
||||||
|
@ -5923,18 +5923,18 @@ Public Class Main
|
|||||||
End If
|
End If
|
||||||
If CBool(InStr(requesturl, "/data/v1/shows/")) Then
|
If CBool(InStr(requesturl, "/data/v1/shows/")) Then
|
||||||
|
|
||||||
Dim ShowJson As String = Nothing
|
'Dim ShowJson As String = Nothing
|
||||||
|
|
||||||
Try
|
'Try
|
||||||
Using client As New WebClient()
|
' Using client As New WebClient()
|
||||||
client.Encoding = System.Text.Encoding.UTF8
|
' client.Encoding = System.Text.Encoding.UTF8
|
||||||
client.Headers.Add(My.Resources.ffmpeg_user_agend.Replace(Chr(34), ""))
|
' client.Headers.Add(My.Resources.ffmpeg_user_agend.Replace(Chr(34), ""))
|
||||||
ShowJson = client.DownloadString(requesturl)
|
' ShowJson = client.DownloadString(requesturl)
|
||||||
End Using
|
' End Using
|
||||||
Catch ex As Exception
|
'Catch ex As Exception
|
||||||
Debug.WriteLine("error- getting ShowJson data")
|
' Debug.WriteLine("error- getting ShowJson data")
|
||||||
|
|
||||||
End Try
|
'End Try
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -43,7 +43,11 @@
|
|||||||
</div>
|
</div>
|
||||||
<h1>Failed!</h1>
|
<h1>Failed!</h1>
|
||||||
<p>System.IndexOutOfRangeException: Der Index war außerhalb des Arraybereichs.
|
<p>System.IndexOutOfRangeException: Der Index war außerhalb des Arraybereichs.
|
||||||
|
<<<<<<< Updated upstream
|
||||||
bei Crunchyroll_Downloader.Main.ProcessRequest(NetworkStream stream, String htmlReq) in D:\Projecte\Crunchyroll Downloader - v3.0-final\Crunchyroll-Downloader-v3.0 - CefSharp\Crunchyroll Downloader\Main.vb:Zeile 6153.</p>
|
bei Crunchyroll_Downloader.Main.ProcessRequest(NetworkStream stream, String htmlReq) in D:\Projecte\Crunchyroll Downloader - v3.0-final\Crunchyroll-Downloader-v3.0 - CefSharp\Crunchyroll Downloader\Main.vb:Zeile 6153.</p>
|
||||||
|
=======
|
||||||
|
bei Crunchyroll_Downloader.Main.ProcessRequest(NetworkStream stream, String htmlReq) in D:\Projecte\Crunchyroll Downloader - v3.0-final\Crunchyroll-Downloader-v3.0\Crunchyroll Downloader\Main.vb:Zeile 4697.</p>
|
||||||
|
>>>>>>> Stashed changes
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
BIN
Crunchyroll Downloader/bin/x86/Debug/CEFRequestHandler.dll
Normal file
BIN
Crunchyroll Downloader/bin/x86/Debug/CEFRequestHandler.dll
Normal file
Binary file not shown.
BIN
Crunchyroll Downloader/bin/x86/Debug/CEFRequestHandler.pdb
Normal file
BIN
Crunchyroll Downloader/bin/x86/Debug/CEFRequestHandler.pdb
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Crunchyroll Downloader/bin/x86/Debug/CefSharp.Core.Runtime.dll
Normal file
BIN
Crunchyroll Downloader/bin/x86/Debug/CefSharp.Core.Runtime.dll
Normal file
Binary file not shown.
BIN
Crunchyroll Downloader/bin/x86/Debug/CefSharp.Core.Runtime.pdb
Normal file
BIN
Crunchyroll Downloader/bin/x86/Debug/CefSharp.Core.Runtime.pdb
Normal file
Binary file not shown.
1584
Crunchyroll Downloader/bin/x86/Debug/CefSharp.Core.Runtime.xml
Normal file
1584
Crunchyroll Downloader/bin/x86/Debug/CefSharp.Core.Runtime.xml
Normal file
File diff suppressed because it is too large
Load Diff
BIN
Crunchyroll Downloader/bin/x86/Debug/CefSharp.Core.dll
Normal file
BIN
Crunchyroll Downloader/bin/x86/Debug/CefSharp.Core.dll
Normal file
Binary file not shown.
BIN
Crunchyroll Downloader/bin/x86/Debug/CefSharp.Core.pdb
Normal file
BIN
Crunchyroll Downloader/bin/x86/Debug/CefSharp.Core.pdb
Normal file
Binary file not shown.
1822
Crunchyroll Downloader/bin/x86/Debug/CefSharp.Core.xml
Normal file
1822
Crunchyroll Downloader/bin/x86/Debug/CefSharp.Core.xml
Normal file
File diff suppressed because it is too large
Load Diff
BIN
Crunchyroll Downloader/bin/x86/Debug/CefSharp.WinForms.dll
Normal file
BIN
Crunchyroll Downloader/bin/x86/Debug/CefSharp.WinForms.dll
Normal file
Binary file not shown.
BIN
Crunchyroll Downloader/bin/x86/Debug/CefSharp.WinForms.pdb
Normal file
BIN
Crunchyroll Downloader/bin/x86/Debug/CefSharp.WinForms.pdb
Normal file
Binary file not shown.
1160
Crunchyroll Downloader/bin/x86/Debug/CefSharp.WinForms.xml
Normal file
1160
Crunchyroll Downloader/bin/x86/Debug/CefSharp.WinForms.xml
Normal file
File diff suppressed because it is too large
Load Diff
BIN
Crunchyroll Downloader/bin/x86/Debug/CefSharp.dll
Normal file
BIN
Crunchyroll Downloader/bin/x86/Debug/CefSharp.dll
Normal file
Binary file not shown.
BIN
Crunchyroll Downloader/bin/x86/Debug/CefSharp.pdb
Normal file
BIN
Crunchyroll Downloader/bin/x86/Debug/CefSharp.pdb
Normal file
Binary file not shown.
32549
Crunchyroll Downloader/bin/x86/Debug/CefSharp.xml
Normal file
32549
Crunchyroll Downloader/bin/x86/Debug/CefSharp.xml
Normal file
File diff suppressed because it is too large
Load Diff
BIN
Crunchyroll Downloader/bin/x86/Debug/Crunchyroll Downloader.exe
Normal file
BIN
Crunchyroll Downloader/bin/x86/Debug/Crunchyroll Downloader.exe
Normal file
Binary file not shown.
BIN
Crunchyroll Downloader/bin/x86/Debug/Crunchyroll Downloader.pdb
Normal file
BIN
Crunchyroll Downloader/bin/x86/Debug/Crunchyroll Downloader.pdb
Normal file
Binary file not shown.
559
Crunchyroll Downloader/bin/x86/Debug/Crunchyroll Downloader.xml
Normal file
559
Crunchyroll Downloader/bin/x86/Debug/Crunchyroll Downloader.xml
Normal file
@ -0,0 +1,559 @@
|
|||||||
|
<?xml version="1.0"?>
|
||||||
|
<doc>
|
||||||
|
<assembly>
|
||||||
|
<name>
|
||||||
|
Crunchyroll Downloader
|
||||||
|
</name>
|
||||||
|
</assembly>
|
||||||
|
<members>
|
||||||
|
<member name="T:Crunchyroll_Downloader.My.Resources.Resources">
|
||||||
|
<summary>
|
||||||
|
Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw.
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
|
<member name="P:Crunchyroll_Downloader.My.Resources.Resources.ResourceManager">
|
||||||
|
<summary>
|
||||||
|
Gibt die zwischengespeicherte ResourceManager-Instanz zurück, die von dieser Klasse verwendet wird.
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
|
<member name="P:Crunchyroll_Downloader.My.Resources.Resources.Culture">
|
||||||
|
<summary>
|
||||||
|
Überschreibt die CurrentUICulture-Eigenschaft des aktuellen Threads für alle
|
||||||
|
Ressourcenzuordnungen, die diese stark typisierte Ressourcenklasse verwenden.
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
|
<member name="P:Crunchyroll_Downloader.My.Resources.Resources.about_icon">
|
||||||
|
<summary>
|
||||||
|
Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
|
<member name="P:Crunchyroll_Downloader.My.Resources.Resources.add_mass_cancel">
|
||||||
|
<summary>
|
||||||
|
Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
|
<member name="P:Crunchyroll_Downloader.My.Resources.Resources.add_mass_cancel_hover">
|
||||||
|
<summary>
|
||||||
|
Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
|
<member name="P:Crunchyroll_Downloader.My.Resources.Resources.AoD_files">
|
||||||
|
<summary>
|
||||||
|
Sucht eine lokalisierte Zeichenfolge, die {"sources":[{"file":" ähnelt.
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
|
<member name="P:Crunchyroll_Downloader.My.Resources.Resources.AoD_HTML_Anime_Title">
|
||||||
|
<summary>
|
||||||
|
Sucht eine lokalisierte Zeichenfolge, die <h1 itemprop="name"> ähnelt.
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
|
<member name="P:Crunchyroll_Downloader.My.Resources.Resources.AoD_HTML_Episode_Title">
|
||||||
|
<summary>
|
||||||
|
Sucht eine lokalisierte Zeichenfolge, die <h3 class="episodebox-title" title=" ähnelt.
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
|
<member name="P:Crunchyroll_Downloader.My.Resources.Resources.AoD_Image">
|
||||||
|
<summary>
|
||||||
|
Sucht eine lokalisierte Zeichenfolge, die "image":" ähnelt.
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
|
<member name="P:Crunchyroll_Downloader.My.Resources.Resources.AoD_MediaID">
|
||||||
|
<summary>
|
||||||
|
Sucht eine lokalisierte Zeichenfolge, die "mediaid": ähnelt.
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
|
<member name="P:Crunchyroll_Downloader.My.Resources.Resources.AoD_Titel">
|
||||||
|
<summary>
|
||||||
|
Sucht eine lokalisierte Zeichenfolge, die "title":" ähnelt.
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
|
<member name="P:Crunchyroll_Downloader.My.Resources.Resources.ass_template">
|
||||||
|
<summary>
|
||||||
|
Sucht eine lokalisierte Zeichenfolge, die [Script Info]
|
||||||
|
; Template for error handling in the Crunchyrol Downloader by hama3254 https://github.com/hama3254/Crunchyroll-Downloader-v3.0
|
||||||
|
; ass file from https://github.com/Aegisub/Aegisub/blob/master/automation/v4-docs/template-scripting-ideas.ass
|
||||||
|
; Script generated by Aegisub v2.00 PRE-RELEASE (SVN r939, jfs)
|
||||||
|
; http://www.aegisub.net
|
||||||
|
Title: Default Aegisub file
|
||||||
|
ScriptType: v4.00+
|
||||||
|
WrapStyle: 0
|
||||||
|
PlayResX: 640
|
||||||
|
PlayResY: 480
|
||||||
|
Video Aspect Ratio: 0
|
||||||
|
Video Zoom: 6
|
||||||
|
Video Position: 0
|
||||||
|
|
||||||
|
[V4+ Styles]
|
||||||
|
[Rest der Zeichenfolge wurde abgeschnitten]"; ähnelt.
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
|
<member name="P:Crunchyroll_Downloader.My.Resources.Resources.balken">
|
||||||
|
<summary>
|
||||||
|
Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
|
<member name="P:Crunchyroll_Downloader.My.Resources.Resources.balken_console">
|
||||||
|
<summary>
|
||||||
|
Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
|
<member name="P:Crunchyroll_Downloader.My.Resources.Resources.CC_String">
|
||||||
|
<summary>
|
||||||
|
Sucht eine lokalisierte Zeichenfolge, die <img id="footer_country_flag" src="https://www.crunchyroll.com/i/country_flags/ ähnelt.
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
|
<member name="P:Crunchyroll_Downloader.My.Resources.Resources.CR_Episode_Nr">
|
||||||
|
<summary>
|
||||||
|
Sucht eine lokalisierte Zeichenfolge, die display_episode_number":" ähnelt.
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
|
<member name="P:Crunchyroll_Downloader.My.Resources.Resources.CR_Head_Url_Split">
|
||||||
|
<summary>
|
||||||
|
Sucht eine lokalisierte Zeichenfolge, die <meta property="og:url" content=" ähnelt.
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
|
<member name="P:Crunchyroll_Downloader.My.Resources.Resources.CR_MediaName">
|
||||||
|
<summary>
|
||||||
|
Sucht eine lokalisierte Zeichenfolge, die <h4 id="showmedia_about_name" class="strong">“ ähnelt.
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
|
<member name="P:Crunchyroll_Downloader.My.Resources.Resources.CR_MediaName2">
|
||||||
|
<summary>
|
||||||
|
Sucht eine lokalisierte Zeichenfolge, die ”</h4> ähnelt.
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
|
<member name="P:Crunchyroll_Downloader.My.Resources.Resources.CR_Season_Nr">
|
||||||
|
<summary>
|
||||||
|
Sucht eine lokalisierte Zeichenfolge, die seasonNumber":" ähnelt.
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
|
<member name="P:Crunchyroll_Downloader.My.Resources.Resources.crdSettings_Button_SafeExit">
|
||||||
|
<summary>
|
||||||
|
Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
|
<member name="P:Crunchyroll_Downloader.My.Resources.Resources.crdSettings_Button_SafeExit_hover">
|
||||||
|
<summary>
|
||||||
|
Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
|
<member name="P:Crunchyroll_Downloader.My.Resources.Resources.DialogNotFound_Submit">
|
||||||
|
<summary>
|
||||||
|
Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
|
<member name="P:Crunchyroll_Downloader.My.Resources.Resources.DialogNotFound_Submit_hover">
|
||||||
|
<summary>
|
||||||
|
Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
|
<member name="P:Crunchyroll_Downloader.My.Resources.Resources.download_subs">
|
||||||
|
<summary>
|
||||||
|
Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
|
<member name="P:Crunchyroll_Downloader.My.Resources.Resources.download_subs_hover">
|
||||||
|
<summary>
|
||||||
|
Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
|
<member name="P:Crunchyroll_Downloader.My.Resources.Resources.Error_404">
|
||||||
|
<summary>
|
||||||
|
Sucht eine lokalisierte Zeichenfolge, die <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
|
||||||
|
<html><head>
|
||||||
|
<title>404 Not Found</title>
|
||||||
|
</head><body>
|
||||||
|
<h1>Not Found</h1>
|
||||||
|
<p>The requested URL was not found on this server.</p>
|
||||||
|
<hr>
|
||||||
|
<address>Server at Crunchyroll Downloader Port 8080</address>
|
||||||
|
</body></html> ähnelt.
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
|
<member name="P:Crunchyroll_Downloader.My.Resources.Resources.ffmpeg_user_agend">
|
||||||
|
<summary>
|
||||||
|
Sucht eine lokalisierte Zeichenfolge, die "User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:87.0) Gecko/20100101 Firefox/87.0" ähnelt.
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
|
<member name="P:Crunchyroll_Downloader.My.Resources.Resources.Funimation_Player_ID">
|
||||||
|
<summary>
|
||||||
|
Sucht eine lokalisierte Zeichenfolge, die src="/player/ ähnelt.
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
|
<member name="P:Crunchyroll_Downloader.My.Resources.Resources.Funimation_Player_ID_2">
|
||||||
|
<summary>
|
||||||
|
Sucht eine lokalisierte Zeichenfolge, die src="https://www.funimation.com/player/ ähnelt.
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
|
<member name="P:Crunchyroll_Downloader.My.Resources.Resources.Funimation_Split_1">
|
||||||
|
<summary>
|
||||||
|
Sucht eine lokalisierte Zeichenfolge, die <a class="trackVideo ng-binding" href=" ähnelt.
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
|
<member name="P:Crunchyroll_Downloader.My.Resources.Resources.Funimation_Split_2">
|
||||||
|
<summary>
|
||||||
|
Sucht eine lokalisierte Zeichenfolge, die "> ähnelt.
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
|
<member name="P:Crunchyroll_Downloader.My.Resources.Resources.Funimation_src_string">
|
||||||
|
<summary>
|
||||||
|
Sucht eine lokalisierte Zeichenfolge, die "src": ähnelt.
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
|
<member name="P:Crunchyroll_Downloader.My.Resources.Resources.Funimation_subs_src">
|
||||||
|
<summary>
|
||||||
|
Sucht eine lokalisierte Zeichenfolge, die {"src": " ähnelt.
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
|
<member name="P:Crunchyroll_Downloader.My.Resources.Resources.Funimation_Subtitle_String">
|
||||||
|
<summary>
|
||||||
|
Sucht eine lokalisierte Zeichenfolge, die ", "kind": "subtitle", "type": "CC", "language": " ähnelt.
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
|
<member name="P:Crunchyroll_Downloader.My.Resources.Resources.Funimation_Subtitle_String2">
|
||||||
|
<summary>
|
||||||
|
Sucht eine lokalisierte Zeichenfolge, die ", "kind": "subtitle", "type": "Full", "language": " ähnelt.
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
|
<member name="P:Crunchyroll_Downloader.My.Resources.Resources.Funimation_Subtitle_String3">
|
||||||
|
<summary>
|
||||||
|
Sucht eine lokalisierte Zeichenfolge, die ", "kind": "subtitle", "type": "full", "language": " ähnelt.
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
|
<member name="P:Crunchyroll_Downloader.My.Resources.Resources.Funimation_thumbnail">
|
||||||
|
<summary>
|
||||||
|
Sucht eine lokalisierte Zeichenfolge, die <meta property="og:image" content=" ähnelt.
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
|
<member name="P:Crunchyroll_Downloader.My.Resources.Resources.hls_endString">
|
||||||
|
<summary>
|
||||||
|
Sucht eine lokalisierte Zeichenfolge, die ","resolution":"adaptive" ähnelt.
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
|
<member name="P:Crunchyroll_Downloader.My.Resources.Resources.hls_Value">
|
||||||
|
<summary>
|
||||||
|
Sucht eine lokalisierte Zeichenfolge, die "format":"adaptive_hls", ähnelt.
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
|
<member name="P:Crunchyroll_Downloader.My.Resources.Resources.htmlEnd">
|
||||||
|
<summary>
|
||||||
|
Sucht eine lokalisierte Zeichenfolge, die <script>
|
||||||
|
|
||||||
|
setInterval(function loadXMLDoc() {
|
||||||
|
var xhttp = new XMLHttpRequest();
|
||||||
|
xhttp.onreadystatechange = function() {
|
||||||
|
if (this.readyState == 4 && this.status == 200) {
|
||||||
|
document.getElementById("bodypage").innerHTML = this.responseText;
|
||||||
|
//console.log(this.responseText);
|
||||||
|
}
|
||||||
|
};
|
||||||
|
xhttp.open("GET", "/", true);
|
||||||
|
xhttp.send();
|
||||||
|
}, 1000);
|
||||||
|
</script>
|
||||||
|
</body></html> ähnelt.
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
|
<member name="P:Crunchyroll_Downloader.My.Resources.Resources.htmlnachHardSubs">
|
||||||
|
<summary>
|
||||||
|
Sucht eine lokalisierte Zeichenfolge, die </a>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<img alt="image error" src="balken1.png" class="class-balken"> ähnelt.
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
|
<member name="P:Crunchyroll_Downloader.My.Resources.Resources.htmlnachTumbnail">
|
||||||
|
<summary>
|
||||||
|
Sucht eine lokalisierte Zeichenfolge, die " class="imagestyle">
|
||||||
|
|
||||||
|
<div>
|
||||||
|
|
||||||
|
<span class="titel" dir="auto"> ähnelt.
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
|
<member name="P:Crunchyroll_Downloader.My.Resources.Resources.htmlTitlel">
|
||||||
|
<summary>
|
||||||
|
Sucht eine lokalisierte Zeichenfolge, die <a class="main_titel">Placeholder</a>
|
||||||
|
<img alt="image error" src="balken.png" class="class-balken"> ähnelt.
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
|
<member name="P:Crunchyroll_Downloader.My.Resources.Resources.htmlTop">
|
||||||
|
<summary>
|
||||||
|
Sucht eine lokalisierte Zeichenfolge, die <!DOCTYPE html>
|
||||||
|
<head>
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
||||||
|
</head>
|
||||||
|
<html>
|
||||||
|
<title>CRD</title>
|
||||||
|
|
||||||
|
<style>
|
||||||
|
.main-bg {margin:0 0 0 0;background-color:#F2F2F2;font-family:Consolas;font-size:16px;}
|
||||||
|
.div-spacer{width:16px;height:110px;display:block;margin-bottom:14px;position:relative}
|
||||||
|
.div-episode{width:730px;height:110px;display:block;margin-bottom:14px;position:relative}
|
||||||
|
.class-balken{width:735px;height:8px;display:block;margin-bottom:4px;marg [Rest der Zeichenfolge wurde abgeschnitten]"; ähnelt.
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
|
<member name="P:Crunchyroll_Downloader.My.Resources.Resources.htmlvorAufloesung">
|
||||||
|
<summary>
|
||||||
|
Sucht eine lokalisierte Zeichenfolge, die </span>
|
||||||
|
|
||||||
|
<div class="progressbar">
|
||||||
|
|
||||||
|
<div class="progressbar-value" style="width: 0%"></div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<span dir="auto" class='percenttext'>0%</span>
|
||||||
|
<div>
|
||||||
|
<br>
|
||||||
|
<span dir="auto" class="resotext"> ähnelt.
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
|
<member name="P:Crunchyroll_Downloader.My.Resources.Resources.htmlvorHardSubs">
|
||||||
|
<summary>
|
||||||
|
Sucht eine lokalisierte Zeichenfolge, die "> <img alt="image error" src="cc1.png" class="class-cc"> ähnelt.
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
|
<member name="P:Crunchyroll_Downloader.My.Resources.Resources.htmlvorSoftSubs">
|
||||||
|
<summary>
|
||||||
|
Sucht eine lokalisierte Zeichenfolge, die </span>
|
||||||
|
|
||||||
|
<a href="#" class="cc-wert" title="Softsubs: ähnelt.
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
|
<member name="P:Crunchyroll_Downloader.My.Resources.Resources.htmlvorThumbnail">
|
||||||
|
<summary>
|
||||||
|
Sucht eine lokalisierte Zeichenfolge, die
|
||||||
|
<div class="div-episode">
|
||||||
|
|
||||||
|
<img alt="image error" src=" ähnelt.
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
|
<member name="P:Crunchyroll_Downloader.My.Resources.Resources.icon">
|
||||||
|
<summary>
|
||||||
|
Sucht eine lokalisierte Ressource vom Typ System.Drawing.Icon ähnlich wie (Symbol).
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
|
<member name="P:Crunchyroll_Downloader.My.Resources.Resources.LoginSuccess">
|
||||||
|
<summary>
|
||||||
|
Sucht eine lokalisierte Zeichenfolge, die "error":false,"code":"ok" ähnelt.
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
|
<member name="P:Crunchyroll_Downloader.My.Resources.Resources.main_add">
|
||||||
|
<summary>
|
||||||
|
Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
|
<member name="P:Crunchyroll_Downloader.My.Resources.Resources.main_add_invert">
|
||||||
|
<summary>
|
||||||
|
Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
|
<member name="P:Crunchyroll_Downloader.My.Resources.Resources.main_add_invert_dark">
|
||||||
|
<summary>
|
||||||
|
Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
|
<member name="P:Crunchyroll_Downloader.My.Resources.Resources.main_background">
|
||||||
|
<summary>
|
||||||
|
Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
|
<member name="P:Crunchyroll_Downloader.My.Resources.Resources.main_browser">
|
||||||
|
<summary>
|
||||||
|
Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
|
<member name="P:Crunchyroll_Downloader.My.Resources.Resources.main_browser_invert">
|
||||||
|
<summary>
|
||||||
|
Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
|
<member name="P:Crunchyroll_Downloader.My.Resources.Resources.main_browser_invert_dark">
|
||||||
|
<summary>
|
||||||
|
Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
|
<member name="P:Crunchyroll_Downloader.My.Resources.Resources.main_button_download_deactivate">
|
||||||
|
<summary>
|
||||||
|
Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
|
<member name="P:Crunchyroll_Downloader.My.Resources.Resources.main_button_download_default">
|
||||||
|
<summary>
|
||||||
|
Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
|
<member name="P:Crunchyroll_Downloader.My.Resources.Resources.main_button_download_hovert">
|
||||||
|
<summary>
|
||||||
|
Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
|
<member name="P:Crunchyroll_Downloader.My.Resources.Resources.main_close">
|
||||||
|
<summary>
|
||||||
|
Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
|
<member name="P:Crunchyroll_Downloader.My.Resources.Resources.main_close_dark">
|
||||||
|
<summary>
|
||||||
|
Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
|
<member name="P:Crunchyroll_Downloader.My.Resources.Resources.main_close_dark_hover">
|
||||||
|
<summary>
|
||||||
|
Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
|
<member name="P:Crunchyroll_Downloader.My.Resources.Resources.main_close_hover">
|
||||||
|
<summary>
|
||||||
|
Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
|
<member name="P:Crunchyroll_Downloader.My.Resources.Resources.main_del">
|
||||||
|
<summary>
|
||||||
|
Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
|
<member name="P:Crunchyroll_Downloader.My.Resources.Resources.main_mini">
|
||||||
|
<summary>
|
||||||
|
Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
|
<member name="P:Crunchyroll_Downloader.My.Resources.Resources.main_mini_dark">
|
||||||
|
<summary>
|
||||||
|
Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
|
<member name="P:Crunchyroll_Downloader.My.Resources.Resources.main_mini_dark_hover">
|
||||||
|
<summary>
|
||||||
|
Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
|
<member name="P:Crunchyroll_Downloader.My.Resources.Resources.main_mini_red">
|
||||||
|
<summary>
|
||||||
|
Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
|
<member name="P:Crunchyroll_Downloader.My.Resources.Resources.main_pause">
|
||||||
|
<summary>
|
||||||
|
Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
|
<member name="P:Crunchyroll_Downloader.My.Resources.Resources.main_pause_hover">
|
||||||
|
<summary>
|
||||||
|
Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
|
<member name="P:Crunchyroll_Downloader.My.Resources.Resources.main_pause_play">
|
||||||
|
<summary>
|
||||||
|
Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
|
<member name="P:Crunchyroll_Downloader.My.Resources.Resources.main_pause_play_hover">
|
||||||
|
<summary>
|
||||||
|
Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
|
<member name="P:Crunchyroll_Downloader.My.Resources.Resources.main_setting_invert">
|
||||||
|
<summary>
|
||||||
|
Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
|
<member name="P:Crunchyroll_Downloader.My.Resources.Resources.main_setting_invert_dark">
|
||||||
|
<summary>
|
||||||
|
Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
|
<member name="P:Crunchyroll_Downloader.My.Resources.Resources.main_settings">
|
||||||
|
<summary>
|
||||||
|
Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
|
<member name="P:Crunchyroll_Downloader.My.Resources.Resources.Main_top">
|
||||||
|
<summary>
|
||||||
|
Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
|
<member name="P:Crunchyroll_Downloader.My.Resources.Resources.Post_error_Bottom">
|
||||||
|
<summary>
|
||||||
|
Sucht eine lokalisierte Zeichenfolge, die </p>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html> ähnelt.
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
|
<member name="P:Crunchyroll_Downloader.My.Resources.Resources.Post_error_Top">
|
||||||
|
<summary>
|
||||||
|
Sucht eine lokalisierte Zeichenfolge, die <html>
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
</head>
|
||||||
|
<style>
|
||||||
|
body {
|
||||||
|
text-align: center;
|
||||||
|
padding: 40px 0;
|
||||||
|
background: #EBF0F5;
|
||||||
|
}
|
||||||
|
h1 {
|
||||||
|
color: #ad3f26;
|
||||||
|
font-family: sans-serif;
|
||||||
|
font-weight: 900;
|
||||||
|
font-size: 40px;
|
||||||
|
margin-bottom: 10px;
|
||||||
|
}
|
||||||
|
p {
|
||||||
|
color: #404F5E;
|
||||||
|
font-family: sans-serif;
|
||||||
|
font-size:20px;
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
i {
|
||||||
|
co [Rest der Zeichenfolge wurde abgeschnitten]"; ähnelt.
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
|
<member name="P:Crunchyroll_Downloader.My.Resources.Resources.softsubs_download">
|
||||||
|
<summary>
|
||||||
|
Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
|
<member name="P:Crunchyroll_Downloader.My.Resources.Resources.softsubs_download_gray">
|
||||||
|
<summary>
|
||||||
|
Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
|
<member name="P:Crunchyroll_Downloader.My.Resources.Resources.softsubs_download_hover">
|
||||||
|
<summary>
|
||||||
|
Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
|
<member name="P:Crunchyroll_Downloader.My.Resources.Resources.Startuphtml">
|
||||||
|
<summary>
|
||||||
|
Sucht eine lokalisierte Zeichenfolge, die <!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<title>CRD</title>
|
||||||
|
|
||||||
|
<style>
|
||||||
|
.main-bg {margin:0 0 0 -36px;background-color:#757575;}
|
||||||
|
.imagestyle{width:156px;height:88px;display:block;margin-bottom:4px} .ulStyle{margin:0 0 0 -10px;display:block;position:relative;margin-top:8px}
|
||||||
|
.ulStyle li{margin-left:12px;float:left;display:block;position:relative}
|
||||||
|
.listyle{width:156px;display:block;background:#fff;padding:16px;margin-bottom:14px;position:relative;background-color:#b5b3b3}
|
||||||
|
.progressbar{height:14p [Rest der Zeichenfolge wurde abgeschnitten]"; ähnelt.
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
|
<member name="P:Crunchyroll_Downloader.My.Resources.Resources.thumbnailString">
|
||||||
|
<summary>
|
||||||
|
Sucht eine lokalisierte Zeichenfolge, die "thumbnail":{"url":" ähnelt.
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
|
<member name="P:Crunchyroll_Downloader.My.Resources.Resources.US_ToolTip">
|
||||||
|
<summary>
|
||||||
|
Sucht eine lokalisierte Zeichenfolge, die US cookies can't be used as long you are logged in.
|
||||||
|
I delete the curremt session with the unlock, if you want to be logged in with the US cookie you need to enter you data on the left. ähnelt.
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
|
</members>
|
||||||
|
</doc>
|
29
Crunchyroll Downloader/bin/x86/Debug/LICENSE.txt
Normal file
29
Crunchyroll Downloader/bin/x86/Debug/LICENSE.txt
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
// Copyright (c) 2008-2020 Marshall A. Greenblatt. Portions Copyright (c)
|
||||||
|
// 2006-2009 Google Inc. All rights reserved.
|
||||||
|
//
|
||||||
|
// Redistribution and use in source and binary forms, with or without
|
||||||
|
// modification, are permitted provided that the following conditions are
|
||||||
|
// met:
|
||||||
|
//
|
||||||
|
// * Redistributions of source code must retain the above copyright
|
||||||
|
// notice, this list of conditions and the following disclaimer.
|
||||||
|
// * Redistributions in binary form must reproduce the above
|
||||||
|
// copyright notice, this list of conditions and the following disclaimer
|
||||||
|
// in the documentation and/or other materials provided with the
|
||||||
|
// distribution.
|
||||||
|
// * Neither the name of Google Inc. nor the name Chromium Embedded
|
||||||
|
// Framework nor the names of its contributors may be used to endorse
|
||||||
|
// or promote products derived from this software without specific prior
|
||||||
|
// written permission.
|
||||||
|
//
|
||||||
|
// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
||||||
|
// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
||||||
|
// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
||||||
|
// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
||||||
|
// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
||||||
|
// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
||||||
|
// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
||||||
|
// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
||||||
|
// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||||||
|
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
||||||
|
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
BIN
Crunchyroll Downloader/bin/x86/Debug/MetroFramework.dll
Normal file
BIN
Crunchyroll Downloader/bin/x86/Debug/MetroFramework.dll
Normal file
Binary file not shown.
144
Crunchyroll Downloader/bin/x86/Debug/README.txt
Normal file
144
Crunchyroll Downloader/bin/x86/Debug/README.txt
Normal file
@ -0,0 +1,144 @@
|
|||||||
|
Chromium Embedded Framework (CEF) Standard Binary Distribution for Windows
|
||||||
|
-------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
Date: June 20, 2021
|
||||||
|
|
||||||
|
CEF Version: 91.1.21+g9dd45fe+chromium-91.0.4472.114
|
||||||
|
CEF URL: https://bitbucket.org/chromiumembedded/cef.git
|
||||||
|
@9dd45fe15964fb136e60d16ad40d78023f486360
|
||||||
|
|
||||||
|
Chromium Version: 91.0.4472.114
|
||||||
|
Chromium URL: https://chromium.googlesource.com/chromium/src.git
|
||||||
|
@c1e1dff6f551c4aab8578ec695825cc9b27d51e6
|
||||||
|
|
||||||
|
This distribution contains all components necessary to build and distribute an
|
||||||
|
application using CEF on the Windows platform. Please see the LICENSING
|
||||||
|
section of this document for licensing terms and conditions.
|
||||||
|
|
||||||
|
|
||||||
|
CONTENTS
|
||||||
|
--------
|
||||||
|
|
||||||
|
cmake Contains CMake configuration files shared by all targets.
|
||||||
|
|
||||||
|
Debug Contains libcef.dll, libcef.lib and other components required to
|
||||||
|
build and run the debug version of CEF-based applications. By
|
||||||
|
default these files should be placed in the same directory as the
|
||||||
|
executable and will be copied there as part of the build process.
|
||||||
|
|
||||||
|
include Contains all required CEF header files.
|
||||||
|
|
||||||
|
libcef_dll Contains the source code for the libcef_dll_wrapper static library
|
||||||
|
that all applications using the CEF C++ API must link against.
|
||||||
|
|
||||||
|
Release Contains libcef.dll, libcef.lib and other components required to
|
||||||
|
build and run the release version of CEF-based applications. By
|
||||||
|
default these files should be placed in the same directory as the
|
||||||
|
executable and will be copied there as part of the build process.
|
||||||
|
|
||||||
|
Resources Contains resources required by libcef.dll. By default these files
|
||||||
|
should be placed in the same directory as libcef.dll and will be
|
||||||
|
copied there as part of the build process.
|
||||||
|
|
||||||
|
tests/ Directory of tests that demonstrate CEF usage.
|
||||||
|
|
||||||
|
cefclient Contains the cefclient sample application configured to build
|
||||||
|
using the files in this distribution. This application demonstrates
|
||||||
|
a wide range of CEF functionalities.
|
||||||
|
|
||||||
|
cefsimple Contains the cefsimple sample application configured to build
|
||||||
|
using the files in this distribution. This application demonstrates
|
||||||
|
the minimal functionality required to create a browser window.
|
||||||
|
|
||||||
|
ceftests Contains unit tests that exercise the CEF APIs.
|
||||||
|
|
||||||
|
gtest Contains the Google C++ Testing Framework used by the ceftests
|
||||||
|
target.
|
||||||
|
|
||||||
|
shared Contains source code shared by the cefclient and ceftests targets.
|
||||||
|
|
||||||
|
|
||||||
|
USAGE
|
||||||
|
-----
|
||||||
|
|
||||||
|
Building using CMake:
|
||||||
|
CMake can be used to generate project files in many different formats. See
|
||||||
|
usage instructions at the top of the CMakeLists.txt file.
|
||||||
|
|
||||||
|
Please visit the CEF Website for additional usage information.
|
||||||
|
|
||||||
|
https://bitbucket.org/chromiumembedded/cef/
|
||||||
|
|
||||||
|
|
||||||
|
REDISTRIBUTION
|
||||||
|
--------------
|
||||||
|
|
||||||
|
This binary distribution contains the below components.
|
||||||
|
|
||||||
|
Required components:
|
||||||
|
|
||||||
|
The following components are required. CEF will not function without them.
|
||||||
|
|
||||||
|
* CEF core library.
|
||||||
|
* libcef.dll
|
||||||
|
|
||||||
|
* Crash reporting library.
|
||||||
|
* chrome_elf.dll
|
||||||
|
|
||||||
|
* Unicode support data.
|
||||||
|
* icudtl.dat
|
||||||
|
|
||||||
|
* V8 snapshot data.
|
||||||
|
* snapshot_blob.bin
|
||||||
|
* v8_context_snapshot.bin
|
||||||
|
|
||||||
|
Optional components:
|
||||||
|
|
||||||
|
The following components are optional. If they are missing CEF will continue to
|
||||||
|
run but any related functionality may become broken or disabled.
|
||||||
|
|
||||||
|
* Localized resources.
|
||||||
|
Locale file loading can be disabled completely using
|
||||||
|
CefSettings.pack_loading_disabled. The locales directory path can be
|
||||||
|
customized using CefSettings.locales_dir_path.
|
||||||
|
|
||||||
|
* locales/
|
||||||
|
Directory containing localized resources used by CEF, Chromium and Blink. A
|
||||||
|
.pak file is loaded from this directory based on the CefSettings.locale
|
||||||
|
value. Only configured locales need to be distributed. If no locale is
|
||||||
|
configured the default locale of "en-US" will be used. Without these files
|
||||||
|
arbitrary Web components may display incorrectly.
|
||||||
|
|
||||||
|
* Other resources.
|
||||||
|
Pack file loading can be disabled completely using
|
||||||
|
CefSettings.pack_loading_disabled. The resources directory path can be
|
||||||
|
customized using CefSettings.resources_dir_path.
|
||||||
|
|
||||||
|
* chrome_100_percent.pak
|
||||||
|
* chrome_200_percent.pak
|
||||||
|
* resources.pak
|
||||||
|
These files contain non-localized resources used by CEF, Chromium and Blink.
|
||||||
|
Without these files arbitrary Web components may display incorrectly.
|
||||||
|
|
||||||
|
* Angle and Direct3D support.
|
||||||
|
* d3dcompiler_47.dll (required for Windows Vista and newer)
|
||||||
|
* libEGL.dll
|
||||||
|
* libGLESv2.dll
|
||||||
|
Without these files HTML5 accelerated content like 2D canvas, 3D CSS and WebGL
|
||||||
|
will not function.
|
||||||
|
|
||||||
|
* SwiftShader support.
|
||||||
|
* swiftshader/libEGL.dll
|
||||||
|
* swiftshader/libGLESv2.dll
|
||||||
|
Without these files WebGL will not function in software-only mode when the GPU
|
||||||
|
is not available or disabled.
|
||||||
|
|
||||||
|
|
||||||
|
LICENSING
|
||||||
|
---------
|
||||||
|
|
||||||
|
The CEF project is BSD licensed. Please read the LICENSE.txt file included with
|
||||||
|
this binary distribution for licensing terms and conditions. Other software
|
||||||
|
included in this distribution is provided under other licenses. Please visit
|
||||||
|
"about:credits" in a CEF-based application for complete Chromium and third-party
|
||||||
|
licensing information.
|
BIN
Crunchyroll Downloader/bin/x86/Debug/chrome_100_percent.pak
Normal file
BIN
Crunchyroll Downloader/bin/x86/Debug/chrome_100_percent.pak
Normal file
Binary file not shown.
BIN
Crunchyroll Downloader/bin/x86/Debug/chrome_200_percent.pak
Normal file
BIN
Crunchyroll Downloader/bin/x86/Debug/chrome_200_percent.pak
Normal file
Binary file not shown.
BIN
Crunchyroll Downloader/bin/x86/Debug/chrome_elf.dll
Normal file
BIN
Crunchyroll Downloader/bin/x86/Debug/chrome_elf.dll
Normal file
Binary file not shown.
BIN
Crunchyroll Downloader/bin/x86/Debug/d3dcompiler_47.dll
Normal file
BIN
Crunchyroll Downloader/bin/x86/Debug/d3dcompiler_47.dll
Normal file
Binary file not shown.
BIN
Crunchyroll Downloader/bin/x86/Debug/icudtl.dat
Normal file
BIN
Crunchyroll Downloader/bin/x86/Debug/icudtl.dat
Normal file
Binary file not shown.
BIN
Crunchyroll Downloader/bin/x86/Debug/libEGL.dll
Normal file
BIN
Crunchyroll Downloader/bin/x86/Debug/libEGL.dll
Normal file
Binary file not shown.
BIN
Crunchyroll Downloader/bin/x86/Debug/libGLESv2.dll
Normal file
BIN
Crunchyroll Downloader/bin/x86/Debug/libGLESv2.dll
Normal file
Binary file not shown.
BIN
Crunchyroll Downloader/bin/x86/Debug/locales/am.pak
Normal file
BIN
Crunchyroll Downloader/bin/x86/Debug/locales/am.pak
Normal file
Binary file not shown.
BIN
Crunchyroll Downloader/bin/x86/Debug/locales/ar.pak
Normal file
BIN
Crunchyroll Downloader/bin/x86/Debug/locales/ar.pak
Normal file
Binary file not shown.
BIN
Crunchyroll Downloader/bin/x86/Debug/locales/bg.pak
Normal file
BIN
Crunchyroll Downloader/bin/x86/Debug/locales/bg.pak
Normal file
Binary file not shown.
BIN
Crunchyroll Downloader/bin/x86/Debug/locales/bn.pak
Normal file
BIN
Crunchyroll Downloader/bin/x86/Debug/locales/bn.pak
Normal file
Binary file not shown.
BIN
Crunchyroll Downloader/bin/x86/Debug/locales/ca.pak
Normal file
BIN
Crunchyroll Downloader/bin/x86/Debug/locales/ca.pak
Normal file
Binary file not shown.
BIN
Crunchyroll Downloader/bin/x86/Debug/locales/cs.pak
Normal file
BIN
Crunchyroll Downloader/bin/x86/Debug/locales/cs.pak
Normal file
Binary file not shown.
BIN
Crunchyroll Downloader/bin/x86/Debug/locales/da.pak
Normal file
BIN
Crunchyroll Downloader/bin/x86/Debug/locales/da.pak
Normal file
Binary file not shown.
BIN
Crunchyroll Downloader/bin/x86/Debug/locales/de.pak
Normal file
BIN
Crunchyroll Downloader/bin/x86/Debug/locales/de.pak
Normal file
Binary file not shown.
BIN
Crunchyroll Downloader/bin/x86/Debug/locales/el.pak
Normal file
BIN
Crunchyroll Downloader/bin/x86/Debug/locales/el.pak
Normal file
Binary file not shown.
BIN
Crunchyroll Downloader/bin/x86/Debug/locales/en-GB.pak
Normal file
BIN
Crunchyroll Downloader/bin/x86/Debug/locales/en-GB.pak
Normal file
Binary file not shown.
BIN
Crunchyroll Downloader/bin/x86/Debug/locales/en-US.pak
Normal file
BIN
Crunchyroll Downloader/bin/x86/Debug/locales/en-US.pak
Normal file
Binary file not shown.
BIN
Crunchyroll Downloader/bin/x86/Debug/locales/es-419.pak
Normal file
BIN
Crunchyroll Downloader/bin/x86/Debug/locales/es-419.pak
Normal file
Binary file not shown.
BIN
Crunchyroll Downloader/bin/x86/Debug/locales/es.pak
Normal file
BIN
Crunchyroll Downloader/bin/x86/Debug/locales/es.pak
Normal file
Binary file not shown.
BIN
Crunchyroll Downloader/bin/x86/Debug/locales/et.pak
Normal file
BIN
Crunchyroll Downloader/bin/x86/Debug/locales/et.pak
Normal file
Binary file not shown.
BIN
Crunchyroll Downloader/bin/x86/Debug/locales/fa.pak
Normal file
BIN
Crunchyroll Downloader/bin/x86/Debug/locales/fa.pak
Normal file
Binary file not shown.
BIN
Crunchyroll Downloader/bin/x86/Debug/locales/fi.pak
Normal file
BIN
Crunchyroll Downloader/bin/x86/Debug/locales/fi.pak
Normal file
Binary file not shown.
BIN
Crunchyroll Downloader/bin/x86/Debug/locales/fil.pak
Normal file
BIN
Crunchyroll Downloader/bin/x86/Debug/locales/fil.pak
Normal file
Binary file not shown.
BIN
Crunchyroll Downloader/bin/x86/Debug/locales/fr.pak
Normal file
BIN
Crunchyroll Downloader/bin/x86/Debug/locales/fr.pak
Normal file
Binary file not shown.
BIN
Crunchyroll Downloader/bin/x86/Debug/locales/gu.pak
Normal file
BIN
Crunchyroll Downloader/bin/x86/Debug/locales/gu.pak
Normal file
Binary file not shown.
BIN
Crunchyroll Downloader/bin/x86/Debug/locales/he.pak
Normal file
BIN
Crunchyroll Downloader/bin/x86/Debug/locales/he.pak
Normal file
Binary file not shown.
BIN
Crunchyroll Downloader/bin/x86/Debug/locales/hi.pak
Normal file
BIN
Crunchyroll Downloader/bin/x86/Debug/locales/hi.pak
Normal file
Binary file not shown.
BIN
Crunchyroll Downloader/bin/x86/Debug/locales/hr.pak
Normal file
BIN
Crunchyroll Downloader/bin/x86/Debug/locales/hr.pak
Normal file
Binary file not shown.
BIN
Crunchyroll Downloader/bin/x86/Debug/locales/hu.pak
Normal file
BIN
Crunchyroll Downloader/bin/x86/Debug/locales/hu.pak
Normal file
Binary file not shown.
BIN
Crunchyroll Downloader/bin/x86/Debug/locales/id.pak
Normal file
BIN
Crunchyroll Downloader/bin/x86/Debug/locales/id.pak
Normal file
Binary file not shown.
BIN
Crunchyroll Downloader/bin/x86/Debug/locales/it.pak
Normal file
BIN
Crunchyroll Downloader/bin/x86/Debug/locales/it.pak
Normal file
Binary file not shown.
BIN
Crunchyroll Downloader/bin/x86/Debug/locales/ja.pak
Normal file
BIN
Crunchyroll Downloader/bin/x86/Debug/locales/ja.pak
Normal file
Binary file not shown.
BIN
Crunchyroll Downloader/bin/x86/Debug/locales/kn.pak
Normal file
BIN
Crunchyroll Downloader/bin/x86/Debug/locales/kn.pak
Normal file
Binary file not shown.
BIN
Crunchyroll Downloader/bin/x86/Debug/locales/ko.pak
Normal file
BIN
Crunchyroll Downloader/bin/x86/Debug/locales/ko.pak
Normal file
Binary file not shown.
BIN
Crunchyroll Downloader/bin/x86/Debug/locales/lt.pak
Normal file
BIN
Crunchyroll Downloader/bin/x86/Debug/locales/lt.pak
Normal file
Binary file not shown.
BIN
Crunchyroll Downloader/bin/x86/Debug/locales/lv.pak
Normal file
BIN
Crunchyroll Downloader/bin/x86/Debug/locales/lv.pak
Normal file
Binary file not shown.
BIN
Crunchyroll Downloader/bin/x86/Debug/locales/ml.pak
Normal file
BIN
Crunchyroll Downloader/bin/x86/Debug/locales/ml.pak
Normal file
Binary file not shown.
BIN
Crunchyroll Downloader/bin/x86/Debug/locales/mr.pak
Normal file
BIN
Crunchyroll Downloader/bin/x86/Debug/locales/mr.pak
Normal file
Binary file not shown.
BIN
Crunchyroll Downloader/bin/x86/Debug/locales/ms.pak
Normal file
BIN
Crunchyroll Downloader/bin/x86/Debug/locales/ms.pak
Normal file
Binary file not shown.
BIN
Crunchyroll Downloader/bin/x86/Debug/locales/nb.pak
Normal file
BIN
Crunchyroll Downloader/bin/x86/Debug/locales/nb.pak
Normal file
Binary file not shown.
BIN
Crunchyroll Downloader/bin/x86/Debug/locales/nl.pak
Normal file
BIN
Crunchyroll Downloader/bin/x86/Debug/locales/nl.pak
Normal file
Binary file not shown.
BIN
Crunchyroll Downloader/bin/x86/Debug/locales/pl.pak
Normal file
BIN
Crunchyroll Downloader/bin/x86/Debug/locales/pl.pak
Normal file
Binary file not shown.
BIN
Crunchyroll Downloader/bin/x86/Debug/locales/pt-BR.pak
Normal file
BIN
Crunchyroll Downloader/bin/x86/Debug/locales/pt-BR.pak
Normal file
Binary file not shown.
BIN
Crunchyroll Downloader/bin/x86/Debug/locales/pt-PT.pak
Normal file
BIN
Crunchyroll Downloader/bin/x86/Debug/locales/pt-PT.pak
Normal file
Binary file not shown.
BIN
Crunchyroll Downloader/bin/x86/Debug/locales/ro.pak
Normal file
BIN
Crunchyroll Downloader/bin/x86/Debug/locales/ro.pak
Normal file
Binary file not shown.
BIN
Crunchyroll Downloader/bin/x86/Debug/locales/ru.pak
Normal file
BIN
Crunchyroll Downloader/bin/x86/Debug/locales/ru.pak
Normal file
Binary file not shown.
BIN
Crunchyroll Downloader/bin/x86/Debug/locales/sk.pak
Normal file
BIN
Crunchyroll Downloader/bin/x86/Debug/locales/sk.pak
Normal file
Binary file not shown.
BIN
Crunchyroll Downloader/bin/x86/Debug/locales/sl.pak
Normal file
BIN
Crunchyroll Downloader/bin/x86/Debug/locales/sl.pak
Normal file
Binary file not shown.
BIN
Crunchyroll Downloader/bin/x86/Debug/locales/sr.pak
Normal file
BIN
Crunchyroll Downloader/bin/x86/Debug/locales/sr.pak
Normal file
Binary file not shown.
BIN
Crunchyroll Downloader/bin/x86/Debug/locales/sv.pak
Normal file
BIN
Crunchyroll Downloader/bin/x86/Debug/locales/sv.pak
Normal file
Binary file not shown.
BIN
Crunchyroll Downloader/bin/x86/Debug/locales/sw.pak
Normal file
BIN
Crunchyroll Downloader/bin/x86/Debug/locales/sw.pak
Normal file
Binary file not shown.
BIN
Crunchyroll Downloader/bin/x86/Debug/locales/ta.pak
Normal file
BIN
Crunchyroll Downloader/bin/x86/Debug/locales/ta.pak
Normal file
Binary file not shown.
BIN
Crunchyroll Downloader/bin/x86/Debug/locales/te.pak
Normal file
BIN
Crunchyroll Downloader/bin/x86/Debug/locales/te.pak
Normal file
Binary file not shown.
BIN
Crunchyroll Downloader/bin/x86/Debug/locales/th.pak
Normal file
BIN
Crunchyroll Downloader/bin/x86/Debug/locales/th.pak
Normal file
Binary file not shown.
BIN
Crunchyroll Downloader/bin/x86/Debug/locales/tr.pak
Normal file
BIN
Crunchyroll Downloader/bin/x86/Debug/locales/tr.pak
Normal file
Binary file not shown.
BIN
Crunchyroll Downloader/bin/x86/Debug/locales/uk.pak
Normal file
BIN
Crunchyroll Downloader/bin/x86/Debug/locales/uk.pak
Normal file
Binary file not shown.
BIN
Crunchyroll Downloader/bin/x86/Debug/locales/vi.pak
Normal file
BIN
Crunchyroll Downloader/bin/x86/Debug/locales/vi.pak
Normal file
Binary file not shown.
BIN
Crunchyroll Downloader/bin/x86/Debug/locales/zh-CN.pak
Normal file
BIN
Crunchyroll Downloader/bin/x86/Debug/locales/zh-CN.pak
Normal file
Binary file not shown.
BIN
Crunchyroll Downloader/bin/x86/Debug/locales/zh-TW.pak
Normal file
BIN
Crunchyroll Downloader/bin/x86/Debug/locales/zh-TW.pak
Normal file
Binary file not shown.
BIN
Crunchyroll Downloader/bin/x86/Debug/resources.pak
Normal file
BIN
Crunchyroll Downloader/bin/x86/Debug/resources.pak
Normal file
Binary file not shown.
BIN
Crunchyroll Downloader/bin/x86/Debug/snapshot_blob.bin
Normal file
BIN
Crunchyroll Downloader/bin/x86/Debug/snapshot_blob.bin
Normal file
Binary file not shown.
BIN
Crunchyroll Downloader/bin/x86/Debug/swiftshader/libEGL.dll
Normal file
BIN
Crunchyroll Downloader/bin/x86/Debug/swiftshader/libEGL.dll
Normal file
Binary file not shown.
BIN
Crunchyroll Downloader/bin/x86/Debug/swiftshader/libGLESv2.dll
Normal file
BIN
Crunchyroll Downloader/bin/x86/Debug/swiftshader/libGLESv2.dll
Normal file
Binary file not shown.
BIN
Crunchyroll Downloader/bin/x86/Debug/v8_context_snapshot.bin
Normal file
BIN
Crunchyroll Downloader/bin/x86/Debug/v8_context_snapshot.bin
Normal file
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user