feat: parse html for url

This commit is contained in:
2025-07-15 05:29:18 +00:00
parent 1117a1ffa9
commit 7f126eb649
30 changed files with 457 additions and 0 deletions

Binary file not shown.

View File

@@ -0,0 +1,41 @@
{
"runtimeTarget": {
"name": ".NETCoreApp,Version=v8.0",
"signature": ""
},
"compilationOptions": {},
"targets": {
".NETCoreApp,Version=v8.0": {
"HiddenUrl/1.0.0": {
"dependencies": {
"HtmlAgilityPack": "1.12.1"
},
"runtime": {
"HiddenUrl.dll": {}
}
},
"HtmlAgilityPack/1.12.1": {
"runtime": {
"lib/net8.0/HtmlAgilityPack.dll": {
"assemblyVersion": "1.12.1.0",
"fileVersion": "1.12.1.0"
}
}
}
}
},
"libraries": {
"HiddenUrl/1.0.0": {
"type": "project",
"serviceable": false,
"sha512": ""
},
"HtmlAgilityPack/1.12.1": {
"type": "package",
"serviceable": true,
"sha512": "sha512-SP6/2Y26CXtxjXn0Wwsom9Ek35SNWKHEu/IWhNEFejBSSVWWXPRSlpqpBSYWv1SQhYFnwMO01xVbEdK3iRR4hg==",
"path": "htmlagilitypack/1.12.1",
"hashPath": "htmlagilitypack.1.12.1.nupkg.sha512"
}
}
}

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,12 @@
{
"runtimeOptions": {
"tfm": "net8.0",
"framework": {
"name": "Microsoft.NETCore.App",
"version": "8.0.0"
},
"configProperties": {
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
}
}
}

Binary file not shown.