mirror of
https://github.com/hama3254/Crunchyroll-Downloader-v3.0.git
synced 2024-11-14 20:25:06 +01:00
hotfix
hotfix character encoding before cleaning json data
This commit is contained in:
parent
3b430177b1
commit
78ee5c02ef
Binary file not shown.
@ -32,6 +32,6 @@ Imports System.Runtime.InteropServices
|
||||
' übernehmen, indem Sie "*" eingeben:
|
||||
' <Assembly: AssemblyVersion("1.0.*")>
|
||||
|
||||
<Assembly: AssemblyVersion("3.8.4.0")>
|
||||
<Assembly: AssemblyFileVersion("3.8.4.0")>
|
||||
<Assembly: AssemblyVersion("3.8.4.1")>
|
||||
<Assembly: AssemblyFileVersion("3.8.4.1")>
|
||||
<Assembly: NeutralResourcesLanguage("en")>
|
||||
|
@ -10,7 +10,7 @@ Module Subfolder
|
||||
Public SubFolder_Value As String = "[ ignore subfolder ]"
|
||||
|
||||
Public Function CleanJSON(ByVal JSON As String) As String
|
||||
|
||||
JSON = JSON.Replace("&", "&").Replace("/u0026", "&").Replace("\u002F", "/").Replace("\u0026", "&")
|
||||
While CBool(InStr(JSON, "\"))
|
||||
Dim index As Integer = InStr(JSON, "\")
|
||||
Dim myName As New StringBuilder(JSON)
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user