mirror of
https://github.com/hama3254/Crunchyroll-Downloader-v3.0.git
synced 2024-12-24 23:21:49 +01:00
bug fixes
-fix queue list -fix webinterface html (no funimation videos displayed)
This commit is contained in:
parent
d004c7c50f
commit
1bb3c31d56
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -180,8 +180,8 @@ Public Class Anime_Add
|
|||||||
End Sub
|
End Sub
|
||||||
|
|
||||||
Private Sub PictureBox3_Click(sender As Object, e As EventArgs) Handles pictureBox3.Click
|
Private Sub PictureBox3_Click(sender As Object, e As EventArgs) Handles pictureBox3.Click
|
||||||
If ListBox1.Items.Count > 0 Then
|
|
||||||
Main.ListBoxList.Clear()
|
Main.ListBoxList.Clear()
|
||||||
|
If ListBox1.Items.Count > 0 Then
|
||||||
For i As Integer = 0 To ListBox1.Items.Count - 1
|
For i As Integer = 0 To ListBox1.Items.Count - 1
|
||||||
Main.ListBoxList.Add(ListBox1.Items.Item(i))
|
Main.ListBoxList.Add(ListBox1.Items.Item(i))
|
||||||
Next
|
Next
|
||||||
|
@ -1801,6 +1801,7 @@ Public Class Main
|
|||||||
ListItemAdd(Pfad_DL, L1Name, L2Name, ResoHTMLDisplay, Subsprache3, SubValuesToDisplay(), thumbnail4, URL_DL, Pfad_DL)
|
ListItemAdd(Pfad_DL, L1Name, L2Name, ResoHTMLDisplay, Subsprache3, SubValuesToDisplay(), thumbnail4, URL_DL, Pfad_DL)
|
||||||
Return Nothing
|
Return Nothing
|
||||||
End Function))
|
End Function))
|
||||||
|
|
||||||
#End Region
|
#End Region
|
||||||
'AsyncWorkerX.RunAsync(AddressOf DownloadFFMPEG, URL_DL, Pfad_DL, Pfad_DL)
|
'AsyncWorkerX.RunAsync(AddressOf DownloadFFMPEG, URL_DL, Pfad_DL, Pfad_DL)
|
||||||
Grapp_non_cr_RDY = True
|
Grapp_non_cr_RDY = True
|
||||||
@ -2145,6 +2146,8 @@ Public Class Main
|
|||||||
ListItemAdd(Pfad_DL, L1Name, DefaultName, ResoHTMLDisplay, "Unknown", SubValuesToDisplay(), thumbnail3, Funimation_m3u8_final, Chr(34) + DownloadPfad + Chr(34))
|
ListItemAdd(Pfad_DL, L1Name, DefaultName, ResoHTMLDisplay, "Unknown", SubValuesToDisplay(), thumbnail3, Funimation_m3u8_final, Chr(34) + DownloadPfad + Chr(34))
|
||||||
Return Nothing
|
Return Nothing
|
||||||
End Function))
|
End Function))
|
||||||
|
liList.Add(My.Resources.htmlvorThumbnail + thumbnail3 + My.Resources.htmlnachTumbnail + FunimationTitle + " <br> " + FunimationSeason + " " + FunimationEpisode + My.Resources.htmlvorAufloesung + ResoHTMLDisplay + My.Resources.htmlvorSoftSubs + vbNewLine + SubValuesToDisplay() + My.Resources.htmlvorHardSubs + "null" + My.Resources.htmlnachHardSubs + "<!-- " + DefaultName + "-->")
|
||||||
|
|
||||||
#End Region
|
#End Region
|
||||||
|
|
||||||
Catch ex As Exception
|
Catch ex As Exception
|
||||||
@ -2333,7 +2336,7 @@ Public Class Main
|
|||||||
|
|
||||||
Dim html() As String = htmlReq.Split(New String() {"FunimationHTML="}, System.StringSplitOptions.RemoveEmptyEntries)
|
Dim html() As String = htmlReq.Split(New String() {"FunimationHTML="}, System.StringSplitOptions.RemoveEmptyEntries)
|
||||||
Dim DecodedHTML As String = UrlDecode(html(1))
|
Dim DecodedHTML As String = UrlDecode(html(1))
|
||||||
My.Computer.FileSystem.WriteAllText(Application.StartupPath + "/log.txt", DecodedHTML, True)
|
'My.Computer.FileSystem.WriteAllText(Application.StartupPath + "/log.txt", DecodedHTML, True)
|
||||||
Dim URLSplit() As String = DecodedHTML.Split(New String() {"FunimationURL="}, System.StringSplitOptions.RemoveEmptyEntries)
|
Dim URLSplit() As String = DecodedHTML.Split(New String() {"FunimationURL="}, System.StringSplitOptions.RemoveEmptyEntries)
|
||||||
WebbrowserURL = URLSplit(1)
|
WebbrowserURL = URLSplit(1)
|
||||||
Dim BodySplit() As String = DecodedHTML.Split(New String() {"<body"}, System.StringSplitOptions.RemoveEmptyEntries)
|
Dim BodySplit() As String = DecodedHTML.Split(New String() {"<body"}, System.StringSplitOptions.RemoveEmptyEntries)
|
||||||
@ -2479,6 +2482,14 @@ Public Class Main
|
|||||||
End If
|
End If
|
||||||
End Function
|
End Function
|
||||||
|
|
||||||
|
Private Sub Main_MouseDoubleClick(sender As Object, e As MouseEventArgs) Handles Me.MouseDoubleClick
|
||||||
|
'Try
|
||||||
|
' For i As Integer = 0 To ListBoxList.Count - 1
|
||||||
|
' MsgBox(ListBoxList.Item(i))
|
||||||
|
' Next
|
||||||
|
'Catch ex As Exception
|
||||||
|
' MsgBox(ex.ToString)
|
||||||
|
'End Try
|
||||||
|
End Sub
|
||||||
#End Region
|
#End Region
|
||||||
|
|
||||||
End Class
|
End Class
|
@ -110,24 +110,6 @@ Namespace My.Resources
|
|||||||
End Get
|
End Get
|
||||||
End Property
|
End Property
|
||||||
|
|
||||||
'''<summary>
|
|
||||||
''' Sucht eine lokalisierte Zeichenfolge, die "type":"midroll" ähnelt.
|
|
||||||
'''</summary>
|
|
||||||
Friend ReadOnly Property ads_midroll() As String
|
|
||||||
Get
|
|
||||||
Return ResourceManager.GetString("ads_midroll", resourceCulture)
|
|
||||||
End Get
|
|
||||||
End Property
|
|
||||||
|
|
||||||
'''<summary>
|
|
||||||
''' Sucht eine lokalisierte Zeichenfolge, die {"type":"preroll","offset":0}, ähnelt.
|
|
||||||
'''</summary>
|
|
||||||
Friend ReadOnly Property ads_preroll() As String
|
|
||||||
Get
|
|
||||||
Return ResourceManager.GetString("ads_preroll", resourceCulture)
|
|
||||||
End Get
|
|
||||||
End Property
|
|
||||||
|
|
||||||
'''<summary>
|
'''<summary>
|
||||||
''' Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
|
''' Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
|
||||||
'''</summary>
|
'''</summary>
|
||||||
|
Binary file not shown.
Binary file not shown.
@ -47,16 +47,6 @@ Crunchyroll Downloader
|
|||||||
Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
|
Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
|
||||||
</summary>
|
</summary>
|
||||||
</member>
|
</member>
|
||||||
<member name="P:Crunchyroll_Downloader.My.Resources.Resources.ads_midroll">
|
|
||||||
<summary>
|
|
||||||
Sucht eine lokalisierte Zeichenfolge, die "type":"midroll" ähnelt.
|
|
||||||
</summary>
|
|
||||||
</member>
|
|
||||||
<member name="P:Crunchyroll_Downloader.My.Resources.Resources.ads_preroll">
|
|
||||||
<summary>
|
|
||||||
Sucht eine lokalisierte Zeichenfolge, die {"type":"preroll","offset":0}, ähnelt.
|
|
||||||
</summary>
|
|
||||||
</member>
|
|
||||||
<member name="P:Crunchyroll_Downloader.My.Resources.Resources.backgroud">
|
<member name="P:Crunchyroll_Downloader.My.Resources.Resources.backgroud">
|
||||||
<summary>
|
<summary>
|
||||||
Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
|
Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
|
||||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -47,16 +47,6 @@ Crunchyroll Downloader
|
|||||||
Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
|
Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
|
||||||
</summary>
|
</summary>
|
||||||
</member>
|
</member>
|
||||||
<member name="P:Crunchyroll_Downloader.My.Resources.Resources.ads_midroll">
|
|
||||||
<summary>
|
|
||||||
Sucht eine lokalisierte Zeichenfolge, die "type":"midroll" ähnelt.
|
|
||||||
</summary>
|
|
||||||
</member>
|
|
||||||
<member name="P:Crunchyroll_Downloader.My.Resources.Resources.ads_preroll">
|
|
||||||
<summary>
|
|
||||||
Sucht eine lokalisierte Zeichenfolge, die {"type":"preroll","offset":0}, ähnelt.
|
|
||||||
</summary>
|
|
||||||
</member>
|
|
||||||
<member name="P:Crunchyroll_Downloader.My.Resources.Resources.backgroud">
|
<member name="P:Crunchyroll_Downloader.My.Resources.Resources.backgroud">
|
||||||
<summary>
|
<summary>
|
||||||
Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
|
Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
|
||||||
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user