Skip to content

Commit

Permalink
Add 4k player proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
asiacny authored May 18, 2018
1 parent 5e0fab7 commit 0c05f0a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion watch.php
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,9 @@
<span class="pr-1">
<a href="./content.php?cont=video&v=<?php echo $videodata['items']['0']['id'] ?>" target="_blank" class="fsize2"><i class="fa fa-arrow-down pr-1"></i>下载</a>
</span>
<span class="pr-1">
<a style="color:red;" href="./4k.php?https://www.youtube.com/embed/<?php echo $videodata['items']['0']['id'] ?>" target="_blank" class="fsize2"><i class="fa fa-share-square-o pr-1"></i>4K播放</a>
</span>
</span>
</div>

Expand Down Expand Up @@ -148,4 +151,4 @@
</script>
<?php
include("./footer.php");
?>
?>

0 comments on commit 0c05f0a

Please sign in to comment.