Skip to content

Commit

Permalink
automated commit
Browse files Browse the repository at this point in the history
  • Loading branch information
asboyer committed Sep 8, 2024
1 parent b6d0d7d commit 9fe196b
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 13 deletions.
15 changes: 15 additions & 0 deletions _favs/titanium__pavane.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
layout: fav
date: 2024-09-08
author: Andrew Boyer
title: Titanium Pavane
creator: The Piano Guys
img: assets/img/favs/songs/titanium__pavane.jpeg
categories: songs
link: https://open.spotify.com/track/4lAZaMGhx9Di03Vz9tfNzy?si=3385b710dbf04aea
album_link: https://open.spotify.com/album/6P2EwTc87RwLx2ANZVr1JY
album: The Piano Guys
perfect: true
score: 100
released: 2013
---
12 changes: 0 additions & 12 deletions _news/announcement_4_30_24.md

This file was deleted.

Binary file added assets/img/favs/songs/titanium__pavane.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion fav.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
else:
args.link = result['images'][0]['url']

title = result['name'].replace(".", "").replace("(", "").replace(")", "")
title = result['name'].replace(".", "").replace("(", "").replace(")", "").replace("/", "")
args.image_name = title.lower().replace(" ", "_") + '.jpeg'

if args.category in ['movies', 'shows']:
Expand Down

0 comments on commit 9fe196b

Please sign in to comment.