From 700a90b5013aeccdda006143d32252baf7b321b6 Mon Sep 17 00:00:00 2001 From: cdransf Date: Sun, 10 Sep 2023 20:03:01 +0000 Subject: [PATCH] Apply automatic changes --- cache/jsonfeed-to-mastodon-timestamp.json | 2 +- cache/jsonfeed-to-mastodon.json | 19 +++++++++++++++++++ src/_data/tv.js | 5 +++-- 3 files changed, 23 insertions(+), 3 deletions(-) diff --git a/cache/jsonfeed-to-mastodon-timestamp.json b/cache/jsonfeed-to-mastodon-timestamp.json index 214a6ad4..df882401 100644 --- a/cache/jsonfeed-to-mastodon-timestamp.json +++ b/cache/jsonfeed-to-mastodon-timestamp.json @@ -1,3 +1,3 @@ { - "timestamp": 1694318586339 + "timestamp": 1694376179795 } \ No newline at end of file diff --git a/cache/jsonfeed-to-mastodon.json b/cache/jsonfeed-to-mastodon.json index 226b4179..f7208aff 100644 --- a/cache/jsonfeed-to-mastodon.json +++ b/cache/jsonfeed-to-mastodon.json @@ -6256,5 +6256,24 @@ "https://social.lol/users/cory/statuses/111038862870621908" ], "lastTootTimestamp": 1694318586335 + }, + "https://letterboxd.com/cdme/film/the-wolf-of-wall-street/": { + "id": "aHR0cHM6Ly9sZXR0ZXJib3hkLmNvbS9jZG1lL2ZpbG0vdGhlLXdvbGYtb2Ytd2FsbC1zdHJlZXQv", + "title": "🎥: The Wolf of Wall Street, 2013 - ★★★½", + "url": "https://letterboxd.com/cdme/film/the-wolf-of-wall-street/", + "content_text": "🎥: The Wolf of Wall Street, 2013 - ★★★½ https://letterboxd.com/cdme/film/the-wolf-of-wall-street/", + "date_published": "Sun, 10 Sep 2023 18:48:02 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111042637315260729" + ], + "lastTootTimestamp": 1694376179790 + }, + "https://coryd.dev/posts/2023/semi-automated-hashtags-syndicated-posts/": { + "id": "aHR0cHM6Ly9jb3J5ZC5kZXYvcG9zdHMvMjAyMy9zZW1pLWF1dG9tYXRlZC1oYXNodGFncy1zeW5kaWNhdGVkLXBvc3RzLw==", + "title": "📝: Semi-automated hashtags for syndicated posts", + "url": "https://coryd.dev/posts/2023/semi-automated-hashtags-syndicated-posts/", + "content_text": "📝: Semi-automated hashtags for syndicated posts #Eleventy #WebDev https://coryd.dev/posts/2023/semi-automated-hashtags-syndicated-posts/", + "date_published": "Sun, 10 Sep 2023 00:00:00 +0000", + "toots": [] } } \ No newline at end of file diff --git a/src/_data/tv.js b/src/_data/tv.js index b00dcb01..8cf88fa7 100644 --- a/src/_data/tv.js +++ b/src/_data/tv.js @@ -51,7 +51,7 @@ module.exports = async function () { `https://cdn.coryd.dev/tv/${matchedEpisode['name'] .replace(':', '') .replace(/\s+/g, '-') - .toLowerCase()}.jpg?crop=450,662&crop_gravity=center&quality=100` || + .toLowerCase()}.jpg?width=450&height=662&quality=100` || 'https://cdn.coryd.dev/tv/missing-tv.jpg', startingEpisode: matchedEpisode['episode'], startingSeason: matchedEpisode['season'], @@ -70,7 +70,8 @@ module.exports = async function () { `https://cdn.coryd.dev/tv/${episode['show']['title'] .replace(':', '') .replace(/\s+/g, '-') - .toLowerCase()}.jpg` || 'https://cdn.coryd.dev/tv/missing-tv.jpg', + .toLowerCase()}.jpg?width=450&height=662&quality=100` || + 'https://cdn.coryd.dev/tv/missing-tv.jpg', episode: episodeNumber, season: seasonNumber, type: 'tv',