Implementadas algunas rutas faltantes

This commit is contained in:
adevopg
2025-02-16 17:22:26 +01:00
parent c3fea2e0a2
commit 45ab155153
19 changed files with 340 additions and 21 deletions
+3 -3
View File
@@ -1,8 +1,8 @@
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/">
<ShortName>UltimoWoW DB</ShortName>
<Description>UltimoWoW DB Search Plugin</Description>
<ShortName>{{ NOMBRE_SERVIDOR }} DB</ShortName>
<Description>{{ NOMBRE_SERVIDOR }} DB Search Plugin</Description>
<Url type="text/html" method="get" template="http://127.0.0.1:8000/wotlk/?search={searchTerms}"/>
<Url type="application/x-suggestions+json" method="get" template="https://wotlk.ultimowow.com/?search={searchTerms}&opensearch"/>
<Url type="application/x-suggestions+json" method="get" template="https://wotlk.novawow.com/?search={searchTerms}&opensearch"/>
<Image height="16" width="16" type="image/vnd.microsoft.icon">http://127.0.0.1:8000/static/images/logos/favicon.ico</Image>
<Image height="16" width="16" type="image/gif">http://127.0.0.1:8000/static/images/icons/favicon.gif</Image>
</OpenSearchDescription>
+1 -1
View File
@@ -3393,7 +3393,7 @@ var Markup = {
height: height,
width: width,
videoId: attr.unnamed,
playerVars: { autoplay: (attr.autoplay ? 1 : 0), origin: 'https://wotlk.ultimowow.com' }
playerVars: { autoplay: (attr.autoplay ? 1 : 0), origin: 'https://wotlk.novawow.com' }
};
if (Markup.youtube.players.length == 0)