insanity54 / futureporn

Unofficial ProjektMelody Chaturbate VOD Archive. For Adults Only.
https://futureporn.net
26 stars 3 forks source link

taskDownloadVideoSrcB2 - idempotent download #185

Closed insanity54 closed 1 year ago

insanity54 commented 1 year ago

Idempotent dl is not active for task. This means that the vod will be downloaded many times during the course of it's time with futureporn-qa.

It's better/faster/stronger to download once, do tasks on the file, then queue the file to be deleted later. Any following calls to this download task must first check for the existence of the file before attempting to download.

sha1sum of the file in question is available in b2 download headers. This is something that can be checked to see if the file on disk is whole.