Skip to content

Commit e796ca9

Browse files
committed
Update pvcep_rules.js
1 parent 18c0d33 commit e796ca9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Picviewer CE+/pvcep_rules.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -782,7 +782,7 @@ var siteInfo = [
782782
if(p[2] && this.classList.contains('ytd-moving-thumbnail-renderer')){
783783
newsrc = p[2].querySelector("img").src;
784784
}
785-
if(!newsrc || newsrc.indexOf("ytimg.com") == -1) return;
785+
if(!newsrc || newsrc.indexOf("i.ytimg.com") == -1) return;
786786
return newsrc.replace(/\?.*$/i,"");
787787
}
788788
},

0 commit comments

Comments
 (0)