diff --git a/templates/inc/footer.tpl b/templates/inc/footer.tpl index 34fd553..1bc7777 100644 --- a/templates/inc/footer.tpl +++ b/templates/inc/footer.tpl @@ -10,13 +10,13 @@ · - + {t}Get the code{/t} · - {include file='snippets/youtubedl.tpl' assign=youtubedl} - {t params=['@youtubedl'=>$youtubedl]}Based on @youtubedl{/t} + {include file='snippets/yt-dlp.tpl' assign=yt-dlp} + {t params=['@yt-dlp'=>$yt-dlp]}Based on @yt-dlp{/t} diff --git a/templates/snippets/youtubedl.tpl b/templates/snippets/youtubedl.tpl deleted file mode 100644 index bad1aff..0000000 --- a/templates/snippets/youtubedl.tpl +++ /dev/null @@ -1,3 +0,0 @@ - - youtube-dl - diff --git a/templates/snippets/yt-dlp.tpl b/templates/snippets/yt-dlp.tpl new file mode 100644 index 0000000..be5fc2b --- /dev/null +++ b/templates/snippets/yt-dlp.tpl @@ -0,0 +1,3 @@ + + yt-dlp +