mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-17 01:34:43 -05:00
add replace all to urls :3
This commit is contained in:
parent
da39c8ca28
commit
6b82af8998
1 changed files with 1 additions and 1 deletions
|
@ -742,7 +742,7 @@ display: block; !important;" autoplay controls
|
|||
<% if (video?.Title !== k.Video.Title) { %>
|
||||
title="Non-Translated title : <%=video?.Title%>"
|
||||
<% } %>
|
||||
> <%-k.Video.Title%> </div>
|
||||
> <%-k.Video.Title.replace(/\/channel\//g, "/channel?id=").replace(/https:\/\/youtube.com/g, ""); %> </div>
|
||||
|
||||
<a style="font-weight: bolder;font-family: sans-serif;color: var(--text-color);font-size: small;">content source : youtube.com </a>
|
||||
|
||||
|
|
Loading…
Reference in a new issue