mirror of
https://github.com/moonD4rk/HackBrowserData.git
synced 2026-08-20 00:07:11 +02:00
fix: firefox download endtime bug
This commit is contained in:
+1
-1
@@ -552,7 +552,7 @@ func (d *downloads) FirefoxParse() error {
|
|||||||
Url: url,
|
Url: url,
|
||||||
TotalBytes: fileSize.Int(),
|
TotalBytes: fileSize.Int(),
|
||||||
StartTime: utils.TimeStampFormat(dateAdded / 1000000),
|
StartTime: utils.TimeStampFormat(dateAdded / 1000000),
|
||||||
EndTime: utils.TimeStampFormat(endTime.Int() / 1000000),
|
EndTime: utils.TimeStampFormat(endTime.Int() / 1000),
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
tempMap[place_id] = url
|
tempMap[place_id] = url
|
||||||
|
|||||||
Reference in New Issue
Block a user