From 413bbfaa9dd25367e9dddd46cebbca68803ceaa6 Mon Sep 17 00:00:00 2001 From: genuineparts Date: Thu, 1 May 2025 12:14:15 +0200 Subject: [PATCH] Updated templates --- templates/inc/footer.tpl | 6 +++--- templates/snippets/youtubedl.tpl | 3 --- templates/snippets/yt-dlp.tpl | 3 +++ 3 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 templates/snippets/youtubedl.tpl create mode 100644 templates/snippets/yt-dlp.tpl 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 +