[FreeNetwork] Port Discovery

This commit is contained in:
2021-10-27 04:15:07 +01:00
parent 3cdaf6671a
commit 5189269e5b
8 changed files with 117 additions and 366 deletions

View File

@@ -47,7 +47,7 @@ class LrddMethodLinkHtml extends LRDDMethod
{
$response = self::fetchUrl($uri);
return self::parse($response->getBody());
return self::parse($response->getContent());
}
/**