Commit graph

104 commits

Author SHA1 Message Date
dylan
9f63efe950 removed unused getAtomFeedItem import from config.js 2025-12-25 21:13:12 +00:00
dylan
117198fbf2 updated getMastodonPost to parse XML correctly and removed the atom feed function
i thought mastodon served atom for some reason
2025-12-25 21:13:04 +00:00
dylan
6ede3ee4a8 updated getMastodonPost to use description instead of title for non-reply items, maybe relying on forgejo actions rather than locally testing is making this messy :P 2025-12-25 20:58:59 +00:00
dylan
90c248c1b7 updated mastodon item to use getMastodonPost function 2025-12-25 20:55:07 +00:00
dylan
25d770662a added support for both RSS and Atom feeds in getAtomFeedItem and implemented getMastodonPost function to fetch non-reply items 2025-12-25 20:54:44 +00:00
dylan
7d896ace0d added function to fetch Atom feed for Mastodon 2025-12-25 20:38:11 +00:00
dylan
c2ca868e9a added function to fetch Atom feed item title and link 2025-12-25 20:38:08 +00:00
dylan
a952c70133 added a section to display toots with a link to social.lol 2025-12-25 20:33:46 +00:00
dylan
9aa7b714aa added mastodon item to fetch RSS feed title 2025-12-25 20:33:40 +00:00
dylan
7f21548d05 updated last.fm link to include icon in listened tracks section 2025-12-25 20:15:18 +00:00
dylan
30af087435 added a section to display listened tracks with a link to last.fm 2025-12-25 20:12:01 +00:00
dylan
05dc008c4e added lastfm item to fetch RSS feed title 2025-12-25 20:09:45 +00:00
dylan
389d1ab1c2 added linkFormat export to specify link type for HTML or markdown 2025-12-25 20:01:47 +00:00
dylan
ec51f1c319 updated now function to apply markdown escaping for display text based on link format 2025-12-25 20:01:41 +00:00
dylan
904637fb56 updated getRSSItemTitle and getJsonFeedItemTitle to remove markdownCharEscape usage 2025-12-25 20:01:35 +00:00
dylan
a3ed5a4a82 Merge pull request 'add direct linking to individual items from feeds' (#1) from update/direct-links into main
Reviewed-on: https://source.tube/dylan/now-updater/pulls/1
2025-12-25 19:27:25 +00:00
dylan
360465395a updated getLetterboxdActivity to conditionally include image in returned text 2025-12-25 19:19:09 +00:00
dylan
c7717e6d29 updated now-page-template to include icons for episode and movie links 2025-12-25 19:16:11 +00:00
dylan
101d99d22a updated now-page-template to separate trakt episode and movie links 2025-12-25 18:52:35 +00:00
dylan
a64bce8020 updated config to separate trakt episode and movie into distinct items 2025-12-25 18:52:29 +00:00
dylan
5328d0fd25 updated getRSSItemTitle and getLetterboxdActivity to set content type for JSDOM and removed unnecessary link element logging 2025-12-25 18:52:25 +00:00
dylan
1b5c733653 updated getRSSItemTitle and getLetterboxdActivity to log link element presence and text so we can see what's happening 2025-12-25 18:45:43 +00:00
dylan
0a91a32359 updated now function to log the latest URL for each item 2025-12-25 18:41:07 +00:00
dylan
7d8c494058 updated now function to replace hrefs with latest URLs and display structured text 2025-12-25 18:30:40 +00:00
dylan
fdb39d2159 updated getRSSItemTitle, getJsonFeedItemTitle, getLetterboxdActivity, getTraktEpisode, and getTraktMovie to return structured objects with text and a direct link to the content 2025-12-25 18:30:27 +00:00
dylan
bbda450d01 added profile and now page templates with updated content and links 2025-12-25 18:27:26 +00:00
dylan
6ee4f58488 updated getTraktEpisodeAndMovie to format output with line breaks 2025-12-25 18:23:49 +00:00
dylan
5817da006f updated getLatest for trakt to use getTraktEpisodeAndMovie 2025-12-25 18:20:49 +00:00
dylan
0fc03e780c added functions to fetch trakt movie history and combine episode and movie titles 2025-12-25 18:20:44 +00:00
dylan
7c14805c4f updated getLatest for some.pics to use getRSSItemTitle - duh 2025-12-25 18:16:11 +00:00
dylan
1557555f46 updated URL in config.js for 'dylan.some.pics' to use RSS feed 2025-12-25 18:11:53 +00:00
dylan
ceaa7f6f89 updated htmlLinkRegex to allow for optional attributes in anchor tags 2025-12-25 18:07:09 +00:00
dylan
e99989c268 updated htmlLinkRegex to allow for attributes before the href in anchor tags 2025-12-25 17:27:15 +00:00
dylan
9640a37f4a updated regex to use htmlLinkRegex in config.js 2025-12-25 17:23:48 +00:00
dylan
14cbcede69 added htmlLinkRegex function to utils.js 2025-12-25 17:23:40 +00:00
dylan
b9a6869355 updated links and services in config.js 2025-12-25 16:49:20 +00:00
Melanie Kat
0bccc1aed7 merge 2025-12-23 22:32:14 -08:00
Melanie Kat
00e7f2ff58 books on new lines 2025-12-23 22:31:37 -08:00
melanie
aa6b03b12f Update config.js 2025-12-23 19:09:36 +00:00
melanie
96dedf1276 Update config.js 2025-12-23 19:07:34 +00:00
Melanie Kat
5c07b91237 add option to not output images 2025-12-22 20:12:11 -08:00
Melanie Kat
940627fb07 booklogr support 2025-12-21 18:42:53 -08:00
Melanie Kat
03ca72d917 Escaping markdown characters just to be safe 2025-12-21 17:52:53 -08:00
Melanie Kat
08c149e478 it has come to my attention i might need to escape markdown characters whoops 2025-12-21 17:13:31 -08:00
Melanie Kat
e42f3b9f85 thanks to jwq and binarydigit for chasing this down for me 2025-12-19 18:27:00 -08:00
Melanie Kat
1d49626439 graceful error handling, does not update services that did not return data 2025-12-18 11:27:30 -08:00
Melanie Kat
b9f0e17c46 documentation 2025-12-18 08:28:31 -08:00
Melanie Kat
6453033657 add rss support, linkding and gitea feeds 2025-12-17 22:21:52 -08:00
Melanie Kat
911d851fb1 trakt support 2025-12-17 21:53:32 -08:00
Melanie Kat
4d58fff75d letterboxd support 2025-12-17 21:35:31 -08:00