aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tools/extract.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/extract.php b/tools/extract.php
index 5a6c033..2f82387 100644
--- a/tools/extract.php
+++ b/tools/extract.php
@@ -276,7 +276,7 @@ function exformat($itag) {
}
}
-$a = getc('https://www.youtube.com/embed/'.$id);
+$a = getc("https://www.youtube.com/embed/".$id);
$ccc=explode('s/player/', $a);
$ddd=explode('/www-player.css', $ccc[1]);