Compare commits
2 Commits
jobs/insta
...
25b5b1be27
Author | SHA1 | Date | |
---|---|---|---|
25b5b1be27 | |||
7054597696 |
@ -185,6 +185,10 @@ class InstagramRepostJob extends BrowserJob implements ShouldBeUniqueUntilProces
|
||||
$reel = $infos[0];
|
||||
$videoInfo = $infos[1];
|
||||
|
||||
if ($videoInfo === null) {
|
||||
continue; // Skip this reel if it failed to download
|
||||
}
|
||||
|
||||
$repostSuccess = false;
|
||||
do {
|
||||
$repostSuccess = $this->repostReel($browser, $reel, $videoInfo);
|
||||
|
Reference in New Issue
Block a user