Skip to content
This repository has been archived by the owner on Apr 11, 2019. It is now read-only.

Commit

Permalink
Merge pull request #96 from HydraWiki/youku-https-patch
Browse files Browse the repository at this point in the history
Point youku to https
  • Loading branch information
applehat authored Mar 5, 2018
2 parents 651e28d + 8f21bb6 commit 0caeeb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/VideoService.php
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ class VideoService {
]
],
'youku' => [
'embed' => '<iframe src="http://player.youku.com/embed/%1$s" width="%2$d" height="%3$d" frameborder="0" allowfullscreen="true"></iframe>',
'embed' => '<iframe src="https://player.youku.com/embed/%1$s" width="%2$d" height="%3$d" frameborder="0" allowfullscreen="true"></iframe>',
'default_width' => 640,
'default_ratio' => 1.6,
'https_enabled' => false,
Expand Down

0 comments on commit 0caeeb6

Please sign in to comment.