Remove components, do downloaded ids ; support dumps

This commit is contained in:
Ben Sarmiento
2024-05-24 02:24:26 +02:00
parent beba993364
commit 9ecbb5d892
8 changed files with 188 additions and 107 deletions

View File

@@ -146,7 +146,7 @@ func (dl *Downloader) streamFileToResponse(
// Add the range header if it exists
if req.Header.Get("Range") != "" {
dlReq.Header.Add("Range", req.Header.Get("Range"))
log.Debugf("Range request for file %s: %s", unrestrict.Download, req.Header.Get("Range"))
// log.Debugf("Range request for file %s: %s", unrestrict.Download, req.Header.Get("Range"))
}
// Perform the request