mirror of
https://github.com/4sval/FModel.git
synced 2026-03-23 18:24:36 -05:00
fix FN live
This commit is contained in:
parent
72930bcd14
commit
8ba756ade5
|
|
@ -193,7 +193,7 @@ public class CUE4ParseViewModel : ViewModel
|
|||
{
|
||||
ChunkCacheDirectory = cacheDir,
|
||||
ManifestCacheDirectory = cacheDir,
|
||||
ChunkBaseUrl = "http://epicgames-download1.akamaized.net/Builds/Fortnite/CloudDir/",
|
||||
ChunkBaseUrl = "http://download.epicgames.com/Builds/Fortnite/CloudDir/",
|
||||
Decompressor = ManifestZlibngDotNetDecompressor.Decompress,
|
||||
DecompressorState = ZlibHelper.Instance,
|
||||
CacheChunksAsIs = false
|
||||
|
|
@ -206,7 +206,7 @@ public class CUE4ParseViewModel : ViewModel
|
|||
{
|
||||
(manifest, _) = manifestInfo.DownloadAndParseAsync(manifestOptions,
|
||||
cancellationToken: cancellationToken,
|
||||
elementManifestPredicate: static x => x.Uri.Host != "cloudflare.epicgamescdn.com"
|
||||
elementManifestPredicate: static x => x.Uri.Host == "download.epicgames.com"
|
||||
).GetAwaiter().GetResult();
|
||||
}
|
||||
catch (HttpRequestException ex)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user