diff --git a/.vs/Crunchyroll Downloader/v15/.suo b/.vs/Crunchyroll Downloader/v15/.suo
index ddf5fdd..b936238 100644
Binary files a/.vs/Crunchyroll Downloader/v15/.suo and b/.vs/Crunchyroll Downloader/v15/.suo differ
diff --git a/.vs/Crunchyroll Downloader/v15/Server/sqlite3/storage.ide b/.vs/Crunchyroll Downloader/v15/Server/sqlite3/storage.ide
index 50c1d7d..c89252e 100644
Binary files a/.vs/Crunchyroll Downloader/v15/Server/sqlite3/storage.ide and b/.vs/Crunchyroll Downloader/v15/Server/sqlite3/storage.ide differ
diff --git a/.vs/Crunchyroll Downloader/v15/Server/sqlite3/storage.ide-shm b/.vs/Crunchyroll Downloader/v15/Server/sqlite3/storage.ide-shm
index 743bd07..a7acb6b 100644
Binary files a/.vs/Crunchyroll Downloader/v15/Server/sqlite3/storage.ide-shm and b/.vs/Crunchyroll Downloader/v15/Server/sqlite3/storage.ide-shm differ
diff --git a/.vs/Crunchyroll Downloader/v15/Server/sqlite3/storage.ide-wal b/.vs/Crunchyroll Downloader/v15/Server/sqlite3/storage.ide-wal
index a0f11c3..3995859 100644
Binary files a/.vs/Crunchyroll Downloader/v15/Server/sqlite3/storage.ide-wal and b/.vs/Crunchyroll Downloader/v15/Server/sqlite3/storage.ide-wal differ
diff --git a/Crunchyroll Downloader/Anime_Add.Designer.vb b/Crunchyroll Downloader/Anime_Add.Designer.vb
index df09955..432aa50 100644
--- a/Crunchyroll Downloader/Anime_Add.Designer.vb
+++ b/Crunchyroll Downloader/Anime_Add.Designer.vb
@@ -130,7 +130,6 @@ Partial Class Anime_Add
Me.textBox2.ForeColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
Me.textBox2.Location = New System.Drawing.Point(18, 42)
Me.textBox2.Name = "textBox2"
- Me.textBox2.ReadOnly = True
Me.textBox2.Size = New System.Drawing.Size(585, 22)
Me.textBox2.TabIndex = 5
Me.textBox2.TabStop = False
@@ -273,11 +272,11 @@ Partial Class Anime_Add
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.BackgroundImage = Global.Crunchyroll_Downloader.My.Resources.Resources.add_background
Me.ClientSize = New System.Drawing.Size(630, 275)
- Me.Controls.Add(Me.GroupBox3)
- Me.Controls.Add(Me.groupBox2)
Me.Controls.Add(Me.pictureBox3)
Me.Controls.Add(Me.pictureBox4)
Me.Controls.Add(Me.groupBox1)
+ Me.Controls.Add(Me.GroupBox3)
+ Me.Controls.Add(Me.groupBox2)
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
Me.Name = "Anime_Add"
diff --git a/Crunchyroll Downloader/Anime_Add.vb b/Crunchyroll Downloader/Anime_Add.vb
index 35fed31..85e0ce4 100644
--- a/Crunchyroll Downloader/Anime_Add.vb
+++ b/Crunchyroll Downloader/Anime_Add.vb
@@ -385,9 +385,14 @@ Public Class Anime_Add
End Sub
- Private Sub comboBox2_SelectedValueChanged(sender As Object, e As EventArgs) Handles ComboBox2.SelectedValueChanged
+ Private Sub textBox2_Click(sender As Object, e As EventArgs) Handles textBox2.Click
+ If textBox2.Text = "Name of the Anime" Then
+ textBox2.Text = Nothing
+ End If
End Sub
+
+
#End Region
End Class
\ No newline at end of file
diff --git a/Crunchyroll Downloader/GeckoFX.vb b/Crunchyroll Downloader/GeckoFX.vb
index 894192a..f2e5f90 100644
--- a/Crunchyroll Downloader/GeckoFX.vb
+++ b/Crunchyroll Downloader/GeckoFX.vb
@@ -226,6 +226,7 @@ Public Class GeckoFX
End Sub
Private Sub GeckoFX_Closing(sender As Object, e As CancelEventArgs) Handles Me.Closing
+ My.Computer.Clipboard.SetText(WebBrowser1.Document.Body.InnerHtml)
Main.UserBowser = False
End Sub
diff --git a/Crunchyroll Downloader/Main.designer.vb b/Crunchyroll Downloader/Main.designer.vb
index d3f6e34..626b9a0 100644
--- a/Crunchyroll Downloader/Main.designer.vb
+++ b/Crunchyroll Downloader/Main.designer.vb
@@ -120,7 +120,7 @@ Partial Class Main
Me.ListView1.ForeColor = System.Drawing.Color.Black
Me.ListView1.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None
Me.ListView1.HideSelection = False
- Me.ListView1.Location = New System.Drawing.Point(1, 56)
+ Me.ListView1.Location = New System.Drawing.Point(1, 64)
Me.ListView1.MinimumSize = New System.Drawing.Size(800, 400)
Me.ListView1.Name = "ListView1"
Me.ListView1.Size = New System.Drawing.Size(838, 487)
diff --git a/Crunchyroll Downloader/Main.vb b/Crunchyroll Downloader/Main.vb
index 5eb193b..2827d95 100644
--- a/Crunchyroll Downloader/Main.vb
+++ b/Crunchyroll Downloader/Main.vb
@@ -668,73 +668,92 @@ Public Class Main
Public Sub GrappURL()
Try
+ 'Throw New System.Exception("Test")
Grapp_RDY = False
Dim CR_Anime_Titel As String = Nothing
Dim CR_Anime_Staffel As String = Nothing
Dim CR_Anime_Folge As String = Nothing
#Region "Name + Pfad"
Dim Pfad2 As String
+ Dim TextBox2_Text As String = Nothing
Dim CR_FilenName As String = Nothing
- Dim Bug_Deutsch As String = "-"
- 'Dim CR_Anime_Titel As String
- 'Dim CR_Anime_Staffel As String
- 'Dim CR_Anime_Folge As String
- 'Dim CR_Name_by_Titel As String() = GeckoFX.WebBrowser1.Document.Body.OuterHtml.Split(New String() {"
"}, System.StringSplitOptions.RemoveEmptyEntries)
- 'Dim CR_Name_by_Titel_2_Patch As String =CR_Name_by_Titel(1).Split(New String() {""}, System.StringSplitOptions.RemoveEmptyEntries)
- If CBool(InStr(WebbrowserTitle, "Anschauen auf Crunchyroll")) Then
- Bug_Deutsch = ":"
- 'Throw New System.Exception("Test")
- Else
- End If
- Dim CR_Name_by_Titel_2 As String() = WebbrowserTitle.Split(New String() {Bug_Deutsch}, System.StringSplitOptions.RemoveEmptyEntries)
- 'Dim CR_Name_by_Script As String() = WebbrowserText.Split(New String() {Chr(34) + "name" + Chr(34) + ": " + Chr(34)}, System.StringSplitOptions.RemoveEmptyEntries)
- 'Dim CR_Name_by_Script2 As String() = CR_Name_by_Script(1).Split(New [Char]() {Chr(34)})
- CR_FilenName = CR_Name_by_Titel_2(0).Trim() '+ " " + CR_Name_by_Script2(0).Trim
-
+ Dim SubfolderValue As String = Nothing
Dim CR_FilenName_Backup As String = Nothing
- Dim SubfolderValue As String = Nothing
- If CBool(InStr(WebbrowserText, "")) Then ' Film statt Serie
- Dim CR_Name_1 As String() = WebbrowserText.Split(New String() {""}, System.StringSplitOptions.RemoveEmptyEntries)
- Dim CR_Name_2 As String() = CR_Name_1(1).Split(New String() {"
"}, System.StringSplitOptions.RemoveEmptyEntries) '(New [Char]() {"-"})
- Dim CR_Name_Staffel0_Folge1 As String()
- If CBool(InStr(CR_Name_2(0), ",")) Then
- CR_Name_Staffel0_Folge1 = CR_Name_2(0).Split(New [Char]() {System.Convert.ToChar(",")}, System.StringSplitOptions.RemoveEmptyEntries)
- CR_Anime_Staffel = CR_Name_Staffel0_Folge1(0).Trim()
- CR_Anime_Folge = CR_Name_Staffel0_Folge1(1).Trim()
- CR_Anime_Folge = System.Text.RegularExpressions.Regex.Replace(CR_Anime_Folge, "[^\w\\-]", " ")
- Else
- CR_Anime_Staffel = Nothing
- CR_Anime_Folge = CR_Name_2(0).Trim()
- CR_Anime_Folge = System.Text.RegularExpressions.Regex.Replace(CR_Anime_Folge, "[^\w\\-]", " ")
+ Me.Invoke(New Action(Function()
+ TextBox2_Text = Anime_Add.textBox2.Text
+ Return Nothing
+ End Function))
+#Region "Name von Crunchyroll"
+ If TextBox2_Text = Nothing Or TextBox2_Text = "Name of the Anime" Then
+ 'MsgBox("True")
+ Dim Bug_Deutsch As String = "-"
+ If CBool(InStr(WebbrowserTitle, "Anschauen auf Crunchyroll")) Then
+ Bug_Deutsch = ":"
End If
+ Dim CR_Name_by_Titel_2 As String() = WebbrowserTitle.Split(New String() {Bug_Deutsch}, System.StringSplitOptions.RemoveEmptyEntries)
+ CR_FilenName = CR_Name_by_Titel_2(0).Trim() '+ " " + CR_Name_by_Script2(0).Trim
+
+ If CBool(InStr(WebbrowserText, "")) Then ' false on movie true on series
+ Dim CR_Name_1 As String() = WebbrowserText.Split(New String() {""}, System.StringSplitOptions.RemoveEmptyEntries)
+ Dim CR_Name_2 As String() = CR_Name_1(1).Split(New String() {"
"}, System.StringSplitOptions.RemoveEmptyEntries) '(New [Char]() {"-"})
+ Dim CR_Name_Staffel0_Folge1 As String()
+ If CBool(InStr(CR_Name_2(0), ",")) Then
+ CR_Name_Staffel0_Folge1 = CR_Name_2(0).Split(New [Char]() {System.Convert.ToChar(",")}, System.StringSplitOptions.RemoveEmptyEntries)
+ CR_Anime_Staffel = CR_Name_Staffel0_Folge1(0).Trim()
+ CR_Anime_Folge = CR_Name_Staffel0_Folge1(1).Trim()
+ CR_Anime_Folge = System.Text.RegularExpressions.Regex.Replace(CR_Anime_Folge, "[^\w\\-]", " ")
+ Else
+ CR_Anime_Staffel = Nothing
+ CR_Anime_Folge = CR_Name_2(0).Trim()
+ CR_Anime_Folge = System.Text.RegularExpressions.Regex.Replace(CR_Anime_Folge, "[^\w\\-]", " ")
+ End If
+
+
+ Dim CR_Name_4 As String() = CR_Name_1(0).Split(New String() {"class=" + Chr(34) + "text-link" + Chr(34) + ">"}, System.StringSplitOptions.RemoveEmptyEntries) '(New [Char]() {"-"})
+ Dim CR_Name_Anime0 As String() = CR_Name_4(CR_Name_4.Length - 1).Split(New String() {""}, System.StringSplitOptions.RemoveEmptyEntries)
+ CR_Name_Anime0(0) = System.Text.RegularExpressions.Regex.Replace(CR_Name_Anime0(0), "[^\w\\-]", " ")
+ CR_Anime_Titel = CR_Name_Anime0(0).Trim
+ If CR_Anime_Staffel = Nothing Then
+ CR_FilenName = CR_Anime_Titel + " " + CR_Anime_Folge
+ Else
+ CR_FilenName = CR_Anime_Titel + " " + CR_Anime_Staffel + " " + CR_Anime_Folge
+ End If
+
+ CR_FilenName_Backup = RemoveExtraSpaces(CR_FilenName)
- Dim CR_Name_4 As String() = CR_Name_1(0).Split(New String() {"class=" + Chr(34) + "text-link" + Chr(34) + ">"}, System.StringSplitOptions.RemoveEmptyEntries) '(New [Char]() {"-"})
- Dim CR_Name_Anime0 As String() = CR_Name_4(CR_Name_4.Length - 1).Split(New String() {""}, System.StringSplitOptions.RemoveEmptyEntries)
- CR_Name_Anime0(0) = System.Text.RegularExpressions.Regex.Replace(CR_Name_Anime0(0), "[^\w\\-]", " ")
- CR_Anime_Titel = CR_Name_Anime0(0).Trim
- If CR_Anime_Staffel = Nothing Then
- CR_FilenName = CR_Anime_Titel + " " + CR_Anime_Folge
- Else
- CR_FilenName = CR_Anime_Titel + " " + CR_Anime_Staffel + " " + CR_Anime_Folge
End If
+#End Region
- CR_FilenName_Backup = RemoveExtraSpaces(CR_FilenName)
+ Else
Me.Invoke(New Action(Function()
If Anime_Add.ComboBox2.Text = SubFolder_automatic Then
- If SubFolder = 2 Then
- SubfolderValue = CR_Anime_Titel + "\" + CR_Anime_Staffel + "\"
- ElseIf SubFolder = 1 Then
- SubfolderValue = CR_Anime_Titel + "\"
- End If
+ MsgBox(SubFolder_automatic + " is not working with a costum name", MsgBoxStyle.Information)
ElseIf Anime_Add.ComboBox2.Text = SubFolder_Nothing Then
Else
SubfolderValue = Anime_Add.ComboBox2.Text + "\"
End If
Return Nothing
End Function))
+ 'MsgBox(TextBox2_Text)
+ CR_FilenName = RemoveExtraSpaces(System.Text.RegularExpressions.Regex.Replace(TextBox2_Text, "[^\w\\-]", " "))
+ CR_FilenName_Backup = CR_FilenName
End If
+ Me.Invoke(New Action(Function()
+ If Anime_Add.ComboBox2.Text = SubFolder_automatic Then
+ If SubFolder = 2 Then
+ SubfolderValue = CR_Anime_Titel + "\" + CR_Anime_Staffel + "\"
+ ElseIf SubFolder = 1 Then
+ SubfolderValue = CR_Anime_Titel + "\"
+ End If
+ ElseIf Anime_Add.ComboBox2.Text = SubFolder_Nothing Then
+ Else
+ SubfolderValue = Anime_Add.ComboBox2.Text + "\"
+ End If
+ Return Nothing
+ End Function))
+ 'MsgBox(CR_FilenName)
CR_FilenName = System.Text.RegularExpressions.Regex.Replace(CR_FilenName, "[^\w\\-]", " ")
CR_FilenName = RemoveExtraSpaces(CR_FilenName)
If SubfolderValue = Nothing Then
@@ -849,18 +868,6 @@ Public Class Main
CR_URI_Master = s(1).Replace("\/", "/")
'MsgBox(CR_URI_Master)
End If
-
- 'Dim CR_URI_Master_Split2 As String() = CR_URI_Master_Split1(i).Split(New [Char]() {Chr(34)})
- 'If CBool(InStr(CR_URI_Master_Split2(0), "master.m3u8")) Then 'If CBool(InStr(CR_URI_Master_Split2(0), "master.m3u8")) Then
- ' CR_URI_Master = CR_URI_Master_Split2(0).Replace("\/", "/")
- ' ii = i
-
- ' Exit For
- 'ElseIf CBool(InStr(CR_URI_Master_Split2(0), "index.m3u8")) Then
- ' 'MsgBox("Premnium Episode")
- ' Throw New System.Exception("Premnium Episode")
- ' Exit For
- 'End If
Next
If CBool(InStr(CR_URI_Master, "master.m3u8")) Then
Me.Invoke(New Action(Function()
@@ -966,6 +973,8 @@ Public Class Main
Dim ResoHTMLDisplay As String = Nothing
If ResoBackString = Nothing Then
ResoHTMLDisplay = Resu.ToString + "p"
+ ElseIf DialogTaskString = "Language" Then
+ ResoHTMLDisplay = Resu.ToString + "p"
Else
Dim ResoHTML As String() = ResoBackString.Split(New String() {"x"}, System.StringSplitOptions.RemoveEmptyEntries)
If ResoHTML.Count > 1 Then
@@ -975,43 +984,33 @@ Public Class Main
ResoHTMLDisplay = ResoHTML(0) + "p"
End If
End If
- Dim L2Name As String = CR_Anime_Staffel + " " + CR_Anime_Folge
+ Dim L2Name As String = CR_FilenName_Backup
If Resu = 42 Then
ResoHTMLDisplay = "[Auto]"
End If
- If CR_Anime_Staffel = Nothing Then
- L2Name = CR_Anime_Folge
- End If
Pfad_DL = Pfad2
+ Dim L1Name_Split As String() = WebbrowserURL.Split(New String() {"/"}, System.StringSplitOptions.RemoveEmptyEntries)
+ Dim L1Name As String = L1Name_Split(1).Replace("www.", "")
Me.Invoke(New Action(Function()
- ListAdd(Pfad_DL, CR_Anime_Titel, L2Name, ResoHTMLDisplay, Subsprache3, SubValuesToDisplay(), thumbnail3, URL_DL)
+ ListAdd(Pfad_DL, L1Name, L2Name, ResoHTMLDisplay, Subsprache3, SubValuesToDisplay(), thumbnail3, URL_DL)
Return Nothing
End Function))
- ' liList.Add(My.Resources.htmlvorThumbnail + thumbnail3 + My.Resources.htmlnachTumbnail + CR_Anime_Titel + "
" + CR_Anime_Staffel + " " + CR_Anime_Folge + My.Resources.htmlvorAufloesung + ResoHTMLDisplay + My.Resources.htmlvorSoftSubs + vbNewLine + SubValuesToDisplay() + My.Resources.htmlvorHardSubs + Subsprache3 + My.Resources.htmlnachHardSubs + "")
#End Region
- 'MsgBox(liList(0))
-
- ' URL_DL = Chr(34) + GetPage(CR_URI_Master) + Chr(34) + " -map 0:a " + "-map " + FFMPEG_Back(1)
- 'MsgBox(URL_DL)
-
AsyncWorkerX.RunAsync(AddressOf DownloadFFMPEG, URL_DL, Pfad_DL, Pfad_DL)
- 'GeckoWebBrowser1.LoadHtml(My.Resources.htmlTop + vbNewLine + liList.Last + vbNewLine + My.Resources.ulEnd + My.Resources.htmlEnd)
Grapp_RDY = True
Me.Invoke(New Action(Function()
Anime_Add.StatusLabel.Text = "Status: idle"
Return Nothing
End Function))
- ' ManageWorker(URL_DL, Pfad_DL, CR_FilenName)()
Catch ex As Exception
-
Me.Invoke(New Action(Function()
Anime_Add.StatusLabel.Text = "Status: idle"
Return Nothing
End Function))
Grapp_RDY = True
- 'MsgBox(ex.ToString)
+
If CBool(InStr(ex.ToString, "Could not find the sub language")) Then
MsgBox(Sub_language_NotFound + SubSprache)
ElseIf CBool(InStr(ex.ToString, "RESOLUTION Not Found")) Then
@@ -1023,15 +1022,12 @@ Public Class Main
ElseIf CBool(InStr(ex.ToString, Chr(34) + "UserAbort" + Chr(34))) Then
MsgBox(ex.ToString, MsgBoxStyle.Information)
Else
- ' MsgBox(ex.ToString, MsgBoxStyle.Information)
-
If MessageBox.Show(Error_unknown, "Error!", MessageBoxButtons.YesNo) = DialogResult.Yes Then
+ Dim CCC As String() = WebbrowserText.Split(New String() {My.Resources.CC_String}, System.StringSplitOptions.RemoveEmptyEntries)
+ Dim CCC1 As String() = CCC(1).Split(New String() {".gif" + Chr(34)}, System.StringSplitOptions.RemoveEmptyEntries)
- Dim CCC As String() = WebbrowserText.Split(New String() {Chr(34) + "country_code" + Chr(34) + ":" + Chr(34)}, System.StringSplitOptions.RemoveEmptyEntries)
- Dim CCC1 As String() = CCC(1).Split(New String() {Chr(34) + "});"}, System.StringSplitOptions.RemoveEmptyEntries)
- 'MsgBox(CCC1(0))
Dim SaveString As String = "Operating System: " + My.Computer.Info.OSFullName + vbNewLine + vbNewLine + "Crunchyroll URL: " + WebbrowserURL + vbNewLine + vbNewLine + "subtitle language: " + SubSprache + vbNewLine + vbNewLine + "video resolution: " + Resu.ToString + vbNewLine + vbNewLine + "error message: " + ex.ToString + vbNewLine + ex.StackTrace.ToString + vbNewLine + vbNewLine + "softsubs enabled?: " + SoftSubs.ToString + vbNewLine + vbNewLine + "Crunchyroll Downloader Version: " + Application.ProductVersion + vbNewLine + vbNewLine + "detected location from Crunchyroll: " + CCC1(0)
- 'MsgBox(SaveString)
+
File.WriteAllText("Error " + DateTime.Now.ToString("dd.MM.yyyy HH.mm") + ".txt", SaveString)
Dim Request As HttpWebRequest = CType(WebRequest.Create("https://docs.google.com/forms/d/e/1FAIpQLSdR1QI19Lh-c-XO_iXNkDwsTUZhCMEu84boQkgW5AOBUxyiyA/formResponse"), HttpWebRequest)
Request.Method = "POST"
@@ -1051,10 +1047,10 @@ Public Class Main
Response.Close()
Dim Version_Check As String() = ServerResponse.Split(New String() {"
"}, System.StringSplitOptions.RemoveEmptyEntries)
Dim Version_Check2 As String() = Version_Check(1).Split(New String() {"
"}, System.StringSplitOptions.RemoveEmptyEntries)
- If Application.ProductVersion = Version_Check2(0) Then
- Else
- MsgBox("A newer version is available: v" + Version_Check2(0))
- End If
+ 'If Application.ProductVersion = Version_Check2(0) Then
+ 'Else
+ ' MsgBox("A newer version is available: v" + Version_Check2(0))
+ 'End If
End If
End If
@@ -1062,21 +1058,24 @@ Public Class Main
End Sub
Public Sub RemoveFinishedTask()
- Dim FinishedTask As Integer = 0
- For i As Integer = 0 To PR_List.Count - 1
- If PR_List.Item(i).HasExited = True Then
- FinishedTask = FinishedTask + 1
- End If
- Next
- For ii As Integer = 0 To FinishedTask
+ Try
+ Dim FinishedTask As Integer = 0
For i As Integer = 0 To PR_List.Count - 1
If PR_List.Item(i).HasExited = True Then
- PR_List.Remove(PR_List.Item(i))
- Exit For
+ FinishedTask = FinishedTask + 1
End If
Next
- Next
+ For ii As Integer = 0 To FinishedTask
+ For i As Integer = 0 To PR_List.Count - 1
+ If PR_List.Item(i).HasExited = True Then
+ PR_List.Remove(PR_List.Item(i))
+ Exit For
+ End If
+ Next
+ Next
+ Catch ex As Exception
+ End Try
End Sub
Private Function DownloadFFMPEG(ByVal DL_URL As String, ByVal DL_Pfad As String, ByVal Filename As String) As String
diff --git a/Crunchyroll Downloader/My Project/AssemblyInfo.vb b/Crunchyroll Downloader/My Project/AssemblyInfo.vb
index 4987279..33e1c6a 100644
--- a/Crunchyroll Downloader/My Project/AssemblyInfo.vb
+++ b/Crunchyroll Downloader/My Project/AssemblyInfo.vb
@@ -33,5 +33,5 @@ Imports System.Runtime.InteropServices
'
-
+
diff --git a/Crunchyroll Downloader/My Project/Resources.Designer.vb b/Crunchyroll Downloader/My Project/Resources.Designer.vb
index 22971bf..129a33d 100644
--- a/Crunchyroll Downloader/My Project/Resources.Designer.vb
+++ b/Crunchyroll Downloader/My Project/Resources.Designer.vb
@@ -148,6 +148,15 @@ Namespace My.Resources
End Get
End Property
+ '''
+ ''' Sucht eine lokalisierte Zeichenfolge, die <img id="footer_country_flag" src="https://www.crunchyroll.com/i/country_flags/ ähnelt.
+ '''
+ Friend ReadOnly Property CC_String() As String
+ Get
+ Return ResourceManager.GetString("CC_String", resourceCulture)
+ End Get
+ End Property
+
'''
''' Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
'''
diff --git a/Crunchyroll Downloader/My Project/Resources.resx b/Crunchyroll Downloader/My Project/Resources.resx
index 12ba452..e601b29 100644
--- a/Crunchyroll Downloader/My Project/Resources.resx
+++ b/Crunchyroll Downloader/My Project/Resources.resx
@@ -342,4 +342,7 @@
"format":"adaptive_hls",
+
+ <img id="footer_country_flag" src="https://www.crunchyroll.com/i/country_flags/
+
\ No newline at end of file
diff --git a/Crunchyroll Downloader/bin/x86/Debug/Crunchyroll Downloader.exe b/Crunchyroll Downloader/bin/x86/Debug/Crunchyroll Downloader.exe
index 3990e51..3e4334c 100644
Binary files a/Crunchyroll Downloader/bin/x86/Debug/Crunchyroll Downloader.exe and b/Crunchyroll Downloader/bin/x86/Debug/Crunchyroll Downloader.exe differ
diff --git a/Crunchyroll Downloader/bin/x86/Debug/Crunchyroll Downloader.pdb b/Crunchyroll Downloader/bin/x86/Debug/Crunchyroll Downloader.pdb
index f636b10..5797cfb 100644
Binary files a/Crunchyroll Downloader/bin/x86/Debug/Crunchyroll Downloader.pdb and b/Crunchyroll Downloader/bin/x86/Debug/Crunchyroll Downloader.pdb differ
diff --git a/Crunchyroll Downloader/bin/x86/Debug/Crunchyroll Downloader.xml b/Crunchyroll Downloader/bin/x86/Debug/Crunchyroll Downloader.xml
index 21cc19a..459cbde 100644
--- a/Crunchyroll Downloader/bin/x86/Debug/Crunchyroll Downloader.xml
+++ b/Crunchyroll Downloader/bin/x86/Debug/Crunchyroll Downloader.xml
@@ -67,6 +67,11 @@ Crunchyroll Downloader
Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
+
+
+ Sucht eine lokalisierte Zeichenfolge, die <img id="footer_country_flag" src="https://www.crunchyroll.com/i/country_flags/ ähnelt.
+
+
Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
diff --git a/Crunchyroll Downloader/bin/x86/Debug/Dev-build-51-19-Crunchyroll-Downloader-v3.x.zip b/Crunchyroll Downloader/bin/x86/Debug/[Pre-Release]-Crunchyroll-Downloader-v3.1.zip
similarity index 99%
rename from Crunchyroll Downloader/bin/x86/Debug/Dev-build-51-19-Crunchyroll-Downloader-v3.x.zip
rename to Crunchyroll Downloader/bin/x86/Debug/[Pre-Release]-Crunchyroll-Downloader-v3.1.zip
index 5e77109..247a93b 100644
Binary files a/Crunchyroll Downloader/bin/x86/Debug/Dev-build-51-19-Crunchyroll-Downloader-v3.x.zip and b/Crunchyroll Downloader/bin/x86/Debug/[Pre-Release]-Crunchyroll-Downloader-v3.1.zip differ
diff --git a/Crunchyroll Downloader/obj/x86/Debug/Crunchyroll Downloader.exe b/Crunchyroll Downloader/obj/x86/Debug/Crunchyroll Downloader.exe
index 3990e51..3e4334c 100644
Binary files a/Crunchyroll Downloader/obj/x86/Debug/Crunchyroll Downloader.exe and b/Crunchyroll Downloader/obj/x86/Debug/Crunchyroll Downloader.exe differ
diff --git a/Crunchyroll Downloader/obj/x86/Debug/Crunchyroll Downloader.pdb b/Crunchyroll Downloader/obj/x86/Debug/Crunchyroll Downloader.pdb
index f636b10..5797cfb 100644
Binary files a/Crunchyroll Downloader/obj/x86/Debug/Crunchyroll Downloader.pdb and b/Crunchyroll Downloader/obj/x86/Debug/Crunchyroll Downloader.pdb differ
diff --git a/Crunchyroll Downloader/obj/x86/Debug/Crunchyroll Downloader.vbproj.GenerateResource.cache b/Crunchyroll Downloader/obj/x86/Debug/Crunchyroll Downloader.vbproj.GenerateResource.cache
index ec51f40..2f6ec2b 100644
Binary files a/Crunchyroll Downloader/obj/x86/Debug/Crunchyroll Downloader.vbproj.GenerateResource.cache and b/Crunchyroll Downloader/obj/x86/Debug/Crunchyroll Downloader.vbproj.GenerateResource.cache differ
diff --git a/Crunchyroll Downloader/obj/x86/Debug/Crunchyroll Downloader.xml b/Crunchyroll Downloader/obj/x86/Debug/Crunchyroll Downloader.xml
index 21cc19a..459cbde 100644
--- a/Crunchyroll Downloader/obj/x86/Debug/Crunchyroll Downloader.xml
+++ b/Crunchyroll Downloader/obj/x86/Debug/Crunchyroll Downloader.xml
@@ -67,6 +67,11 @@ Crunchyroll Downloader
Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
+
+
+ Sucht eine lokalisierte Zeichenfolge, die <img id="footer_country_flag" src="https://www.crunchyroll.com/i/country_flags/ ähnelt.
+
+
Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
diff --git a/Crunchyroll Downloader/obj/x86/Debug/Crunchyroll_Downloader.Resources.resources b/Crunchyroll Downloader/obj/x86/Debug/Crunchyroll_Downloader.Resources.resources
index d331941..3708bf8 100644
Binary files a/Crunchyroll Downloader/obj/x86/Debug/Crunchyroll_Downloader.Resources.resources and b/Crunchyroll Downloader/obj/x86/Debug/Crunchyroll_Downloader.Resources.resources differ
diff --git a/Crunchyroll Downloader/obj/x86/Debug/TempPE/My Project.Resources.Designer.vb.dll b/Crunchyroll Downloader/obj/x86/Debug/TempPE/My Project.Resources.Designer.vb.dll
index 0bb171a..02a6ce4 100644
Binary files a/Crunchyroll Downloader/obj/x86/Debug/TempPE/My Project.Resources.Designer.vb.dll and b/Crunchyroll Downloader/obj/x86/Debug/TempPE/My Project.Resources.Designer.vb.dll differ