mirror of
https://github.com/hama3254/Crunchyroll-Downloader-v3.0.git
synced 2024-11-14 12:15:07 +01:00
small changes
-navigation bar update event changed -"enter" button replaced with "copy" button
This commit is contained in:
parent
679ad417f6
commit
0f90a528d1
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2
Crunchyroll Downloader/GeckoFX.Designer.vb
generated
2
Crunchyroll Downloader/GeckoFX.Designer.vb
generated
@ -51,7 +51,7 @@ Partial Class GeckoFX
|
|||||||
Me.Button1.Name = "Button1"
|
Me.Button1.Name = "Button1"
|
||||||
Me.Button1.Size = New System.Drawing.Size(96, 26)
|
Me.Button1.Size = New System.Drawing.Size(96, 26)
|
||||||
Me.Button1.TabIndex = 2
|
Me.Button1.TabIndex = 2
|
||||||
Me.Button1.Text = "Enter"
|
Me.Button1.Text = "Copy URL"
|
||||||
Me.Button1.UseVisualStyleBackColor = True
|
Me.Button1.UseVisualStyleBackColor = True
|
||||||
'
|
'
|
||||||
'GeckoFX
|
'GeckoFX
|
||||||
|
@ -9,10 +9,7 @@ Public Class GeckoFX
|
|||||||
Public c As Boolean = True
|
Public c As Boolean = True
|
||||||
Dim t As Thread
|
Dim t As Thread
|
||||||
Private Sub GeckoWebBrowser1_DocumentCompleted(sender As Object, e As EventArgs) Handles WebBrowser1.DocumentCompleted
|
Private Sub GeckoWebBrowser1_DocumentCompleted(sender As Object, e As EventArgs) Handles WebBrowser1.DocumentCompleted
|
||||||
Try
|
|
||||||
TextBox1.Text = WebBrowser1.Url.ToString
|
|
||||||
Catch ex As Exception
|
|
||||||
End Try
|
|
||||||
'My.Computer.Clipboard.SetText(WebBrowser1.Document.Body.InnerHtml)
|
'My.Computer.Clipboard.SetText(WebBrowser1.Document.Body.InnerHtml)
|
||||||
'Try
|
'Try
|
||||||
' Dim ads_add As String = My.Resources.ads_preroll
|
' Dim ads_add As String = My.Resources.ads_preroll
|
||||||
@ -119,49 +116,18 @@ Public Class GeckoFX
|
|||||||
|
|
||||||
ElseIf CBool(InStr(WebBrowser1.Document.Body.OuterHtml, "season-dropdown content-menu block")) Then
|
ElseIf CBool(InStr(WebBrowser1.Document.Body.OuterHtml, "season-dropdown content-menu block")) Then
|
||||||
Main.b = True
|
Main.b = True
|
||||||
'MsgBox("1")
|
Anime_Add.textBox2.Text = "Name of the Anime"
|
||||||
If CBool(InStr(WebBrowser1.Document.Body.OuterHtml, Chr(34) + "premium_status" + Chr(34) + ":" + Chr(34) + "premium" + Chr(34))) Then
|
|
||||||
Main.WebbrowserURL = WebBrowser1.Url.ToString
|
Main.WebbrowserURL = WebBrowser1.Url.ToString
|
||||||
Main.WebbrowserText = WebBrowser1.Document.Body.OuterHtml
|
Main.WebbrowserText = WebBrowser1.Document.Body.OuterHtml
|
||||||
Main.WebbrowserTitle = WebBrowser1.DocumentTitle
|
Main.WebbrowserTitle = WebBrowser1.DocumentTitle
|
||||||
Main.SeasonDropdownGrapp()
|
Main.SeasonDropdownGrapp()
|
||||||
Else 'If CBool(InStr(WebBrowser1.Document.Body.OuterHtml, Chr(34) + "premium_status" + Chr(34) + ":" + Chr(34) + "free_trial" + Chr(34))) Then
|
|
||||||
Main.WebbrowserURL = WebBrowser1.Url.ToString
|
|
||||||
Main.WebbrowserText = WebBrowser1.Document.Body.OuterHtml
|
|
||||||
Main.WebbrowserTitle = WebBrowser1.DocumentTitle
|
|
||||||
Main.SeasonDropdownGrapp()
|
|
||||||
' ElseIf CBool(InStr(WebBrowser1.Document.Body.OuterHtml, Chr(34) + "premium_status" + Chr(34) + ":" + Chr(34) + "free_trial" + Chr(34))) Then
|
|
||||||
'Main.SeasonDropdownGrapp()
|
|
||||||
'Else
|
|
||||||
'MsgBox(Main.CR_Premium_Failed, MsgBoxStyle.Information)
|
|
||||||
' Anime_Add.groupBox1.Visible = True
|
|
||||||
' Anime_Add.groupBox2.Visible = False
|
|
||||||
' Anime_Add.GroupBox3.Visible = False
|
|
||||||
' Anime_Add.pictureBox4.Image = My.Resources.main_button_download_default
|
|
||||||
End If
|
|
||||||
ElseIf CBool(InStr(WebBrowser1.Document.Body.OuterHtml, "wrapper container-shadow hover-classes")) Then
|
ElseIf CBool(InStr(WebBrowser1.Document.Body.OuterHtml, "wrapper container-shadow hover-classes")) Then
|
||||||
Main.b = True
|
Main.b = True
|
||||||
'MsgBox("1")
|
Anime_Add.textBox2.Text = "Name of the Anime"
|
||||||
If CBool(InStr(WebBrowser1.Document.Body.OuterHtml, Chr(34) + "premium_status" + Chr(34) + ":" + Chr(34) + "premium" + Chr(34))) Then
|
|
||||||
Main.WebbrowserURL = WebBrowser1.Url.ToString
|
Main.WebbrowserURL = WebBrowser1.Url.ToString
|
||||||
Main.WebbrowserText = WebBrowser1.Document.Body.OuterHtml
|
Main.WebbrowserText = WebBrowser1.Document.Body.OuterHtml
|
||||||
Main.WebbrowserTitle = WebBrowser1.DocumentTitle
|
Main.WebbrowserTitle = WebBrowser1.DocumentTitle
|
||||||
Main.MassGrapp()
|
Main.MassGrapp()
|
||||||
Else 'If CBool(InStr(WebBrowser1.Document.Body.OuterHtml, Chr(34) + "premium_status" + Chr(34) + ":" + Chr(34) + "free_trial" + Chr(34))) Then
|
|
||||||
Main.WebbrowserURL = WebBrowser1.Url.ToString
|
|
||||||
Main.WebbrowserText = WebBrowser1.Document.Body.OuterHtml
|
|
||||||
Main.WebbrowserTitle = WebBrowser1.DocumentTitle
|
|
||||||
Main.MassGrapp()
|
|
||||||
'ElseIf CBool(InStr(WebBrowser1.Document.Body.OuterHtml, Chr(34) + "premium_status" + Chr(34) + ":" + Chr(34) + "free_trial" + Chr(34))) Then
|
|
||||||
'Main.MassGrapp()
|
|
||||||
'Else
|
|
||||||
' 'MsgBox(Main.CR_Premium_Failed, MsgBoxStyle.Information)
|
|
||||||
' Anime_Add.groupBox1.Visible = True
|
|
||||||
' Anime_Add.groupBox2.Visible = False
|
|
||||||
' Anime_Add.GroupBox3.Visible = False
|
|
||||||
' Anime_Add.pictureBox4.Image = My.Resources.main_button_download_default
|
|
||||||
|
|
||||||
End If
|
|
||||||
Else
|
Else
|
||||||
MsgBox(Main.No_Stream, MsgBoxStyle.OkOnly)
|
MsgBox(Main.No_Stream, MsgBoxStyle.OkOnly)
|
||||||
End If
|
End If
|
||||||
@ -236,13 +202,11 @@ Public Class GeckoFX
|
|||||||
|
|
||||||
Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click
|
Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click
|
||||||
Try
|
Try
|
||||||
|
My.Computer.Clipboard.SetText(WebBrowser1.Url.ToString)
|
||||||
|
MsgBox("copied: " + Chr(34) + WebBrowser1.Url.ToString + Chr(34))
|
||||||
Catch ex As Exception
|
Catch ex As Exception
|
||||||
End Try
|
End Try
|
||||||
|
|
||||||
End Sub
|
|
||||||
Private Sub TextBox1_TextChanged(sender As Object, e As EventArgs) Handles TextBox1.TextChanged
|
|
||||||
|
|
||||||
End Sub
|
End Sub
|
||||||
|
|
||||||
Private Sub TextBox1_KeyPress(sender As Object, e As KeyPressEventArgs) Handles TextBox1.KeyPress
|
Private Sub TextBox1_KeyPress(sender As Object, e As KeyPressEventArgs) Handles TextBox1.KeyPress
|
||||||
@ -251,8 +215,14 @@ Public Class GeckoFX
|
|||||||
WebBrowser1.Navigate(TextBox1.Text)
|
WebBrowser1.Navigate(TextBox1.Text)
|
||||||
End If
|
End If
|
||||||
Catch ex As Exception
|
Catch ex As Exception
|
||||||
|
MsgBox("Error in URL", MsgBoxStyle.Critical)
|
||||||
End Try
|
End Try
|
||||||
|
End Sub
|
||||||
|
|
||||||
|
Private Sub WebBrowser1_DocumentTitleChanged(sender As Object, e As EventArgs) Handles WebBrowser1.DocumentTitleChanged
|
||||||
|
Try
|
||||||
|
TextBox1.Text = WebBrowser1.Url.ToString
|
||||||
|
Catch ex As Exception
|
||||||
|
End Try
|
||||||
End Sub
|
End Sub
|
||||||
End Class
|
End Class
|
@ -33,5 +33,5 @@ Imports System.Runtime.InteropServices
|
|||||||
' <Assembly: AssemblyVersion("1.0.*")>
|
' <Assembly: AssemblyVersion("1.0.*")>
|
||||||
|
|
||||||
<Assembly: AssemblyVersion("3.0.1")>
|
<Assembly: AssemblyVersion("3.0.1")>
|
||||||
<Assembly: AssemblyFileVersion("3.0.3")>
|
<Assembly: AssemblyFileVersion("3.0.4")>
|
||||||
<Assembly: NeutralResourcesLanguage("")>
|
<Assembly: NeutralResourcesLanguage("")>
|
||||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user