mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 05:48:36 +01:00
change api url :3
This commit is contained in:
parent
bdca2bc4c6
commit
9d5a3db53a
1 changed files with 1 additions and 1 deletions
|
@ -1504,7 +1504,7 @@ WIP! </a>
|
||||||
<span style="color: <%= dislikeColor %>;"><%= dislikePercentage %>%</span> of the users dislieked the video!! <br>
|
<span style="color: <%= dislikeColor %>;"><%= dislikePercentage %>%</span> of the users dislieked the video!! <br>
|
||||||
User score: <span style="color: <%= userScoreColor %>;"><%= userScore %></span>- <span class="<%= userScoreClass %>"> <%= userScoreLabel %> </span><br><br>
|
User score: <span style="color: <%= userScoreColor %>;"><%= userScore %></span>- <span class="<%= userScoreClass %>"> <%= userScoreLabel %> </span><br><br>
|
||||||
RYD date created : <%=engagement.dateCreated.toLocaleString()%> <br>
|
RYD date created : <%=engagement.dateCreated.toLocaleString()%> <br>
|
||||||
<a href="https://returnyoutubedislikeapi.com/votes?videoId=<%=inv_vid.videoId%>">See in json</a>
|
<a href="/api/getEngagementData?v=<%=inv_vid.videoId%>">See in json</a>
|
||||||
|
|
||||||
|
|
||||||
<a id="nerdy"></a>
|
<a id="nerdy"></a>
|
||||||
|
|
Loading…
Reference in a new issue