fix: assets url remove spaces

This commit is contained in:
ricoloic
2024-08-01 14:10:55 -04:00
committed by cpt-kuesel
parent bc8aa450a8
commit 6689910e93
6 changed files with 99 additions and 10 deletions

View File

@@ -4,21 +4,21 @@ templates:
collection_order: custom
sync_mode: sync
sort_title: +++_Chart_<<collection_name>>
url_poster: https://raw.githubusercontent.com/ricoloic/Kometa-Personal-Config/master/Assets/Anime/Chart/Poster/<<collection_name>>.png
url_poster: https://raw.githubusercontent.com/ricoloic/Kometa-Personal-Config/master/Assets/Anime/Chart/Poster/<<poster>>.png
summary: <<summary>>
AniList Popular Anime:
anilist_popular: 100
collection_order: custom
sync_mode: sync
sort_title: +++_Chart_<<collection_name>>
url_poster: https://raw.githubusercontent.com/ricoloic/Kometa-Personal-Config/master/Assets/Anime/Chart/Poster/<<collection_name>>.png
url_poster: https://raw.githubusercontent.com/ricoloic/Kometa-Personal-Config/master/Assets/Anime/Chart/Poster/<<poster>>.png
summary: <<summary>>
AniList Trending Anime:
anilist_trending: 100
collection_order: custom
sync_mode: sync
sort_title: +++_Chart_<<collection_name>>
url_poster: https://raw.githubusercontent.com/ricoloic/Kometa-Personal-Config/master/Assets/Anime/Chart/Poster/<<collection_name>>.png
url_poster: https://raw.githubusercontent.com/ricoloic/Kometa-Personal-Config/master/Assets/Anime/Chart/Poster/<<poster>>.png
summary: <<summary>>
collections:
@@ -26,11 +26,14 @@ collections:
template:
name: AniList Top Rated
summary: "Discover the highest-rated anime, celebrated for their exceptional quality and storytelling."
poster: TopRated
Popular:
template:
name: AniList Popular Anime
summary: "Explore the most popular anime, loved by fans around the world."
poster: Popular
Trending:
template:
name: AniList Trending Anime
summary: "Stay up-to-date with the latest anime trends and see what's currently capturing audiences' attention."
poster: Trending