Temporary removing renaming files
All checks were successful
Push image to registry / build-image (push) Successful in 7m47s
All checks were successful
Push image to registry / build-image (push) Successful in 7m47s
This commit is contained in:
@ -267,9 +267,9 @@ class InstagramRepostJob extends BrowserJob implements ShouldBeUniqueUntilProces
|
|||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
// Set the filename to the post ID
|
// Set the filename to the post ID
|
||||||
$newFilename = $this->downloadFolder . $reel->reel_id . ".mp4";
|
// $newFilename = $this->downloadFolder . $reel->reel_id . ".mp4";
|
||||||
rename($videoInfo->getFilename(), $newFilename);
|
// rename($videoInfo->getFilename(), $newFilename);
|
||||||
$videoInfo->setFilename($newFilename);
|
// $videoInfo->setFilename($newFilename);
|
||||||
}
|
}
|
||||||
|
|
||||||
Log::info("Downloaded video: {$videoInfo->getTitle()} : {$videoInfo->getDescription()}");
|
Log::info("Downloaded video: {$videoInfo->getTitle()} : {$videoInfo->getDescription()}");
|
||||||
|
Reference in New Issue
Block a user