Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel authored and daniel committed Jun 29, 2019
1 parent 02a5073 commit dd021d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions view/youtubeDl.json.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ function addVideo($link, $streamers_id, $title = "") {
$obj->type = "warning";
$obj->title = "Sorry!";
$obj->text = sprintf("We could not get the title of your video (%s) go to %s to fix it", $link, "<a href='https://github.com/DanielnetoDotCom/YouPHPTube/wiki/youtube-dl-failed-to-extract-signature' class='btn btn-xm btn-default'>Update your Youtube-DL</a>");
error_log("youtubeDl::addVideo We could not get the title ($title) of your video ($link)");
} else {
$obj->type = "success";
$obj->title = "Congratulations!";
Expand Down

0 comments on commit dd021d2

Please sign in to comment.