Skip to content

Commit 575232e

Browse files
committed
fixed thumb proxification for youtube.com
1 parent a89e1b2 commit 575232e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/YoutubePlugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public function onCompleted(ProxyEvent $event){
3636
$has_src = strpos($matches[0], 'src="') !== false;
3737

3838
// proxified thumb url
39-
$thumb_url = $matches[1]; //proxify_url($matches[1], false);
39+
$thumb_url = proxify_url($matches[1], false);
4040

4141
if($has_src){
4242
// TODO: maybe remove data-thumb too?

0 commit comments

Comments
 (0)