diff --git a/README.md b/README.md index 1312b6b..cdf19ce 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,15 @@ + +开发者API:https://ytcdn.bid/ +不翻墙下载youtube: + +1080p/4K 版本: + +http://down.admin5.com/php/139702.html + + +ps:若部分视频播放不出来,多刷新几次,一般一两分钟之后即可正常播放!!! +在heroku上部署you2php: https://github.com/You2php/you2php-heroku + # You2PHP ---- You2PHP是一个用PHP开发的Youtube流量代理脚本、通过对接谷歌api获取数据,可用来搭建Youtube视频镜像站、可实现长城之内观看Youtube。 diff --git a/embed/index.php b/embed/index.php index d371526..8b883fd 100644 --- a/embed/index.php +++ b/embed/index.php @@ -1,25 +1,25 @@ 0){ header("Location: ../error.php"); exit();} -include("../lib.php"); +if(!is_array($_GET)&&count($_GET)>0){ header("Location: ../error.php"); exit();} include("../lib.php"); ?> +
+