mirror of
https://github.com/hama3254/Crunchyroll-Downloader-v3.0.git
synced 2024-11-13 11:45:05 +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
12 lines
299 B
XML
12 lines
299 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<configuration>
|
|
<startup>
|
|
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2"/>
|
|
</startup>
|
|
<system.net>
|
|
<settings>
|
|
<httpWebRequest useUnsafeHeaderParsing="true" />
|
|
</settings>
|
|
</system.net>
|
|
</configuration>
|