mirror of
https://github.com/cranci1/Sora.git
synced 2026-04-21 08:32:00 +00:00
Better networkFetch
Added networkFetchSimple, stealthier version Added HTML support, module can provide HTML which will get rendered Added cookie return support for regular networkFetch
This commit is contained in:
parent
954a71fe5b
commit
549eaa726a
2 changed files with 830 additions and 56 deletions
|
|
@ -385,6 +385,7 @@ extension JSContext {
|
||||||
setupConsoleLogging()
|
setupConsoleLogging()
|
||||||
setupNativeFetch()
|
setupNativeFetch()
|
||||||
setupNetworkFetch()
|
setupNetworkFetch()
|
||||||
|
setupNetworkFetchSimple()
|
||||||
setupFetchV2()
|
setupFetchV2()
|
||||||
setupBase64Functions()
|
setupBase64Functions()
|
||||||
setupScrapingUtilities()
|
setupScrapingUtilities()
|
||||||
|
|
|
||||||
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue