mirror of
https://github.com/hama3254/Crunchyroll-Downloader-v3.0.git
synced 2024-12-23 22:51:48 +01:00
parent
b7b333bc27
commit
4bcf638141
1
.gitignore
vendored
1
.gitignore
vendored
@ -14,3 +14,4 @@ Crunchyroll Downloader/bin/x64/Debug/ffmpeg.exe
|
||||
Crunchyroll Downloader/bin/x64/Crunchyroll-Downloader-Chromium/ffmpeg.exe
|
||||
packages/
|
||||
Crunchyroll Downloader/bin/x64/Crunchyroll-Downloader-Chromium-release/
|
||||
Crunchyroll Downloader/bin/x64/Debug - Kopie/WebInterface/inject_funimation.js
|
||||
|
@ -5,6 +5,11 @@
|
||||
"ProjectGuid": "9b604819-2db7-4be1-ba43-43babebb5ec3",
|
||||
"DisplayName": "Crunchyroll Downloader",
|
||||
"ColorIndex": 0
|
||||
},
|
||||
"a2fe74e1-b743-11d0-ae1a-00a0c90fffc3": {
|
||||
"ProjectGuid": "a2fe74e1-b743-11d0-ae1a-00a0c90fffc3",
|
||||
"DisplayName": "Sonstige Dateien",
|
||||
"ColorIndex": -1
|
||||
}
|
||||
},
|
||||
"NextColorIndex": 1
|
||||
|
Binary file not shown.
@ -147,6 +147,7 @@ Public Class Anime_Add
|
||||
ComboBox2.Items.AddRange(Result.ToArray)
|
||||
ComboBox2.SelectedItem = SubFolder_Value
|
||||
Catch ex As Exception
|
||||
|
||||
End Try
|
||||
End Sub
|
||||
|
||||
|
@ -8,11 +8,11 @@
|
||||
<probing privatePath="lib" />
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="CefSharp" publicKeyToken="40c4b6fc221f4138" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-93.1.140.0" newVersion="93.1.140.0" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-98.1.210.0" newVersion="98.1.210.0" />
|
||||
</dependentAssembly>
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="CefSharp.Core" publicKeyToken="40c4b6fc221f4138" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-93.1.140.0" newVersion="93.1.140.0" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-98.1.210.0" newVersion="98.1.210.0" />
|
||||
</dependentAssembly>
|
||||
</assemblyBinding>
|
||||
<AppContextSwitchOverrides value="Switch.System.IO.UseLegacyPathHandling=false" />
|
||||
|
@ -114,9 +114,9 @@ Public Class CefSharp_Browser
|
||||
Debug_Mode.Show()
|
||||
Debug_Mode.Location = New Point(Me.Location.X + Me.Width - 15, Me.Location.Y)
|
||||
End If
|
||||
|
||||
'MsgBox(WebBrowser1.Address)
|
||||
If WebBrowser1.Address = "about:blank" Or WebBrowser1.Address = Nothing Then
|
||||
|
||||
TextBox1.Text = Main.Startseite
|
||||
WebBrowser1.Load(Main.Startseite)
|
||||
|
||||
End If
|
||||
|
@ -1,5 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<Import Project="..\packages\CefSharp.Common.98.1.210\build\CefSharp.Common.props" Condition="Exists('..\packages\CefSharp.Common.98.1.210\build\CefSharp.Common.props')" />
|
||||
<Import Project="..\packages\cef.redist.x86.98.1.21\build\cef.redist.x86.props" Condition="Exists('..\packages\cef.redist.x86.98.1.21\build\cef.redist.x86.props')" />
|
||||
<Import Project="..\packages\cef.redist.x64.98.1.21\build\cef.redist.x64.props" Condition="Exists('..\packages\cef.redist.x64.98.1.21\build\cef.redist.x64.props')" />
|
||||
<Import Project="..\packages\CefSharp.Common.93.1.140\build\CefSharp.Common.props" Condition="Exists('..\packages\CefSharp.Common.93.1.140\build\CefSharp.Common.props')" />
|
||||
@ -109,14 +110,14 @@
|
||||
<SpecificVersion>False</SpecificVersion>
|
||||
<HintPath>..\..\..\CEFRequestHandler\CEFRequestHandler\bin\x64\Debug\CEFRequestHandler.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="CefSharp, Version=93.1.140.0, Culture=neutral, PublicKeyToken=40c4b6fc221f4138, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\CefSharp.Common.93.1.140\lib\net452\CefSharp.dll</HintPath>
|
||||
<Reference Include="CefSharp, Version=98.1.210.0, Culture=neutral, PublicKeyToken=40c4b6fc221f4138, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\CefSharp.Common.98.1.210\lib\net452\CefSharp.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="CefSharp.Core, Version=93.1.140.0, Culture=neutral, PublicKeyToken=40c4b6fc221f4138, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\CefSharp.Common.93.1.140\lib\net452\CefSharp.Core.dll</HintPath>
|
||||
<Reference Include="CefSharp.Core, Version=98.1.210.0, Culture=neutral, PublicKeyToken=40c4b6fc221f4138, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\CefSharp.Common.98.1.210\lib\net452\CefSharp.Core.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="CefSharp.WinForms, Version=93.1.140.0, Culture=neutral, PublicKeyToken=40c4b6fc221f4138, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\CefSharp.WinForms.93.1.140\lib\net452\CefSharp.WinForms.dll</HintPath>
|
||||
<Reference Include="CefSharp.WinForms, Version=98.1.210.0, Culture=neutral, PublicKeyToken=40c4b6fc221f4138, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\CefSharp.WinForms.98.1.210\lib\net462\CefSharp.WinForms.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="MetroFramework, Version=1.4.0.0, Culture=neutral, PublicKeyToken=5f91a84759bf584a, processorArchitecture=MSIL">
|
||||
<SpecificVersion>False</SpecificVersion>
|
||||
@ -425,6 +426,9 @@
|
||||
<Error Condition="!Exists('..\packages\CefSharp.Common.93.1.140\build\CefSharp.Common.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\CefSharp.Common.93.1.140\build\CefSharp.Common.targets'))" />
|
||||
<Error Condition="!Exists('..\packages\cef.redist.x64.98.1.21\build\cef.redist.x64.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\cef.redist.x64.98.1.21\build\cef.redist.x64.props'))" />
|
||||
<Error Condition="!Exists('..\packages\cef.redist.x86.98.1.21\build\cef.redist.x86.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\cef.redist.x86.98.1.21\build\cef.redist.x86.props'))" />
|
||||
<Error Condition="!Exists('..\packages\CefSharp.Common.98.1.210\build\CefSharp.Common.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\CefSharp.Common.98.1.210\build\CefSharp.Common.props'))" />
|
||||
<Error Condition="!Exists('..\packages\CefSharp.Common.98.1.210\build\CefSharp.Common.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\CefSharp.Common.98.1.210\build\CefSharp.Common.targets'))" />
|
||||
</Target>
|
||||
<Import Project="..\packages\CefSharp.Common.93.1.140\build\CefSharp.Common.targets" Condition="Exists('..\packages\CefSharp.Common.93.1.140\build\CefSharp.Common.targets')" />
|
||||
<Import Project="..\packages\CefSharp.Common.98.1.210\build\CefSharp.Common.targets" Condition="Exists('..\packages\CefSharp.Common.98.1.210\build\CefSharp.Common.targets')" />
|
||||
</Project>
|
@ -381,7 +381,7 @@ Public Class Main
|
||||
'settings.CefCommandLineArgs("autoplay-policy") = "no-user-gesture-required"
|
||||
settings.LogFile = Path.Combine(Application.StartupPath, "lib", "browser.log")
|
||||
'Initialize Cef with the provided settings
|
||||
Cef.Initialize(settings)
|
||||
Cef.Initialize(settings) ', performDependencyCheck:=True, browserProcessHandler:=Nothing)
|
||||
|
||||
|
||||
Try
|
||||
@ -1918,7 +1918,11 @@ Public Class Main
|
||||
MsgBox("No download stream avalible", MsgBoxStyle.Critical)
|
||||
Exit Sub
|
||||
End If
|
||||
'My.Computer.Clipboard.SetText(VideoJson)
|
||||
'Me.Invoke(New Action(Function() As Object
|
||||
' My.Computer.Clipboard.SetText(VideoJson)
|
||||
' Return Nothing
|
||||
' End Function))
|
||||
|
||||
'MsgBox(SubSprache)
|
||||
Dim LangNew As String = ConvertCC(SubSprache)
|
||||
#End Region
|
||||
@ -1929,7 +1933,7 @@ Public Class Main
|
||||
If CBool(InStr(VideoJson, Chr(34) + "locale" + Chr(34) + ":" + Chr(34) + ConvertCC(SoftSubs(i)) + Chr(34) + "," + Chr(34) + "url" + Chr(34) + ":" + Chr(34))) Then
|
||||
SoftSubs2.Add(SoftSubs(i))
|
||||
Else
|
||||
'MsgBox("Softsubtitle for " + SoftSubs(i) + " is not avalible.", MsgBoxStyle.Information)
|
||||
MsgBox("Softsubtitle for " + SoftSubs(i) + " is not avalible.", MsgBoxStyle.Information)
|
||||
End If
|
||||
Next
|
||||
End If
|
||||
@ -2117,9 +2121,8 @@ Public Class Main
|
||||
Dim ffmpeg_url_3 As String() = Nothing
|
||||
Dim ffmpeg_url_2 As String() = ffmpeg_url_1(1).Split(New [Char]() {Chr(34)})
|
||||
ffmpeg_url_3 = ffmpeg_url_2(2).Split(New [Char]() {System.Convert.ToChar("#")})
|
||||
Debug.WriteLine(CR_audio_locale)
|
||||
Debug.WriteLine("Line 2120-CR_audio_locale: " + CR_audio_locale)
|
||||
If MergeSubs = True Then
|
||||
Debug.WriteLine(ConvertCC(CR_audio_locale))
|
||||
URL_DL = "-i " + Chr(34) + ffmpeg_url_3(0).Trim() + Chr(34) + SoftSubMergeURLs + SoftSubMergeMaps + " " + ffmpeg_command + " -c:s " + MergeSubsFormat + SoftSubMergeMetatata + " -metadata:s:a:0 language=" + CCtoMP4CC(CR_audio_locale)
|
||||
'URL_DL = "-i " + Chr(34) + ffmpeg_url_3(0).Trim() + Chr(34) + " -metadata:s:a:0 language=" + CCtoMP4CC(CR_audio_locale) + " " + ffmpeg_command
|
||||
Else
|
||||
@ -2210,6 +2213,8 @@ Public Class Main
|
||||
Return "pt-BR"
|
||||
ElseIf CC = "esLA" Then
|
||||
Return "es-LA"
|
||||
ElseIf CC = "es-419" Then
|
||||
Return "es-419"
|
||||
ElseIf CC = "frFR" Then
|
||||
Return "fr-FR"
|
||||
ElseIf CC = "arME" Then
|
||||
|
Binary file not shown.
Binary file not shown.
@ -504,6 +504,14 @@ threads, your application will hang. See the documentation for Cef.Shutdown() fo
|
||||
<param name="cefSettings">CefSharp configuration settings.</param>
|
||||
<returns>true if successful; otherwise, false.</returns>
|
||||
</member>
|
||||
<member name="M:CefSharp.Core.Cef.ParseUrl(System.String)">
|
||||
<summary>
|
||||
Parse the specified url into its component parts.
|
||||
Uses a GURL to parse the Url. GURL is Google's URL parsing library.
|
||||
</summary>
|
||||
<param name="url">url</param>
|
||||
<returns>Returns null if the URL is empty or invalid.</returns>
|
||||
</member>
|
||||
<member name="P:CefSharp.Core.Cef.CefCommitHash">
|
||||
<summary>
|
||||
Gets a value that indicates the Git Hash for CEF version currently being used.
|
||||
@ -684,11 +692,6 @@ command-line switch.
|
||||
<summary>
|
||||
The locale string that will be passed to WebKit. If empty the default locale of "en-US" will be used. Also configurable using
|
||||
the "lang" command-line switch.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:CefSharp.Core.CefSettingsBase.IgnoreCertificateErrors">
|
||||
<summary>
|
||||
Set to true in order to completely ignore SSL certificate errors. This is NOT recommended.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:CefSharp.Core.CefSettingsBase.UserDataPath">
|
||||
@ -963,12 +966,6 @@ for a windowless (WPF/OffScreen) browser then transparent painting will be enabl
|
||||
Controls whether WebGL can be used. Note that WebGL requires hardware
|
||||
support and may not work on all systems even when enabled. Also
|
||||
configurable using the "disable-webgl" command-line switch.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:CefSharp.Core.BrowserSettings.ApplicationCache">
|
||||
<summary>
|
||||
Controls whether the application cache can be used. Also configurable using
|
||||
the "disable-application-cache" command-line switch.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:CefSharp.Core.BrowserSettings.Databases">
|
||||
@ -1007,18 +1004,6 @@ switch.
|
||||
Controls whether image URLs will be loaded from the network. A cached image
|
||||
will still be rendered if requested. Also configurable using the
|
||||
"disable-image-loading" command-line switch.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:CefSharp.Core.BrowserSettings.FileAccessFromFileUrls">
|
||||
<summary>
|
||||
Controls whether file URLs will have access to other file URLs. Also
|
||||
configurable using the "allow-access-from-files" command-line switch.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:CefSharp.Core.BrowserSettings.UniversalAccessFromFileUrls">
|
||||
<summary>
|
||||
Controls whether file URLs will have access to all URLs. Also configurable
|
||||
using the "allow-universal-access-from-files" command-line switch.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:CefSharp.Core.BrowserSettings.Plugins">
|
||||
@ -1349,15 +1334,6 @@ executed on the CEF UI thread, so can be called directly.
|
||||
When CefSettings.MultiThreadedMessageLoop == false (the default is true) then the main
|
||||
application thread will be the CEF UI thread.</remarks>
|
||||
</member>
|
||||
<member name="M:CefSharp.Core.RequestContext.PurgePluginListCache(System.Boolean)">
|
||||
<summary>
|
||||
Tells all renderer processes associated with this context to throw away
|
||||
their plugin list cache. If reloadPages is true they will also reload
|
||||
all pages with plugins. RequestContextHandler.OnBeforePluginLoad may
|
||||
be called to rebuild the plugin list cache.
|
||||
</summary>
|
||||
<param name="reloadPages">reload any pages with pluginst</param>
|
||||
</member>
|
||||
<member name="P:CefSharp.Core.RequestContext.CachePath">
|
||||
<summary>
|
||||
Returns the cache path for this object. If empty an "incognito mode"
|
||||
@ -1462,16 +1438,6 @@ Specifying a CookieableSchemesList value and setting
|
||||
CookieableSchemesExcludeDefaults to true will disable all loading
|
||||
and saving of cookies for this manager. This value will be ignored if
|
||||
<see cref="P:CefSharp.Core.RequestContextSettings.CachePath" /> matches the <see cref="!:CefSettingsBase.CachePath" /> value.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:CefSharp.Core.RequestContextSettings.IgnoreCertificateErrors">
|
||||
<summary>
|
||||
Set to true to ignore errors related to invalid SSL certificates.
|
||||
Enabling this setting can lead to potential security vulnerabilities like
|
||||
"man in the middle" attacks. Applications that load content from the
|
||||
internet should not enable this setting. Can be set globally using the
|
||||
CefSettings.IgnoreCertificateErrors value. This value will be ignored if
|
||||
CachePath matches the CefSettings.cache_path value.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:CefSharp.Core.RequestContextSettings.AcceptLanguageList">
|
||||
|
Binary file not shown.
Binary file not shown.
@ -61,12 +61,6 @@
|
||||
<member name="P:CefSharp.BrowserSettings.Plugins">
|
||||
<inheritdoc/>
|
||||
</member>
|
||||
<member name="P:CefSharp.BrowserSettings.UniversalAccessFromFileUrls">
|
||||
<inheritdoc/>
|
||||
</member>
|
||||
<member name="P:CefSharp.BrowserSettings.FileAccessFromFileUrls">
|
||||
<inheritdoc/>
|
||||
</member>
|
||||
<member name="P:CefSharp.BrowserSettings.ImageLoading">
|
||||
<inheritdoc/>
|
||||
</member>
|
||||
@ -85,9 +79,6 @@
|
||||
<member name="P:CefSharp.BrowserSettings.Databases">
|
||||
<inheritdoc/>
|
||||
</member>
|
||||
<member name="P:CefSharp.BrowserSettings.ApplicationCache">
|
||||
<inheritdoc/>
|
||||
</member>
|
||||
<member name="P:CefSharp.BrowserSettings.WebGl">
|
||||
<inheritdoc/>
|
||||
</member>
|
||||
@ -208,6 +199,14 @@
|
||||
</summary>
|
||||
<value>The Git Commit Hash</value>
|
||||
</member>
|
||||
<member name="M:CefSharp.Cef.ParseUrl(System.String)">
|
||||
<summary>
|
||||
Parse the specified url into its component parts.
|
||||
Uses a GURL to parse the Url. GURL is Google's URL parsing library.
|
||||
</summary>
|
||||
<param name="url">url</param>
|
||||
<returns>Returns null if the URL is empty or invalid.</returns>
|
||||
</member>
|
||||
<member name="M:CefSharp.Cef.Initialize(CefSharp.CefSettingsBase)">
|
||||
<summary>
|
||||
Initializes CefSharp with user-provided settings.
|
||||
@ -253,6 +252,23 @@
|
||||
<param name="cefApp">Implement this interface to provide handler implementations. Null if you don't wish to handle these events</param>
|
||||
<returns>true if successful; otherwise, false.</returns>
|
||||
</member>
|
||||
<member name="M:CefSharp.Cef.InitializeAsync(CefSharp.CefSettingsBase,System.Boolean,CefSharp.IBrowserProcessHandler)">
|
||||
<summary>
|
||||
Initializes CefSharp with user-provided settings. This method allows you to wait for
|
||||
<see cref="M:CefSharp.IBrowserProcessHandler.OnContextInitialized"/> to be called before continuing.
|
||||
It's important to note that Initialize and Shutdown <strong>MUST</strong> be called on your main
|
||||
application thread (typically the UI thread). If you call them on different
|
||||
threads, your application will hang. See the documentation for Cef.Shutdown() for more details.
|
||||
</summary>
|
||||
<param name="settings">CefSharp configuration settings.</param>
|
||||
<param name="performDependencyCheck">Check that all relevant dependencies available, throws exception if any are missing</param>
|
||||
<param name="browserProcessHandler">The handler for functionality specific to the browser process. Null if you don't wish to handle these events</param>
|
||||
<returns>returns a Task that can be awaited. true if successful; otherwise, false. If false check the log file for possible errors</returns>
|
||||
<remarks>
|
||||
If successful then the Task will be completed successfully when <see cref="M:CefSharp.IBrowserProcessHandler.OnContextInitialized"/> is called.
|
||||
If successful then the continuation will happen syncrionously on the CEF UI thread.
|
||||
</remarks>
|
||||
</member>
|
||||
<member name="M:CefSharp.Cef.RunMessageLoop">
|
||||
<summary>
|
||||
Run the CEF message loop. Use this function instead of an application-
|
||||
@ -599,6 +615,11 @@
|
||||
The unmanaged resource will be freed after <see cref="M:CefSharp.Cef.Initialize(CefSharp.CefSettingsBase)"/> (or one of the overloads) is called.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:CefSharp.CefSettingsBase.IsDisposed">
|
||||
<summary>
|
||||
Gets a value indicating if the CefSettings has been disposed.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:CefSharp.CefSettingsBase.CefCustomSchemes">
|
||||
<summary>
|
||||
Add Customs schemes to this collection.
|
||||
@ -1121,6 +1142,75 @@
|
||||
Avoids having to P/Invoke as we can call the C++ API directly.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:CefSharp.Core.ObjectFactory">
|
||||
<summary>
|
||||
Create instances of Public Api classes, <see cref="T:CefSharp.IBrowserSettings"/>,
|
||||
<see cref="T:CefSharp.IWindowInfo"/> etc.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:CefSharp.Core.ObjectFactory.CreateBrowserSettings(System.Boolean)">
|
||||
<summary>
|
||||
Create a new instance of <see cref="T:CefSharp.IBrowserSettings"/>
|
||||
</summary>
|
||||
<param name="autoDispose">Dispose of browser setings after it has been used to create a browser</param>
|
||||
<returns>returns new instance of <see cref="T:CefSharp.IBrowserSettings"/></returns>
|
||||
</member>
|
||||
<member name="M:CefSharp.Core.ObjectFactory.CreateWindowInfo">
|
||||
<summary>
|
||||
Create a new instance of <see cref="T:CefSharp.IWindowInfo"/>
|
||||
</summary>
|
||||
<returns>returns new instance of <see cref="T:CefSharp.IWindowInfo"/></returns>
|
||||
</member>
|
||||
<member name="M:CefSharp.Core.ObjectFactory.CreatePostData">
|
||||
<summary>
|
||||
Create a new instance of <see cref="T:CefSharp.IPostData"/>
|
||||
</summary>
|
||||
<returns>returns new instance of <see cref="T:CefSharp.IPostData"/></returns>
|
||||
</member>
|
||||
<member name="M:CefSharp.Core.ObjectFactory.CreatePostDataElement">
|
||||
<summary>
|
||||
Create a new instance of <see cref="T:CefSharp.IPostDataElement"/>
|
||||
</summary>
|
||||
<returns>returns new instance of <see cref="T:CefSharp.IPostDataElement"/></returns>
|
||||
</member>
|
||||
<member name="M:CefSharp.Core.ObjectFactory.CreateRequest">
|
||||
<summary>
|
||||
Create a new instance of <see cref="T:CefSharp.IRequest"/>
|
||||
</summary>
|
||||
<returns>returns new instance of <see cref="T:CefSharp.IRequest"/></returns>
|
||||
</member>
|
||||
<member name="M:CefSharp.Core.ObjectFactory.CreateUrlRequest(CefSharp.IRequest,CefSharp.IUrlRequestClient)">
|
||||
<summary>
|
||||
Create a new instance of <see cref="T:CefSharp.IUrlRequest"/>
|
||||
</summary>
|
||||
<param name="request">request</param>
|
||||
<param name="urlRequestClient">url request client</param>
|
||||
<returns>returns new instance of <see cref="T:CefSharp.IUrlRequest"/></returns>
|
||||
</member>
|
||||
<member name="M:CefSharp.Core.ObjectFactory.CreateUrlRequest(CefSharp.IRequest,CefSharp.IUrlRequestClient,CefSharp.IRequestContext)">
|
||||
<summary>
|
||||
Create a new instance of <see cref="T:CefSharp.IUrlRequest"/>
|
||||
</summary>
|
||||
<param name="request">request</param>
|
||||
<param name="urlRequestClient">url request client</param>
|
||||
<param name="requestContext">request context</param>
|
||||
<returns>returns new instance of <see cref="T:CefSharp.IUrlRequest"/></returns>
|
||||
</member>
|
||||
<member name="M:CefSharp.Core.ObjectFactory.CreateDragData">
|
||||
<summary>
|
||||
Create a new instance of <see cref="T:CefSharp.IDragData"/>
|
||||
</summary>
|
||||
<returns>returns new instance of <see cref="T:CefSharp.IDragData"/></returns>
|
||||
</member>
|
||||
<member name="M:CefSharp.Core.ObjectFactory.ConfigureRequestContext">
|
||||
<summary>
|
||||
Create a new <see cref="T:CefSharp.RequestContextBuilder"/> which can be used to
|
||||
create a new <see cref="T:CefSharp.IRequestContext"/> in a fluent flashion.
|
||||
Call <see cref="M:CefSharp.RequestContextBuilder.Create"/> to create the actual
|
||||
<see cref="T:CefSharp.IRequestContext"/> instance
|
||||
</summary>
|
||||
<returns>RequestContextBuilder</returns>
|
||||
</member>
|
||||
<member name="T:CefSharp.PostData">
|
||||
<inheritdoc/>
|
||||
</member>
|
||||
@ -1201,75 +1291,6 @@
|
||||
</summary>
|
||||
<returns>PostDataElement</returns>
|
||||
</member>
|
||||
<member name="T:CefSharp.Core.ObjectFactory">
|
||||
<summary>
|
||||
Create instances of Public Api classes, <see cref="T:CefSharp.IBrowserSettings"/>,
|
||||
<see cref="T:CefSharp.IWindowInfo"/> etc.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:CefSharp.Core.ObjectFactory.CreateBrowserSettings(System.Boolean)">
|
||||
<summary>
|
||||
Create a new instance of <see cref="T:CefSharp.IBrowserSettings"/>
|
||||
</summary>
|
||||
<param name="autoDispose">Dispose of browser setings after it has been used to create a browser</param>
|
||||
<returns>returns new instance of <see cref="T:CefSharp.IBrowserSettings"/></returns>
|
||||
</member>
|
||||
<member name="M:CefSharp.Core.ObjectFactory.CreateWindowInfo">
|
||||
<summary>
|
||||
Create a new instance of <see cref="T:CefSharp.IWindowInfo"/>
|
||||
</summary>
|
||||
<returns>returns new instance of <see cref="T:CefSharp.IWindowInfo"/></returns>
|
||||
</member>
|
||||
<member name="M:CefSharp.Core.ObjectFactory.CreatePostData">
|
||||
<summary>
|
||||
Create a new instance of <see cref="T:CefSharp.IPostData"/>
|
||||
</summary>
|
||||
<returns>returns new instance of <see cref="T:CefSharp.IPostData"/></returns>
|
||||
</member>
|
||||
<member name="M:CefSharp.Core.ObjectFactory.CreatePostDataElement">
|
||||
<summary>
|
||||
Create a new instance of <see cref="T:CefSharp.IPostDataElement"/>
|
||||
</summary>
|
||||
<returns>returns new instance of <see cref="T:CefSharp.IPostDataElement"/></returns>
|
||||
</member>
|
||||
<member name="M:CefSharp.Core.ObjectFactory.CreateRequest">
|
||||
<summary>
|
||||
Create a new instance of <see cref="T:CefSharp.IRequest"/>
|
||||
</summary>
|
||||
<returns>returns new instance of <see cref="T:CefSharp.IRequest"/></returns>
|
||||
</member>
|
||||
<member name="M:CefSharp.Core.ObjectFactory.CreateUrlRequest(CefSharp.IRequest,CefSharp.IUrlRequestClient)">
|
||||
<summary>
|
||||
Create a new instance of <see cref="T:CefSharp.IUrlRequest"/>
|
||||
</summary>
|
||||
<param name="request">request</param>
|
||||
<param name="urlRequestClient">url request client</param>
|
||||
<returns>returns new instance of <see cref="T:CefSharp.IUrlRequest"/></returns>
|
||||
</member>
|
||||
<member name="M:CefSharp.Core.ObjectFactory.CreateUrlRequest(CefSharp.IRequest,CefSharp.IUrlRequestClient,CefSharp.IRequestContext)">
|
||||
<summary>
|
||||
Create a new instance of <see cref="T:CefSharp.IUrlRequest"/>
|
||||
</summary>
|
||||
<param name="request">request</param>
|
||||
<param name="urlRequestClient">url request client</param>
|
||||
<param name="requestContext">request context</param>
|
||||
<returns>returns new instance of <see cref="T:CefSharp.IUrlRequest"/></returns>
|
||||
</member>
|
||||
<member name="M:CefSharp.Core.ObjectFactory.CreateDragData">
|
||||
<summary>
|
||||
Create a new instance of <see cref="T:CefSharp.IDragData"/>
|
||||
</summary>
|
||||
<returns>returns new instance of <see cref="T:CefSharp.IDragData"/></returns>
|
||||
</member>
|
||||
<member name="M:CefSharp.Core.ObjectFactory.ConfigureRequestContext">
|
||||
<summary>
|
||||
Create a new <see cref="T:CefSharp.RequestContextBuilder"/> which can be used to
|
||||
create a new <see cref="T:CefSharp.IRequestContext"/> in a fluent flashion.
|
||||
Call <see cref="M:CefSharp.RequestContextBuilder.Create"/> to create the actual
|
||||
<see cref="T:CefSharp.IRequestContext"/> instance
|
||||
</summary>
|
||||
<returns>RequestContextBuilder</returns>
|
||||
</member>
|
||||
<member name="T:CefSharp.Request">
|
||||
<inheritdoc/>
|
||||
</member>
|
||||
@ -1389,9 +1410,6 @@
|
||||
<member name="M:CefSharp.RequestContext.ClearSchemeHandlerFactories">
|
||||
<inheritdoc/>
|
||||
</member>
|
||||
<member name="M:CefSharp.RequestContext.PurgePluginListCache(System.Boolean)">
|
||||
<inheritdoc/>
|
||||
</member>
|
||||
<member name="M:CefSharp.RequestContext.HasPreference(System.String)">
|
||||
<inheritdoc/>
|
||||
</member>
|
||||
@ -1586,16 +1604,6 @@
|
||||
ignored if CachePath matches the CefSettings.CachePath value.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:CefSharp.RequestContextSettings.IgnoreCertificateErrors">
|
||||
<summary>
|
||||
Set to true to ignore errors related to invalid SSL certificates.
|
||||
Enabling this setting can lead to potential security vulnerabilities like
|
||||
"man in the middle" attacks. Applications that load content from the
|
||||
internet should not enable this setting. Can be set globally using the
|
||||
CefSettings.IgnoreCertificateErrors value. This value will be ignored if
|
||||
CachePath matches the CefSettings.cache_path value.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:CefSharp.RequestContextSettings.CookieableSchemesList">
|
||||
<summary>
|
||||
Comma delimited list of schemes supported by the associated
|
||||
@ -1685,7 +1693,7 @@
|
||||
Extended WebBrowserExtensions
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:CefSharp.WebBrowserExtensionsEx.GetVisibleNavigationEntryAsync(CefSharp.IWebBrowser)">
|
||||
<member name="M:CefSharp.WebBrowserExtensionsEx.GetVisibleNavigationEntryAsync(CefSharp.IChromiumWebBrowserBase)">
|
||||
<summary>
|
||||
Retrieve the current <see cref="T:CefSharp.NavigationEntry"/>. Contains information like
|
||||
<see cref="P:CefSharp.NavigationEntry.HttpStatusCode"/> and <see cref="P:CefSharp.NavigationEntry.SslStatus"/>
|
||||
@ -1755,6 +1763,9 @@
|
||||
<member name="M:CefSharp.WindowInfo.SetAsChild(System.IntPtr)">
|
||||
<inheritdoc/>
|
||||
</member>
|
||||
<member name="M:CefSharp.WindowInfo.SetAsChild(System.IntPtr,CefSharp.Structs.Rect)">
|
||||
<inheritdoc/>
|
||||
</member>
|
||||
<member name="M:CefSharp.WindowInfo.SetAsChild(System.IntPtr,System.Int32,System.Int32,System.Int32,System.Int32)">
|
||||
<inheritdoc/>
|
||||
</member>
|
||||
|
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
@ -1,25 +1,25 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<configuration>
|
||||
<startup>
|
||||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8"/>
|
||||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8" />
|
||||
</startup>
|
||||
<runtime>
|
||||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
<probing privatePath="lib"/>
|
||||
<probing privatePath="lib" />
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="CefSharp" publicKeyToken="40c4b6fc221f4138" culture="neutral"/>
|
||||
<bindingRedirect oldVersion="0.0.0.0-93.1.140.0" newVersion="93.1.140.0"/>
|
||||
<assemblyIdentity name="CefSharp" publicKeyToken="40c4b6fc221f4138" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-98.1.210.0" newVersion="98.1.210.0" />
|
||||
</dependentAssembly>
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="CefSharp.Core" publicKeyToken="40c4b6fc221f4138" culture="neutral"/>
|
||||
<bindingRedirect oldVersion="0.0.0.0-93.1.140.0" newVersion="93.1.140.0"/>
|
||||
<assemblyIdentity name="CefSharp.Core" publicKeyToken="40c4b6fc221f4138" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-98.1.210.0" newVersion="98.1.210.0" />
|
||||
</dependentAssembly>
|
||||
</assemblyBinding>
|
||||
<AppContextSwitchOverrides value="Switch.System.IO.UseLegacyPathHandling=false"/>
|
||||
<AppContextSwitchOverrides value="Switch.System.IO.UseLegacyPathHandling=false" />
|
||||
</runtime>
|
||||
<system.net>
|
||||
<settings>
|
||||
<httpWebRequest useUnsafeHeaderParsing="true"/>
|
||||
<httpWebRequest useUnsafeHeaderParsing="true" />
|
||||
</settings>
|
||||
</system.net>
|
||||
</configuration>
|
||||
|
Binary file not shown.
@ -1,15 +1,15 @@
|
||||
Chromium Embedded Framework (CEF) Standard Binary Distribution for Windows
|
||||
-------------------------------------------------------------------------------
|
||||
|
||||
Date: September 17, 2021
|
||||
Date: February 16, 2022
|
||||
|
||||
CEF Version: 93.1.14+gf38ce34+chromium-93.0.4577.82
|
||||
CEF Version: 98.1.21+g9782362+chromium-98.0.4758.102
|
||||
CEF URL: https://bitbucket.org/chromiumembedded/cef.git
|
||||
@f38ce3409c5cfc5dcadbf1e219ffaaf7e720b609
|
||||
@9782362fea64d6317166cb091a3afe4155f386db
|
||||
|
||||
Chromium Version: 93.0.4577.82
|
||||
Chromium Version: 98.0.4758.102
|
||||
Chromium URL: https://chromium.googlesource.com/chromium/src.git
|
||||
@f2d6656bdf16198c04b70efd1952dace3ed7dd8f
|
||||
@5fcc32e77f5fd4aeea4b58321d18b4561e95bc68
|
||||
|
||||
This distribution contains all components necessary to build and distribute an
|
||||
application using CEF on the Windows platform. Please see the LICENSING
|
||||
@ -120,18 +120,35 @@ run but any related functionality may become broken or disabled.
|
||||
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)
|
||||
* Direct3D support.
|
||||
* d3dcompiler_47.dll
|
||||
Support for GPU accelerated rendering of HTML5 content like 2D canvas, 3D CSS
|
||||
and WebGL. Without this file the aforementioned capabilities may fail when GPU
|
||||
acceleration is enabled (default in most cases). Use of this bundled version
|
||||
is recommended instead of relying on the possibly old and untested system
|
||||
installed version.
|
||||
|
||||
* ANGLE support.
|
||||
* libEGL.dll
|
||||
* libGLESv2.dll
|
||||
Without these files HTML5 accelerated content like 2D canvas, 3D CSS and WebGL
|
||||
will not function.
|
||||
Support for rendering of HTML5 content like 2D canvas, 3D CSS and WebGL.
|
||||
Without these files the aforementioned capabilities may fail.
|
||||
|
||||
* SwiftShader support.
|
||||
* SwANGLE support.
|
||||
* vk_swiftshader.dll
|
||||
* vk_swiftshader_icd.json
|
||||
* vulkan-1.dll
|
||||
Support for software rendering of HTML5 content like 2D canvas, 3D CSS and
|
||||
WebGL using SwiftShader's Vulkan library as ANGLE's Vulkan backend. Without
|
||||
these files the aforementioned capabilities may fail when GPU acceleration is
|
||||
disabled or unavailable.
|
||||
|
||||
* 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.
|
||||
Deprecated support for software rendering using SwiftShader's GL libraries.
|
||||
Used as an alternative to SwANGLE when the `--use-gl=swiftshader-webgl`
|
||||
command-line flag is specified.
|
||||
|
||||
|
||||
LICENSING
|
||||
|
@ -1,55 +0,0 @@
|
||||
<html>
|
||||
<meta charset="UTF-8">
|
||||
<head>
|
||||
|
||||
</head>
|
||||
<style>
|
||||
body {
|
||||
text-align: center;
|
||||
padding: 40px 0;
|
||||
background: #EBF0F5;
|
||||
}
|
||||
h1 {
|
||||
color: #88B04B;
|
||||
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 {
|
||||
color: #9ABC66;
|
||||
font-size: 100px;
|
||||
line-height: 200px;
|
||||
margin-left:-15px;
|
||||
}
|
||||
.card {
|
||||
background: white;
|
||||
padding: 60px;
|
||||
border-radius: 4px;
|
||||
box-shadow: 0 2px 3px #C8D0D8;
|
||||
display: inline-block;
|
||||
margin: 0 auto;
|
||||
}
|
||||
</style>
|
||||
<body>
|
||||
<div class="card">
|
||||
<div style="border-radius:200px; height:200px; width:200px; background: #F8FAF5; margin:0 auto;">
|
||||
<i class="checkmark">✓</i>
|
||||
</div>
|
||||
<h1>Success</h1>
|
||||
<p>Your Downloads have been added to the queue!</p>
|
||||
</div>
|
||||
<script>
|
||||
|
||||
setInterval(function loadXMLDoc() {
|
||||
window.close();
|
||||
}, 3000);
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
@ -1,56 +0,0 @@
|
||||
<html>
|
||||
<head>
|
||||
|
||||
<meta charset="UTF-8">
|
||||
|
||||
</head>
|
||||
<style>
|
||||
body {
|
||||
text-align: center;
|
||||
padding: 40px 0;
|
||||
background: #EBF0F5;
|
||||
}
|
||||
h1 {
|
||||
color: #88B04B;
|
||||
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 {
|
||||
color: #9ABC66;
|
||||
font-size: 100px;
|
||||
line-height: 200px;
|
||||
margin-left:-15px;
|
||||
}
|
||||
.card {
|
||||
background: white;
|
||||
padding: 60px;
|
||||
border-radius: 4px;
|
||||
box-shadow: 0 2px 3px #C8D0D8;
|
||||
display: inline-block;
|
||||
margin: 0 auto;
|
||||
}
|
||||
</style>
|
||||
<body>
|
||||
<div class="card">
|
||||
<div style="border-radius:200px; height:200px; width:200px; background: #F8FAF5; margin:0 auto;">
|
||||
<i class="checkmark">✓</i>
|
||||
</div>
|
||||
<h1>Success</h1>
|
||||
<p>Your Download was added!</p>
|
||||
</div>
|
||||
<script>
|
||||
|
||||
setInterval(function loadXMLDoc() {
|
||||
window.close();
|
||||
}, 3000);
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
Binary file not shown.
Before Width: | Height: | Size: 202 B |
Binary file not shown.
Before Width: | Height: | Size: 224 B |
@ -1,49 +0,0 @@
|
||||
<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 {
|
||||
color: #ad3f26;
|
||||
font-size: 100px;
|
||||
line-height: 200px;
|
||||
margin-left:-15px;
|
||||
}
|
||||
.card {
|
||||
background: white;
|
||||
padding: 60px;
|
||||
border-radius: 4px;
|
||||
box-shadow: 0 2px 3px #C8D0D8;
|
||||
display: inline-block;
|
||||
margin: 0 auto;
|
||||
}
|
||||
</style>
|
||||
<body>
|
||||
<div class="card">
|
||||
<div style="border-radius:200px; height:200px; width:200px; background: #f7ebeb; margin:0 auto;">
|
||||
<i class="checkmark">✘</i>
|
||||
</div>
|
||||
<h1>Failed!</h1>
|
||||
<p>System.IndexOutOfRangeException: Der Index war außerhalb des Arraybereichs.
|
||||
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 4584.</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
@ -1,49 +0,0 @@
|
||||
|
||||
<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 {
|
||||
color: #ad3f26;
|
||||
font-size: 100px;
|
||||
line-height: 200px;
|
||||
margin-left:-15px;
|
||||
}
|
||||
.card {
|
||||
background: white;
|
||||
padding: 60px;
|
||||
border-radius: 4px;
|
||||
box-shadow: 0 2px 3px #C8D0D8;
|
||||
display: inline-block;
|
||||
margin: 0 auto;
|
||||
}
|
||||
</style>
|
||||
<body>
|
||||
<div class="card">
|
||||
<div style="border-radius:200px; height:200px; width:200px; background: #f7ebeb; margin:0 auto;">
|
||||
<i class="checkmark">✘</i>
|
||||
</div>
|
||||
<h1>Failed!</h1>
|
||||
<p>Something has gone wrong here.</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Binary file not shown.
Before Width: | Height: | Size: 31 KiB |
@ -1,47 +0,0 @@
|
||||
<!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;margin-top:6px}
|
||||
.class-cc{width:36px;height:36px;display:block;margin-bottom:4px;margin-top:-6px;float: left;margin-left:-20px;}
|
||||
.imagestyle{width:156px;height:105px;display:block;margin-bottom:8px;margin-top:5px;margin-right: 10px;margin-left: 10px;float: left;}
|
||||
.spacediv{width:620px;height:175px;display:block;margin-bottom:4px}
|
||||
.ulStyle li{margin-left:12px;float:left;display:block;position:relative}
|
||||
.liOld{margin-left:12px;display:block}
|
||||
.ulStyle{margin:0 0 0 -10px;display:block;position:relative;margin-top:8px}
|
||||
.listyle{width:156px;display:block;background:#fff;padding:16px;margin-bottom:14px;position:relative;background-color:#b5b3b3}
|
||||
.progressbar{width:540px;height:20px;background:#dedede;margin-left: 170px;margin-top:8px;}
|
||||
.progressbar-value{background:#F78C25;height:20px;font-weight:bold;}
|
||||
.percenttext{float:right;text-align:right;font-size:16px;display:inline-block;margin-right:25px}
|
||||
.resotext{text-align: left;font-size:18px;margin-left:0px;font-weight:550;}
|
||||
.titel{font-size:18px;font-weight:550;display:block;margin-top:5px}
|
||||
.main_titel{font-size:18px;font-weight:550;display:block;text-align:center;margin-top:5px}
|
||||
.cc-wert{font-size:18px;font-weight:550;display:block;margin-top:-20px;margin-left:250px;text-decoration: none;color:black;}
|
||||
.liClass{margin-bottom:8px}
|
||||
</style>
|
||||
<body id="bodypage" class="main-bg" >
|
||||
<a class="main_titel">Crunchyroll Downloader</a>
|
||||
<img alt="image error" src="balken.png" class="class-balken">
|
||||
|
||||
<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>
|
@ -1,34 +0,0 @@
|
||||
var episodeCount = document.getElementsByClassName("episode").length;
|
||||
var i;
|
||||
for (i = 0; i < episodeCount; i++) {
|
||||
document.getElementsByClassName("episode")[i].setAttribute('href', "javascript:" + document.getElementsByClassName("episode")[i].href);
|
||||
document.getElementsByClassName("episode")[i].setAttribute('onclick', 'deselect(this.id)')
|
||||
//document.getElementsByClassName("episode")[i].style.background = "#f78c25";
|
||||
document.getElementsByClassName("episode")[i].setAttribute('id', makeid(8))
|
||||
//document.getElementsByClassName("episode")[i].classList.add('CRD-Selected')
|
||||
}
|
||||
|
||||
function deselect(clicked_id) {
|
||||
var seleceted = document.getElementById(clicked_id).classList.contains('CRD-Selected')
|
||||
|
||||
if (seleceted == true) {
|
||||
document.getElementById(clicked_id).classList.remove('CRD-Selected')
|
||||
document.getElementById(clicked_id).style.background = "#ffffff";
|
||||
|
||||
} else {
|
||||
document.getElementById(clicked_id).classList.add('CRD-Selected')
|
||||
document.getElementById(clicked_id).style.background = "#f78c25";
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
function makeid(length) {
|
||||
var result = '';
|
||||
var characters = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789';
|
||||
var charactersLength = characters.length;
|
||||
for (var i = 0; i < length; i++) {
|
||||
result += characters.charAt(Math.floor(Math.random() * charactersLength));
|
||||
}
|
||||
return result;
|
||||
}
|
@ -1,10 +0,0 @@
|
||||
var episodeCount = document.getElementsByClassName("c-playable-card__link").length;
|
||||
var i;
|
||||
for (i = 0; i < episodeCount; i++) {
|
||||
var old_element = document.getElementsByClassName("c-playable-card__link")[i];
|
||||
var new_element = old_element.cloneNode(true);
|
||||
old_element.parentNode.replaceChild(new_element, old_element);
|
||||
document.getElementsByClassName("c-playable-card__link")[i].setAttribute('href', "javascript:" + document.getElementsByClassName("c-playable-card__link")[i].href);
|
||||
document.getElementsByClassName("c-playable-card__link")[i].setAttribute('onclick', 'this.classList.contains("CRD-Selected")?(this.classList.remove("CRD-Selected"),this.style.background="#000000",this.style.opacity="0"):(this.classList.add("CRD-Selected"),this.style.background="#f78c25",this.style.opacity="0.5");');
|
||||
|
||||
}
|
@ -1,44 +0,0 @@
|
||||
var episodeCount = document.getElementsByClassName("fullEpisodeThumbs").length;
|
||||
var i;
|
||||
for (i = 0; i < episodeCount; i++) {
|
||||
|
||||
document.getElementsByClassName("trackVideo")[i * 3].setAttribute('href', "javascript:" + document.getElementsByClassName("trackVideo")[i * 3].href);
|
||||
document.getElementsByClassName("trackVideo")[i * 3 + 1].setAttribute('href', "javascript:" + document.getElementsByClassName("trackVideo")[i * 3 + 1].href);
|
||||
document.getElementsByClassName("trackVideo")[i * 3 + 2].setAttribute('href', "javascript:" + document.getElementsByClassName("trackVideo")[i * 3 + 2].href);
|
||||
|
||||
//document.getElementsByClassName("fullEpisodeThumbs")[i].setAttribute('href', "javascript:" + document.getElementsByClassName("trackVideo")[i].href);
|
||||
|
||||
document.getElementsByClassName("fullEpisodeThumbs")[i].setAttribute('href', document.getElementsByClassName("trackVideo")[i * 3].href);
|
||||
|
||||
document.getElementsByClassName("fullEpisodeThumbs")[i].setAttribute('onclick', 'deselect(this.id)')
|
||||
//document.getElementsByClassName("fullEpisodeThumbs")[i].style.background = "#f78c25";
|
||||
|
||||
document.getElementsByClassName("fullEpisodeThumbs")[i].setAttribute('id', makeid(8))
|
||||
|
||||
//document.getElementsByClassName("fullEpisodeThumbs")[i].classList.add('CRD-Selected')
|
||||
}
|
||||
|
||||
function deselect(clicked_id) {
|
||||
var seleceted = document.getElementById(clicked_id).classList.contains('CRD-Selected')
|
||||
|
||||
if (seleceted == true) {
|
||||
document.getElementById(clicked_id).classList.remove('CRD-Selected')
|
||||
document.getElementById(clicked_id).style.background = "#ffffff";
|
||||
|
||||
} else {
|
||||
document.getElementById(clicked_id).classList.add('CRD-Selected')
|
||||
document.getElementById(clicked_id).style.background = "#f78c25";
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
function makeid(length) {
|
||||
var result = '';
|
||||
var characters = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789';
|
||||
var charactersLength = characters.length;
|
||||
for (var i = 0; i < length; i++) {
|
||||
result += characters.charAt(Math.floor(Math.random() * charactersLength));
|
||||
}
|
||||
return result;
|
||||
}
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
@ -1,29 +0,0 @@
|
||||
// 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.
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
@ -1,144 +0,0 @@
|
||||
Chromium Embedded Framework (CEF) Standard Binary Distribution for Windows
|
||||
-------------------------------------------------------------------------------
|
||||
|
||||
Date: September 17, 2021
|
||||
|
||||
CEF Version: 93.1.14+gf38ce34+chromium-93.0.4577.82
|
||||
CEF URL: https://bitbucket.org/chromiumembedded/cef.git
|
||||
@f38ce3409c5cfc5dcadbf1e219ffaaf7e720b609
|
||||
|
||||
Chromium Version: 93.0.4577.82
|
||||
Chromium URL: https://chromium.googlesource.com/chromium/src.git
|
||||
@f2d6656bdf16198c04b70efd1952dace3ed7dd8f
|
||||
|
||||
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.
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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