From 548f61b00cd27a54ec6265a47738604d0bae57c8 Mon Sep 17 00:00:00 2001 From: popcorner <351633+popcorner@user.noreply.gitee.com> Date: Wed, 22 Sep 2021 14:07:34 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20=E8=A5=BF=E7=93=9C?= =?UTF-8?q?=E8=A7=86=E9=A2=91=E5=9C=A8=E7=A7=BB=E5=8A=A8=E7=AB=AF=E6=97=A0?= =?UTF-8?q?=E6=B3=95=E6=AD=A3=E5=B8=B8=E8=A7=A3=E6=9E=90=E6=92=AD=E6=94=BE?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- upload/source/function/media/media_ixigua.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upload/source/function/media/media_ixigua.php b/upload/source/function/media/media_ixigua.php index 64e31a33a..82e897db2 100644 --- a/upload/source/function/media/media_ixigua.php +++ b/upload/source/function/media/media_ixigua.php @@ -8,7 +8,7 @@ $checkurl = array('ixigua.com/'); function media_ixigua($url, $width, $height) { if(preg_match("/^https?:\/\/(|m.|www.)ixigua.com\/(\d+)/i", $url, $matches)) { - $iframe = 'https://www.ixigua.com/iframe/'.$matches[2]; + $iframe = 'https://www.ixigua.com/iframe/'.$matches[2].'?autoplay=0'; $flv = $imgurl = ''; } return array($flv, $iframe, $url, $imgurl); -- Gitee