Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOOD
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
whb
10 years ago
Commit
263e21cbda4e2fb5f35821fd1f8478c02003fe44
1 parent
c65e8711
视频配置
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
website/view/script/news/detail.php
website/view/script/news/detailmobile.php
website/view/script/news/detail.php
View file @
263e21c
...
...
@@ -58,9 +58,11 @@
@
preg_match_all
(
"@<embed([^>]*)\s*src=
\"
http:\/\/res\.yohood\.test\.yoho\.cn\/swf\/YohoodPlayer\.swf\?url=(.+\.mp4|.+)
\"
@iU"
,
$videoHtml
,
$videoMatches2
);
@
preg_match_all
(
"@<embed([^>]*)\s*src=
\"
http:\/\/res\.yohood\.cn\/swf\/YohoodPlayer\.swf\?url=(.+\.mp4|.+)
\"
@iU"
,
$videoHtml
,
$videoMatches3
);
@
preg_match_all
(
"@<embed([^>]*)\s*src=
\"
http:\/\/res\.yohoboys\.com\/res\/www\/swf\/util\/VideoPlayerNew\.swf\?url=(.+\.mp4|.+)&title1=*&shareurl=*&coverpic=(.+)
\"
@i"
,
$videoHtml
,
$boysVideoMatches
);
@
preg_match_all
(
"@<embed([^>]*)\s*src=
\"
http:\/\/rescdn\.yohoboys\.com\/res\/www\/swf\/util\/VideoPlayerNew\.swf\?url=(.+\.mp4|.+)&title1=*&shareurl=*&coverpic=(.+)
\"
@i"
,
$videoHtml
,
$boysVideoMatches2
);
$videoMatches1
=
array_filter
(
$videoMatches1
);
$videoMatches2
=
array_filter
(
$videoMatches2
);
$videoMatches3
=
array_filter
(
$videoMatches3
);
$boysVideoMatches
=
empty
(
$boysVideoMatches
)
?
$boysVideoMatches
:
$boysVideoMatches2
;
if
(
!
empty
(
$videoMatches1
))
{
$temps
=
$videoMatches1
;
...
...
website/view/script/news/detailmobile.php
View file @
263e21c
...
...
@@ -38,9 +38,11 @@
@
preg_match_all
(
"@<embed([^>]*)\s*src=
\"
http:\/\/res\.yohood\.test\.yoho\.cn\/swf\/YohoodPlayer\.swf\?url=(.+\.mp4|.+)
\"
@iU"
,
$videoHtml
,
$videoMatches2
);
@
preg_match_all
(
"@<embed([^>]*)\s*src=
\"
http:\/\/res\.yohood\.cn\/swf\/YohoodPlayer\.swf\?url=(.+\.mp4|.+)
\"
@iU"
,
$videoHtml
,
$videoMatches3
);
@
preg_match_all
(
"@<embed([^>]*)\s*src=
\"
http:\/\/res\.yohoboys\.com\/res\/www\/swf\/util\/VideoPlayerNew\.swf\?url=(.+\.mp4|.+)&title1=*&shareurl=*&coverpic=(.+)
\"
@i"
,
$videoHtml
,
$boysVideoMatches
);
$videoMatches1
=
array_filter
(
$videoMatches1
);
@
preg_match_all
(
"@<embed([^>]*)\s*src=
\"
http:\/\/rescdn\.yohoboys\.com\/res\/www\/swf\/util\/VideoPlayerNew\.swf\?url=(.+\.mp4|.+)&title1=*&shareurl=*&coverpic=(.+)
\"
@i"
,
$videoHtml
,
$boysVideoMatches2
);
$videoMatches1
=
array_filter
(
$videoMatches1
);
$videoMatches2
=
array_filter
(
$videoMatches2
);
$videoMatches3
=
array_filter
(
$videoMatches3
);
$boysVideoMatches
=
empty
(
$boysVideoMatches
)
?
$boysVideoMatches
:
$boysVideoMatches2
;
if
(
!
empty
(
$videoMatches1
))
{
$temps
=
$videoMatches1
;
...
...
Please
register
or
login
to post a comment