From dbe80d9521614b7f6c9686743b49329916e783aa Mon Sep 17 00:00:00 2001 From: dylan Date: Fri, 26 Dec 2025 15:02:57 +0000 Subject: [PATCH] updated trakt links in now-page-template and config.js to point to episodes and movies and actually work... --- config.js | 4 ++-- now-page-template.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config.js b/config.js index 2d2bfdc..0367afe 100644 --- a/config.js +++ b/config.js @@ -47,13 +47,13 @@ export const items = [ }, { id: 'trakt-episode', - regex: htmlLinkRegex('trakt.tv/users/crankle'), + regex: htmlLinkRegex('trakt.tv/episodes'), getLatest: async () => getTraktEpisode('crankle', '78e1e87b446901f7e4f0883dd4995cec', false), }, { id: 'trakt-movie', - regex: htmlLinkRegex('trakt.tv/users/crankle'), + regex: htmlLinkRegex('trakt.tv/movies'), getLatest: async () => getTraktMovie('crankle', '78e1e87b446901f7e4f0883dd4995cec', false), }, diff --git a/now-page-template.md b/now-page-template.md index d5f41ef..bb25f65 100644 --- a/now-page-template.md +++ b/now-page-template.md @@ -21,9 +21,9 @@ This page automatically updates with my latest activity.
I watched this episode
- tktk
+ tktk
and this movie
- tktk + tktk