mirror of
https://github.com/C9Glax/tranga.git
synced 2025-06-23 03:24:15 +02:00
GC Cleanup
This commit is contained in:
@ -168,7 +168,7 @@ public class FlareSolverrDownloadClient : DownloadClient
|
|||||||
HtmlNode pre = document.DocumentNode.SelectSingleNode("//pre");
|
HtmlNode pre = document.DocumentNode.SelectSingleNode("//pre");
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
JsonDocument.Parse(pre.InnerText);
|
using JsonDocument _ = JsonDocument.Parse(pre.InnerText);
|
||||||
jsonString = pre.InnerText;
|
jsonString = pre.InnerText;
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user