Temporary removing renaming files
All checks were successful
Push image to registry / build-image (push) Successful in 7m47s

This commit is contained in:
2025-06-04 14:59:19 +02:00
parent 235440078d
commit 4008724169

View File

@ -267,9 +267,9 @@ class InstagramRepostJob extends BrowserJob implements ShouldBeUniqueUntilProces
}
else {
// Set the filename to the post ID
$newFilename = $this->downloadFolder . $reel->reel_id . ".mp4";
rename($videoInfo->getFilename(), $newFilename);
$videoInfo->setFilename($newFilename);
// $newFilename = $this->downloadFolder . $reel->reel_id . ".mp4";
// rename($videoInfo->getFilename(), $newFilename);
// $videoInfo->setFilename($newFilename);
}
Log::info("Downloaded video: {$videoInfo->getTitle()} : {$videoInfo->getDescription()}");