mirror of
https://github.com/hama3254/Crunchyroll-Downloader-v3.0.git
synced 2024-11-11 02:35:07 +01:00
6e665140e4
- added a http webserver and made a Firefox addon to control the downloader (the server need to be activated in the settings) basic example : https://www.youtube.com/watch?v=AzgNzCrXfpo (works also for funimation) -rewritten the funimation name methods and added subfolder support -fixed issues with funimation subtitels
475 lines
25 KiB
XML
475 lines
25 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<root>
|
|
<!--
|
|
Microsoft ResX Schema
|
|
|
|
Version 2.0
|
|
|
|
The primary goals of this format is to allow a simple XML format
|
|
that is mostly human readable. The generation and parsing of the
|
|
various data types are done through the TypeConverter classes
|
|
associated with the data types.
|
|
|
|
Example:
|
|
|
|
... ado.net/XML headers & schema ...
|
|
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
|
<resheader name="version">2.0</resheader>
|
|
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
|
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
|
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
|
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
|
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
|
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
|
</data>
|
|
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
|
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
|
<comment>This is a comment</comment>
|
|
</data>
|
|
|
|
There are any number of "resheader" rows that contain simple
|
|
name/value pairs.
|
|
|
|
Each data row contains a name, and value. The row also contains a
|
|
type or mimetype. Type corresponds to a .NET class that support
|
|
text/value conversion through the TypeConverter architecture.
|
|
Classes that don't support this are serialized and stored with the
|
|
mimetype set.
|
|
|
|
The mimetype is used for serialized objects, and tells the
|
|
ResXResourceReader how to depersist the object. This is currently not
|
|
extensible. For a given mimetype the value must be set accordingly:
|
|
|
|
Note - application/x-microsoft.net.object.binary.base64 is the format
|
|
that the ResXResourceWriter will generate, however the reader can
|
|
read any of the formats listed below.
|
|
|
|
mimetype: application/x-microsoft.net.object.binary.base64
|
|
value : The object must be serialized with
|
|
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
|
: and then encoded with base64 encoding.
|
|
|
|
mimetype: application/x-microsoft.net.object.soap.base64
|
|
value : The object must be serialized with
|
|
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
|
: and then encoded with base64 encoding.
|
|
|
|
mimetype: application/x-microsoft.net.object.bytearray.base64
|
|
value : The object must be serialized into a byte array
|
|
: using a System.ComponentModel.TypeConverter
|
|
: and then encoded with base64 encoding.
|
|
-->
|
|
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
|
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
|
<xsd:element name="root" msdata:IsDataSet="true">
|
|
<xsd:complexType>
|
|
<xsd:choice maxOccurs="unbounded">
|
|
<xsd:element name="metadata">
|
|
<xsd:complexType>
|
|
<xsd:sequence>
|
|
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
|
</xsd:sequence>
|
|
<xsd:attribute name="name" use="required" type="xsd:string" />
|
|
<xsd:attribute name="type" type="xsd:string" />
|
|
<xsd:attribute name="mimetype" type="xsd:string" />
|
|
<xsd:attribute ref="xml:space" />
|
|
</xsd:complexType>
|
|
</xsd:element>
|
|
<xsd:element name="assembly">
|
|
<xsd:complexType>
|
|
<xsd:attribute name="alias" type="xsd:string" />
|
|
<xsd:attribute name="name" type="xsd:string" />
|
|
</xsd:complexType>
|
|
</xsd:element>
|
|
<xsd:element name="data">
|
|
<xsd:complexType>
|
|
<xsd:sequence>
|
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
|
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
|
</xsd:sequence>
|
|
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
|
|
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
|
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
|
<xsd:attribute ref="xml:space" />
|
|
</xsd:complexType>
|
|
</xsd:element>
|
|
<xsd:element name="resheader">
|
|
<xsd:complexType>
|
|
<xsd:sequence>
|
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
|
</xsd:sequence>
|
|
<xsd:attribute name="name" type="xsd:string" use="required" />
|
|
</xsd:complexType>
|
|
</xsd:element>
|
|
</xsd:choice>
|
|
</xsd:complexType>
|
|
</xsd:element>
|
|
</xsd:schema>
|
|
<resheader name="resmimetype">
|
|
<value>text/microsoft-resx</value>
|
|
</resheader>
|
|
<resheader name="version">
|
|
<value>2.0</value>
|
|
</resheader>
|
|
<resheader name="reader">
|
|
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
|
</resheader>
|
|
<resheader name="writer">
|
|
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
|
</resheader>
|
|
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
|
<data name="crdSettings_Button_SafeExit" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
<value>..\Resources\crdSettings_Button_SafeExit.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
</data>
|
|
<data name="htmlvorThumbnail" xml:space="preserve">
|
|
<value>
|
|
<div class="div-episode">
|
|
|
|
<img alt="image error" src="</value>
|
|
</data>
|
|
<data name="htmlTop" xml:space="preserve">
|
|
<value><!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}
|
|
.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" >
|
|
<img alt="image error" src="balken1.png" class="class-balken"></value>
|
|
</data>
|
|
<data name="main_browser" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
<value>..\Resources\main-browser.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
</data>
|
|
<data name="download_subs_hover" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
<value>..\Resources\download_subs_hover.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
</data>
|
|
<data name="crdsettings_setUScookie_button_hover" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
<value>..\Resources\crdsettings_setUScookie_button_hover.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
</data>
|
|
<data name="htmlEnd" xml:space="preserve">
|
|
<value><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></value>
|
|
</data>
|
|
<data name="add_mass_cancel_hover" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
<value>..\Resources\add_mass_cancel_hover.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
</data>
|
|
<data name="DialogNotFound_Background" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
<value>..\Resources\DialogNotFound_Background.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
</data>
|
|
<data name="icon" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
<value>..\icon.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
</data>
|
|
<data name="main_background" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
<value>..\Resources\main-background.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
</data>
|
|
<data name="main_credits_hover" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
<value>..\Resources\main_credits_hover.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
</data>
|
|
<data name="DialogNotFound_Submit" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
<value>..\Resources\DialogNotFound_Submit.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
</data>
|
|
<data name="main_settings" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
<value>..\Resources\main-settings.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
</data>
|
|
<data name="htmlnachTumbnail" xml:space="preserve">
|
|
<value>" class="imagestyle">
|
|
|
|
<div>
|
|
|
|
<span class="titel" dir="auto"></value>
|
|
</data>
|
|
<data name="Startuphtml" xml:space="preserve">
|
|
<value><!DOCTYPE html>
|
|
<html>
|
|
<title>CRD</title>
|
|
|
|
<style>
|
|
.main-bg {margin:0 0 0 -36px;background-color:#757575;}
|
|
.imagestyle{width:156px;height:88px;display:block;margin-bottom:4px} .ulStyle{margin:0 0 0 -10px;display:block;position:relative;margin-top:8px}
|
|
.ulStyle li{margin-left:12px;float:left;display:block;position:relative}
|
|
.listyle{width:156px;display:block;background:#fff;padding:16px;margin-bottom:14px;position:relative;background-color:#b5b3b3}
|
|
.progressbar{height:14px;background:#dedede;}
|
|
.progressbar-value{background:#42d1f5;height:14px;font-weight:bold;}
|
|
.percenttext{text-align: right;font-size:13px;}
|
|
.titel{font-size:13px;font-weight:600;line-height:1.5;display:block;margin-top:10px}
|
|
</style>
|
|
<body class="main-bg" onload="location.reload();">
|
|
<ul class="ulStyle">
|
|
|
|
</ul>
|
|
</body>
|
|
</html></value>
|
|
</data>
|
|
<data name="htmlvorAufloesung" xml:space="preserve">
|
|
<value></span>
|
|
|
|
<div class="progressbar">
|
|
|
|
<div class="progressbar-value" style="width: 0%"></div>
|
|
|
|
</div>
|
|
<span dir="auto" class='percenttext'>0%</span>
|
|
<div>
|
|
<br>
|
|
<span dir="auto" class="resotext"></value>
|
|
</data>
|
|
<data name="thumbnailString" xml:space="preserve">
|
|
<value>"thumbnail":{"url":"</value>
|
|
</data>
|
|
<data name="main_button_download_deactivate" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
<value>..\Resources\main_button_download-deactivate.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
</data>
|
|
<data name="main_button_download_default" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
<value>..\Resources\main_button_download_default.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
</data>
|
|
<data name="htmlvorHardSubs" xml:space="preserve">
|
|
<value>"> <img alt="image error" src="cc1.png" class="class-cc"></value>
|
|
</data>
|
|
<data name="htmlnachHardSubs" xml:space="preserve">
|
|
<value></a>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<img alt="image error" src="balken1.png" class="class-balken"></value>
|
|
</data>
|
|
<data name="main_credits_default" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
<value>..\Resources\main_credits_default.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
</data>
|
|
<data name="add_mass_running_cancel" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
<value>..\Resources\add_mass_running_cancel.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
</data>
|
|
<data name="crdSettings_Button_SafeExit_hover" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
<value>..\Resources\crdSettings_Button_SafeExit_hover.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
</data>
|
|
<data name="htmlvorSoftSubs" xml:space="preserve">
|
|
<value></span>
|
|
|
|
<a href="#" class="cc-wert" title="Softsubs:</value>
|
|
</data>
|
|
<data name="DialogNotFound_Submit_hover" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
<value>..\Resources\DialogNotFound_Submit_hover.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
</data>
|
|
<data name="download_subs" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
<value>..\Resources\download_subs.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
</data>
|
|
<data name="add_mass_cancel" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
<value>..\Resources\add_mass_cancel.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
</data>
|
|
<data name="add_mass_running_cancel_hover" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
<value>..\Resources\add_mass_running_cancel_hover.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
</data>
|
|
<data name="main_add" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
<value>..\Resources\main-add.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
</data>
|
|
<data name="main_button_download_hovert" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
<value>..\Resources\main_button_download_hovert.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
</data>
|
|
<data name="main_close" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
<value>..\Resources\main-close.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
</data>
|
|
<data name="crdSettings_Background" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
<value>..\Resources\crdSettings_Background.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
</data>
|
|
<data name="crdsettings_setUScookie_button" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
<value>..\Resources\crdsettings_setUScookie_button.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
</data>
|
|
<data name="credits_background" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
<value>..\Resources\credits-background.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
</data>
|
|
<data name="ads_midroll" xml:space="preserve">
|
|
<value>"type":"midroll"</value>
|
|
</data>
|
|
<data name="ads_preroll" xml:space="preserve">
|
|
<value>{"type":"preroll","offset":0},</value>
|
|
</data>
|
|
<data name="backgroud" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
<value>..\Resources\backgroud.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
</data>
|
|
<data name="balken" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
<value>..\Resources\balken.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
</data>
|
|
<data name="main_del" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
<value>..\Resources\main-del.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
</data>
|
|
<data name="main_del_hover" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
<value>..\Resources\main-del-hover.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
</data>
|
|
<data name="hls_endString" xml:space="preserve">
|
|
<value>","resolution":"adaptive"</value>
|
|
</data>
|
|
<data name="hls_Value" xml:space="preserve">
|
|
<value>"format":"adaptive_hls",</value>
|
|
</data>
|
|
<data name="CC_String" xml:space="preserve">
|
|
<value><img id="footer_country_flag" src="https://www.crunchyroll.com/i/country_flags/</value>
|
|
</data>
|
|
<data name="softsubs_download" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
<value>..\Resources\softsubs_download.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
</data>
|
|
<data name="softsubs_download_gray" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
<value>..\Resources\softsubs_download_gray.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
</data>
|
|
<data name="softsubs_download_hover" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
<value>..\Resources\softsubs_download_hover.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
</data>
|
|
<data name="LoginSkip" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
<value>..\Resources\LoginSkip.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
</data>
|
|
<data name="LoginSkipHover" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
<value>..\Resources\LoginSkipHover.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
</data>
|
|
<data name="LoginSuccess" xml:space="preserve">
|
|
<value>"error":false,"code":"ok"</value>
|
|
</data>
|
|
<data name="US_ToolTip" xml:space="preserve">
|
|
<value>US cookies can't be used as long you are logged in.
|
|
I delete the curremt session with the unlock, if you want to be logged in with the US cookie you need to enter you data on the left.</value>
|
|
</data>
|
|
<data name="main_pause" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
<value>..\Resources\main-pause.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
</data>
|
|
<data name="main_pause_hover" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
<value>..\Resources\main-pause-hover.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
</data>
|
|
<data name="main_pause_play" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
<value>..\Resources\main-pause-play.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
</data>
|
|
<data name="main_pause_play_hover" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
<value>..\Resources\main-pause-play-hover.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
</data>
|
|
<data name="add_background" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
<value>..\Resources\add-background.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
</data>
|
|
<data name="main_browser_hover" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
<value>..\Resources\main-browser_hover.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
</data>
|
|
<data name="main_settings_hover" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
<value>..\Resources\main-settings_hover.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
</data>
|
|
<data name="Funimation_Player_ID" xml:space="preserve">
|
|
<value>src="/player/</value>
|
|
</data>
|
|
<data name="Funimation_Split_1" xml:space="preserve">
|
|
<value><a class="trackVideo ng-binding" href="</value>
|
|
</data>
|
|
<data name="Funimation_Split_2" xml:space="preserve">
|
|
<value>"></value>
|
|
</data>
|
|
<data name="Funimation_src_string" xml:space="preserve">
|
|
<value>"src":</value>
|
|
</data>
|
|
<data name="Funimation_thumbnail" xml:space="preserve">
|
|
<value><meta property="og:image" content="</value>
|
|
</data>
|
|
<data name="Funimation_Subtitle_String" xml:space="preserve">
|
|
<value>", "kind": "subtitle", "type": "CC", "language": "en"</value>
|
|
</data>
|
|
<data name="Funimation_Subtitle_String2" xml:space="preserve">
|
|
<value>", "kind": "subtitle", "type": "Full", "language": "en"</value>
|
|
</data>
|
|
<data name="Error_404" xml:space="preserve">
|
|
<value><!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
|
|
<html><head>
|
|
<title>404 Not Found</title>
|
|
</head><body>
|
|
<h1>Not Found</h1>
|
|
<p>The requested URL was not found on this server.</p>
|
|
<hr>
|
|
<address>Server at Crunchyroll Downloader Port 8080</address>
|
|
</body></html></value>
|
|
</data>
|
|
<data name="CR_Head_Url_Split" xml:space="preserve">
|
|
<value><meta property="og:url" content="</value>
|
|
</data>
|
|
<data name="Post_error_Bottom" xml:space="preserve">
|
|
<value></p>
|
|
</div>
|
|
</body>
|
|
</html></value>
|
|
</data>
|
|
<data name="Post_error_Top" xml:space="preserve">
|
|
<value><html>
|
|
<head>
|
|
|
|
</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></value>
|
|
</data>
|
|
</root> |