Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Neto committed Aug 12, 2024
1 parent d111216 commit f780584
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion objects/Encoder.php
Original file line number Diff line number Diff line change
Expand Up @@ -636,7 +636,7 @@ public static function getYoutubeDl($videoURL, $queue_id, $destinationFile, $add
self::setStreamerLog($queue_id, 'Fail to download line=' . __LINE__ . ' ' . $error, Encoder::LOG_TYPE_ERROR);

if(empty($addOauthFromProvider) && preg_match('/youtube/i', $videoURL)){
return self::getDescriptionFromLink($videoURL, $queue_id, $destinationFile, 'youtube');
return self::getDescriptionFromLink($videoURL, 'youtube');
}
return false;
}
Expand Down

0 comments on commit f780584

Please sign in to comment.