mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-08-23 09:44:56 -05:00
Update ExportAssetDownloader.cs
This commit is contained in:
@@ -149,11 +149,7 @@ internal partial class ExportAssetDownloader
|
||||
return
|
||||
[
|
||||
// Lowercase variant (introduced in 2.46.1)
|
||||
GetFileNameFromUrl(
|
||||
url,
|
||||
Convert.ToHexStringLower(hashData).Truncate(5)
|
||||
),
|
||||
|
||||
GetFileNameFromUrl(url, Convert.ToHexStringLower(hashData).Truncate(5)),
|
||||
// Uppercase variant (original)
|
||||
GetFileNameFromUrl(
|
||||
url,
|
||||
|
||||
Reference in New Issue
Block a user