feedscout 1.8.1 → 2.0.0-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (216) hide show
  1. package/README.md +1 -1
  2. package/dist/common/discover/utils.d.ts +2 -3
  3. package/dist/common/locales.js +214 -10
  4. package/dist/common/types.d.ts +2 -1
  5. package/dist/common/uris/feed/types.d.ts +2 -2
  6. package/dist/common/uris/html/types.d.ts +4 -4
  7. package/dist/common/utils.d.ts +6 -4
  8. package/dist/common/utils.js +12 -3
  9. package/dist/feeds/defaults.d.ts +2 -1
  10. package/dist/feeds/defaults.js +116 -9
  11. package/dist/feeds/extractors.js +2 -2
  12. package/dist/feeds/platform/handlers/acast.js +26 -0
  13. package/dist/feeds/platform/handlers/ameblo.js +36 -0
  14. package/dist/feeds/platform/handlers/applePodcasts.js +1 -1
  15. package/dist/feeds/platform/handlers/arena.js +42 -0
  16. package/dist/feeds/platform/handlers/artstation.js +52 -0
  17. package/dist/feeds/platform/handlers/audioboom.js +23 -0
  18. package/dist/feeds/platform/handlers/bearblog.js +45 -0
  19. package/dist/feeds/platform/handlers/behance.js +7 -0
  20. package/dist/feeds/platform/handlers/blogspot.js +38 -2
  21. package/dist/feeds/platform/handlers/bookwyrm.js +48 -0
  22. package/dist/feeds/platform/handlers/buttondown.js +43 -0
  23. package/dist/feeds/platform/handlers/buzzsprout.js +22 -0
  24. package/dist/feeds/platform/handlers/codeberg.js +5 -5
  25. package/dist/feeds/platform/handlers/dailymotion.js +16 -0
  26. package/dist/feeds/platform/handlers/deviantart.js +25 -6
  27. package/dist/feeds/platform/handlers/devto.js +8 -0
  28. package/dist/feeds/platform/handlers/discourse.js +70 -0
  29. package/dist/feeds/platform/handlers/dreamwidth.js +48 -0
  30. package/dist/feeds/platform/handlers/exblog.js +35 -0
  31. package/dist/feeds/platform/handlers/fireside.js +24 -0
  32. package/dist/feeds/platform/handlers/friendica.js +44 -0
  33. package/dist/feeds/platform/handlers/ghost.js +30 -0
  34. package/dist/feeds/platform/handlers/github.js +6 -0
  35. package/dist/feeds/platform/handlers/githubGist.js +16 -5
  36. package/dist/feeds/platform/handlers/gitlab.js +31 -13
  37. package/dist/feeds/platform/handlers/goodreads.js +18 -8
  38. package/dist/feeds/platform/handlers/hackernews.js +21 -0
  39. package/dist/feeds/platform/handlers/hashnode.js +1 -1
  40. package/dist/feeds/platform/handlers/hatenablog.js +4 -1
  41. package/dist/feeds/platform/handlers/hearthis.js +32 -0
  42. package/dist/feeds/platform/handlers/heyWorld.js +18 -0
  43. package/dist/feeds/platform/handlers/insanejournal.js +69 -0
  44. package/dist/feeds/platform/handlers/itchio.js +24 -1
  45. package/dist/feeds/platform/handlers/lemmy.js +46 -4
  46. package/dist/feeds/platform/handlers/letterboxd.js +4 -0
  47. package/dist/feeds/platform/handlers/libsyn.js +25 -0
  48. package/dist/feeds/platform/handlers/listed.js +20 -0
  49. package/dist/feeds/platform/handlers/livejournal.js +68 -0
  50. package/dist/feeds/platform/handlers/mastodon.js +32 -0
  51. package/dist/feeds/platform/handlers/mataroa.js +16 -0
  52. package/dist/feeds/platform/handlers/medium.js +2 -2
  53. package/dist/feeds/platform/handlers/microblog.js +55 -0
  54. package/dist/feeds/platform/handlers/misskey.js +40 -0
  55. package/dist/feeds/platform/handlers/myanimelist.js +43 -0
  56. package/dist/feeds/platform/handlers/naverBlog.js +21 -0
  57. package/dist/feeds/platform/handlers/nebula.js +68 -0
  58. package/dist/feeds/platform/handlers/note.js +53 -0
  59. package/dist/feeds/platform/handlers/observable.js +34 -0
  60. package/dist/feeds/platform/handlers/odysee.js +20 -0
  61. package/dist/feeds/platform/handlers/pagecord.js +16 -0
  62. package/dist/feeds/platform/handlers/paragraph.js +1 -2
  63. package/dist/feeds/platform/handlers/pika.js +35 -0
  64. package/dist/feeds/platform/handlers/pinterest.js +13 -0
  65. package/dist/feeds/platform/handlers/pixelfed.js +46 -0
  66. package/dist/feeds/platform/handlers/pleroma.js +34 -0
  67. package/dist/feeds/platform/handlers/podbean.js +29 -0
  68. package/dist/feeds/platform/handlers/podigee.js +29 -0
  69. package/dist/feeds/platform/handlers/posthaven.js +24 -0
  70. package/dist/feeds/platform/handlers/prose.js +26 -0
  71. package/dist/feeds/platform/handlers/qiita.js +58 -0
  72. package/dist/feeds/platform/handlers/reddit.js +83 -9
  73. package/dist/feeds/platform/handlers/rssCom.js +20 -0
  74. package/dist/feeds/platform/handlers/seesaa.js +22 -0
  75. package/dist/feeds/platform/handlers/sourceforge.js +37 -4
  76. package/dist/feeds/platform/handlers/spreaker.js +21 -0
  77. package/dist/feeds/platform/handlers/stackExchange.js +26 -2
  78. package/dist/feeds/platform/handlers/steam.js +7 -0
  79. package/dist/feeds/platform/handlers/tildes.js +41 -0
  80. package/dist/feeds/platform/handlers/tistory.js +16 -0
  81. package/dist/feeds/platform/handlers/transistor.js +29 -0
  82. package/dist/feeds/platform/handlers/velog.js +24 -0
  83. package/dist/feeds/platform/handlers/vimeo.js +6 -0
  84. package/dist/feeds/platform/handlers/weblogLol.js +26 -0
  85. package/dist/feeds/platform/handlers/weebly.js +25 -0
  86. package/dist/feeds/platform/handlers/wordpress.js +173 -28
  87. package/dist/feeds/platform/handlers/writeas.js +51 -0
  88. package/dist/feeds/platform/handlers/ximalaya.js +1 -1
  89. package/dist/feeds/platform/handlers/youtube.js +4 -1
  90. package/dist/feeds/platform/handlers/zenn.js +54 -0
  91. package/dist/feeds.d.ts +2 -2
  92. package/dist/feeds.js +2 -2
  93. package/dist/utils.d.ts +2 -1
  94. package/package.json +24 -64
  95. package/dist/blogrolls/defaults.cjs +0 -51
  96. package/dist/blogrolls/defaults.d.cts +0 -17
  97. package/dist/blogrolls/extractors.cjs +0 -21
  98. package/dist/blogrolls/extractors.d.cts +0 -7
  99. package/dist/blogrolls/index.cjs +0 -25
  100. package/dist/blogrolls/index.d.cts +0 -7
  101. package/dist/blogrolls/types.d.cts +0 -6
  102. package/dist/blogrolls.cjs +0 -13
  103. package/dist/blogrolls.d.cts +0 -4
  104. package/dist/common/discover/defaults.cjs +0 -46
  105. package/dist/common/discover/defaults.d.cts +0 -6
  106. package/dist/common/discover/index.cjs +0 -105
  107. package/dist/common/discover/utils.cjs +0 -101
  108. package/dist/common/discover/utils.d.cts +0 -6
  109. package/dist/common/locales.cjs +0 -144
  110. package/dist/common/types.cjs +0 -10
  111. package/dist/common/types.d.cts +0 -89
  112. package/dist/common/uris/feed/index.cjs +0 -12
  113. package/dist/common/uris/feed/index.d.cts +0 -6
  114. package/dist/common/uris/feed/types.d.cts +0 -9
  115. package/dist/common/uris/guess/index.cjs +0 -8
  116. package/dist/common/uris/guess/index.d.cts +0 -7
  117. package/dist/common/uris/guess/types.d.cts +0 -10
  118. package/dist/common/uris/guess/utils.cjs +0 -42
  119. package/dist/common/uris/guess/utils.d.cts +0 -8
  120. package/dist/common/uris/headers/index.cjs +0 -26
  121. package/dist/common/uris/headers/index.d.cts +0 -6
  122. package/dist/common/uris/headers/types.d.cts +0 -9
  123. package/dist/common/uris/html/handlers.cjs +0 -45
  124. package/dist/common/uris/html/index.cjs +0 -19
  125. package/dist/common/uris/html/index.d.cts +0 -6
  126. package/dist/common/uris/html/types.d.cts +0 -12
  127. package/dist/common/uris/index.cjs +0 -32
  128. package/dist/common/uris/platform/index.cjs +0 -10
  129. package/dist/common/uris/platform/index.d.cts +0 -7
  130. package/dist/common/uris/platform/types.d.cts +0 -13
  131. package/dist/common/utils.cjs +0 -89
  132. package/dist/common/utils.d.cts +0 -10
  133. package/dist/favicons/defaults.cjs +0 -65
  134. package/dist/favicons/defaults.d.cts +0 -18
  135. package/dist/favicons/extractors.cjs +0 -25
  136. package/dist/favicons/extractors.d.cts +0 -7
  137. package/dist/favicons/index.cjs +0 -29
  138. package/dist/favicons/index.d.cts +0 -7
  139. package/dist/favicons/platform/handlers/bluesky.cjs +0 -27
  140. package/dist/favicons/platform/handlers/codeberg.cjs +0 -19
  141. package/dist/favicons/platform/handlers/deviantart.cjs +0 -29
  142. package/dist/favicons/platform/handlers/devto.cjs +0 -31
  143. package/dist/favicons/platform/handlers/github.cjs +0 -19
  144. package/dist/favicons/platform/handlers/githubGist.cjs +0 -19
  145. package/dist/favicons/platform/handlers/gitlab.cjs +0 -38
  146. package/dist/favicons/platform/handlers/lobsters.cjs +0 -21
  147. package/dist/favicons/platform/handlers/mastodon.cjs +0 -40
  148. package/dist/favicons/platform/handlers/reddit.cjs +0 -42
  149. package/dist/favicons/platform/handlers/sourceforge.cjs +0 -21
  150. package/dist/favicons/platform/handlers/tumblr.cjs +0 -16
  151. package/dist/favicons/types.d.cts +0 -4
  152. package/dist/favicons/utils.cjs +0 -10
  153. package/dist/favicons.cjs +0 -12
  154. package/dist/favicons.d.cts +0 -4
  155. package/dist/feeds/defaults.cjs +0 -178
  156. package/dist/feeds/defaults.d.cts +0 -20
  157. package/dist/feeds/extractors.cjs +0 -46
  158. package/dist/feeds/extractors.d.cts +0 -7
  159. package/dist/feeds/index.cjs +0 -26
  160. package/dist/feeds/index.d.cts +0 -7
  161. package/dist/feeds/platform/handlers/applePodcasts.cjs +0 -26
  162. package/dist/feeds/platform/handlers/behance.cjs +0 -49
  163. package/dist/feeds/platform/handlers/blogspot.cjs +0 -36
  164. package/dist/feeds/platform/handlers/bluesky.cjs +0 -20
  165. package/dist/feeds/platform/handlers/codeberg.cjs +0 -69
  166. package/dist/feeds/platform/handlers/csdn.cjs +0 -20
  167. package/dist/feeds/platform/handlers/dailymotion.cjs +0 -70
  168. package/dist/feeds/platform/handlers/deviantart.cjs +0 -66
  169. package/dist/feeds/platform/handlers/devto.cjs +0 -50
  170. package/dist/feeds/platform/handlers/douban.cjs +0 -56
  171. package/dist/feeds/platform/handlers/github.cjs +0 -116
  172. package/dist/feeds/platform/handlers/githubGist.cjs +0 -45
  173. package/dist/feeds/platform/handlers/gitlab.cjs +0 -80
  174. package/dist/feeds/platform/handlers/goodreads.cjs +0 -39
  175. package/dist/feeds/platform/handlers/hashnode.cjs +0 -16
  176. package/dist/feeds/platform/handlers/hatenablog.cjs +0 -53
  177. package/dist/feeds/platform/handlers/itchio.cjs +0 -88
  178. package/dist/feeds/platform/handlers/kickstarter.cjs +0 -22
  179. package/dist/feeds/platform/handlers/lemmy.cjs +0 -46
  180. package/dist/feeds/platform/handlers/letterboxd.cjs +0 -42
  181. package/dist/feeds/platform/handlers/lobsters.cjs +0 -57
  182. package/dist/feeds/platform/handlers/mastodon.cjs +0 -42
  183. package/dist/feeds/platform/handlers/medium.cjs +0 -68
  184. package/dist/feeds/platform/handlers/paragraph.cjs +0 -21
  185. package/dist/feeds/platform/handlers/pinterest.cjs +0 -44
  186. package/dist/feeds/platform/handlers/producthunt.cjs +0 -29
  187. package/dist/feeds/platform/handlers/reddit.cjs +0 -75
  188. package/dist/feeds/platform/handlers/soundcloud.cjs +0 -39
  189. package/dist/feeds/platform/handlers/sourceforge.cjs +0 -20
  190. package/dist/feeds/platform/handlers/stackExchange.cjs +0 -40
  191. package/dist/feeds/platform/handlers/steam.cjs +0 -28
  192. package/dist/feeds/platform/handlers/substack.cjs +0 -23
  193. package/dist/feeds/platform/handlers/tumblr.cjs +0 -24
  194. package/dist/feeds/platform/handlers/v2ex.cjs +0 -35
  195. package/dist/feeds/platform/handlers/vimeo.cjs +0 -69
  196. package/dist/feeds/platform/handlers/wordpress.cjs +0 -64
  197. package/dist/feeds/platform/handlers/wpengine.cjs +0 -10
  198. package/dist/feeds/platform/handlers/ximalaya.cjs +0 -20
  199. package/dist/feeds/platform/handlers/youtube.cjs +0 -94
  200. package/dist/feeds/types.d.cts +0 -9
  201. package/dist/feeds.cjs +0 -15
  202. package/dist/feeds.d.cts +0 -4
  203. package/dist/hubs/discover/index.cjs +0 -30
  204. package/dist/hubs/discover/index.d.cts +0 -7
  205. package/dist/hubs/discover/types.d.cts +0 -15
  206. package/dist/hubs/feed/index.cjs +0 -32
  207. package/dist/hubs/headers/index.cjs +0 -17
  208. package/dist/hubs/html/index.cjs +0 -28
  209. package/dist/hubs.cjs +0 -0
  210. package/dist/hubs.d.cts +0 -2
  211. package/dist/index.cjs +0 -13
  212. package/dist/index.d.cts +0 -8
  213. package/dist/methods.cjs +0 -15
  214. package/dist/methods.d.cts +0 -7
  215. package/dist/utils.cjs +0 -9
  216. package/dist/utils.d.cts +0 -2
@@ -0,0 +1,26 @@
1
+ import { composeHint, isAnyOf, isHostOf } from "../../../common/utils.js";
2
+ //#region src/feeds/platform/handlers/acast.ts
3
+ const hosts = [
4
+ "shows.acast.com",
5
+ "play.acast.com",
6
+ "embed.acast.com"
7
+ ];
8
+ const excludedPaths = ["discover"];
9
+ const acastHandler = {
10
+ match: (url) => {
11
+ return isHostOf(url, hosts);
12
+ },
13
+ resolve: (url) => {
14
+ const { hostname, pathname } = new URL(url);
15
+ const pathSegments = pathname.split("/").filter(Boolean);
16
+ if (pathSegments.length === 0) return [];
17
+ const slug = pathSegments[hostname.toLowerCase() === "play.acast.com" ? 1 : 0];
18
+ if (!slug || isAnyOf(slug, excludedPaths)) return [];
19
+ return [{
20
+ uri: `https://feeds.acast.com/public/shows/${slug}`,
21
+ hint: composeHint("acast:podcast")
22
+ }];
23
+ }
24
+ };
25
+ //#endregion
26
+ export { acastHandler };
@@ -0,0 +1,36 @@
1
+ import { composeHint, isAnyOf, isHostOf } from "../../../common/utils.js";
2
+ //#region src/feeds/platform/handlers/ameblo.ts
3
+ const hosts = ["ameblo.jp", "www.ameblo.jp"];
4
+ const excludedPaths = [
5
+ "genre",
6
+ "hashtag",
7
+ "search"
8
+ ];
9
+ const amebloHandler = {
10
+ match: (url) => {
11
+ return isHostOf(url, hosts);
12
+ },
13
+ resolve: (url) => {
14
+ const { pathname } = new URL(url);
15
+ const pathSegments = pathname.split("/").filter(Boolean);
16
+ if (pathSegments.length === 0) return [];
17
+ const username = pathSegments[0];
18
+ if (isAnyOf(username, excludedPaths)) return [];
19
+ const uris = [];
20
+ uris.push({
21
+ uri: `https://ameblo.jp/${username}/rss20.xml`,
22
+ hint: composeHint("ameblo:posts-rss")
23
+ });
24
+ uris.push({
25
+ uri: `https://ameblo.jp/${username}/atom.xml`,
26
+ hint: composeHint("ameblo:posts-atom")
27
+ });
28
+ uris.push({
29
+ uri: `https://rssblog.ameba.jp/${username}/rss.html`,
30
+ hint: composeHint("ameblo:posts-rdf")
31
+ });
32
+ return uris;
33
+ }
34
+ };
35
+ //#endregion
36
+ export { amebloHandler };
@@ -1,7 +1,7 @@
1
1
  import { composeHint, isHostOf } from "../../../common/utils.js";
2
2
  //#region src/feeds/platform/handlers/applePodcasts.ts
3
3
  const hosts = ["podcasts.apple.com"];
4
- const podcastRegex = /^\/[a-z]{2}\/podcast\/[^/]+\/id\d+/;
4
+ const podcastRegex = /^(?:\/[a-z]{2})?\/podcast\/(?:[^/]+\/)?id\d+/;
5
5
  const feedUrlRegex = /"feedUrl"\s*:\s*"([^"]+)"/;
6
6
  const extractFeedUrlFromContent = (content) => {
7
7
  return content.match(feedUrlRegex)?.[1];
@@ -0,0 +1,42 @@
1
+ import { composeHint, isAnyOf, isHostOf } from "../../../common/utils.js";
2
+ //#region src/feeds/platform/handlers/arena.ts
3
+ const hosts = ["are.na", "www.are.na"];
4
+ const excludedPaths = [
5
+ "about",
6
+ "api",
7
+ "explore",
8
+ "login",
9
+ "premium",
10
+ "privacy",
11
+ "search",
12
+ "settings",
13
+ "signup",
14
+ "support",
15
+ "terms"
16
+ ];
17
+ const arenaHandler = {
18
+ match: (url) => {
19
+ return isHostOf(url, hosts);
20
+ },
21
+ resolve: (url) => {
22
+ const { pathname } = new URL(url);
23
+ const pathSegments = pathname.split("/").filter(Boolean);
24
+ if (pathSegments.length === 0) return [];
25
+ if (pathSegments[0] === "editorial") return [{
26
+ uri: "https://www.are.na/editorial/feed/rss",
27
+ hint: composeHint("arena:editorial")
28
+ }];
29
+ const username = pathSegments[0];
30
+ if (isAnyOf(username, excludedPaths)) return [];
31
+ if (pathSegments[1]) return [{
32
+ uri: `https://www.are.na/${username}/${pathSegments[1]}/feed/rss`,
33
+ hint: composeHint("arena:channel")
34
+ }];
35
+ return [{
36
+ uri: `https://www.are.na/${username}/feed/rss`,
37
+ hint: composeHint("arena:profile")
38
+ }];
39
+ }
40
+ };
41
+ //#endregion
42
+ export { arenaHandler };
@@ -0,0 +1,52 @@
1
+ import { composeHint, isAnyOf, isHostOf, isSubdomainOf } from "../../../common/utils.js";
2
+ //#region src/feeds/platform/handlers/artstation.ts
3
+ const hosts = ["artstation.com", "www.artstation.com"];
4
+ const domainSuffix = /\.artstation\.com$/i;
5
+ const excludedPaths = [
6
+ "blogs",
7
+ "channels",
8
+ "contests",
9
+ "features",
10
+ "jobs",
11
+ "learning",
12
+ "login",
13
+ "marketplace",
14
+ "prints",
15
+ "search",
16
+ "signup",
17
+ "studios",
18
+ "terms"
19
+ ];
20
+ const artstationHandler = {
21
+ match: (url) => {
22
+ return isHostOf(url, hosts) || isSubdomainOf(url, "artstation.com");
23
+ },
24
+ resolve: (url) => {
25
+ const parsed = new URL(url);
26
+ if (!isHostOf(url, hosts) && isSubdomainOf(url, "artstation.com")) return [{
27
+ uri: `https://www.artstation.com/${parsed.hostname.replace(domainSuffix, "")}.rss`,
28
+ hint: composeHint("artstation:portfolio")
29
+ }];
30
+ const pathSegments = parsed.pathname.split("/").filter(Boolean);
31
+ if (pathSegments[0] === "artwork" || pathSegments.length === 0) {
32
+ const uris = [];
33
+ uris.push({
34
+ uri: "https://www.artstation.com/artwork.rss",
35
+ hint: composeHint("artstation:artwork")
36
+ });
37
+ uris.push({
38
+ uri: "https://www.artstation.com/artwork.rss?sorting=trending",
39
+ hint: composeHint("artstation:artwork-trending")
40
+ });
41
+ return uris;
42
+ }
43
+ const username = pathSegments[0];
44
+ if (isAnyOf(username, excludedPaths)) return [];
45
+ return [{
46
+ uri: `https://www.artstation.com/${username}.rss`,
47
+ hint: composeHint("artstation:portfolio")
48
+ }];
49
+ }
50
+ };
51
+ //#endregion
52
+ export { artstationHandler };
@@ -0,0 +1,23 @@
1
+ import { composeHint, isHostOf } from "../../../common/utils.js";
2
+ //#region src/feeds/platform/handlers/audioboom.ts
3
+ const hosts = ["audioboom.com", "www.audioboom.com"];
4
+ const channelRegex = /^\/channels\/(\d+)/;
5
+ const audioboomHandler = {
6
+ match: (url) => {
7
+ return isHostOf(url, hosts);
8
+ },
9
+ resolve: (url) => {
10
+ const { pathname } = new URL(url);
11
+ const match = pathname.match(channelRegex);
12
+ if (!match?.[1]) return [];
13
+ const channelId = match[1];
14
+ const uris = [];
15
+ uris.push({
16
+ uri: `https://audioboom.com/channels/${channelId}.rss`,
17
+ hint: composeHint("audioboom:podcast")
18
+ });
19
+ return uris;
20
+ }
21
+ };
22
+ //#endregion
23
+ export { audioboomHandler };
@@ -0,0 +1,45 @@
1
+ import { composeHint, isHostOf, isSubdomainOf } from "../../../common/utils.js";
2
+ //#region src/feeds/platform/handlers/bearblog.ts
3
+ const apexHosts = ["bearblog.dev", "www.bearblog.dev"];
4
+ const bearblogHandler = {
5
+ match: (url) => {
6
+ return isSubdomainOf(url, "bearblog.dev") || isHostOf(url, apexHosts);
7
+ },
8
+ resolve: (url) => {
9
+ const { origin, searchParams } = new URL(url);
10
+ const uris = [];
11
+ if (isHostOf(url, apexHosts)) {
12
+ uris.push({
13
+ uri: "https://bearblog.dev/discover/feed/",
14
+ hint: composeHint("bearblog:discover-atom")
15
+ });
16
+ uris.push({
17
+ uri: "https://bearblog.dev/discover/feed/?type=rss",
18
+ hint: composeHint("bearblog:discover-rss")
19
+ });
20
+ return uris;
21
+ }
22
+ const tag = searchParams.get("q");
23
+ if (tag) {
24
+ uris.push({
25
+ uri: `${origin}/feed/?q=${encodeURIComponent(tag)}`,
26
+ hint: composeHint("bearblog:tag-atom")
27
+ });
28
+ uris.push({
29
+ uri: `${origin}/feed/?type=rss&q=${encodeURIComponent(tag)}`,
30
+ hint: composeHint("bearblog:tag-rss")
31
+ });
32
+ }
33
+ uris.push({
34
+ uri: `${origin}/feed/`,
35
+ hint: composeHint("bearblog:posts-atom")
36
+ });
37
+ uris.push({
38
+ uri: `${origin}/feed/?type=rss`,
39
+ hint: composeHint("bearblog:posts-rss")
40
+ });
41
+ return uris;
42
+ }
43
+ };
44
+ //#endregion
45
+ export { bearblogHandler };
@@ -27,6 +27,13 @@ const behanceHandler = {
27
27
  },
28
28
  resolve: (url) => {
29
29
  const { pathname } = new URL(url);
30
+ if (pathname === "/" || pathname === "" || pathname === "/galleries") return [{
31
+ uri: "https://www.behance.net/feeds/projects",
32
+ hint: composeHint("behance:projects")
33
+ }, {
34
+ uri: "https://feeds.feedburner.com/behance/vorr",
35
+ hint: composeHint("behance:featured")
36
+ }];
30
37
  const userMatch = pathname.match(userRegex);
31
38
  if (userMatch?.[1]) {
32
39
  const username = userMatch[1];
@@ -2,6 +2,8 @@ import { composeHint } from "../../../common/utils.js";
2
2
  //#region src/feeds/platform/handlers/blogspot.ts
3
3
  const blogspotDomainRegex = /^.+\.blogspot\.(?:com|co\.[a-z]{2}|com\.[a-z]{2}|[a-z]{2,3})$/;
4
4
  const labelRegex = /^\/search\/label\/([^/]+)/;
5
+ const postRegex = /^\/\d{4}\/\d{2}\/[^/]+\.html$/;
6
+ const postCommentsFeedRegex = /href="[^"]*\/feeds\/(\d+)\/comments\/default/;
5
7
  const blogspotHandler = {
6
8
  match: (url) => {
7
9
  try {
@@ -10,7 +12,7 @@ const blogspotHandler = {
10
12
  } catch {}
11
13
  return false;
12
14
  },
13
- resolve: (url) => {
15
+ resolve: (url, content) => {
14
16
  const { origin, pathname } = new URL(url);
15
17
  const uris = [];
16
18
  const labelMatch = pathname.match(labelRegex);
@@ -18,8 +20,26 @@ const blogspotHandler = {
18
20
  const label = labelMatch[1];
19
21
  uris.push({
20
22
  uri: `${origin}/feeds/posts/default/-/${label}`,
21
- hint: composeHint("blogspot:label")
23
+ hint: composeHint("blogspot:label-atom")
22
24
  });
25
+ uris.push({
26
+ uri: `${origin}/feeds/posts/default/-/${label}?alt=rss`,
27
+ hint: composeHint("blogspot:label-rss")
28
+ });
29
+ }
30
+ if (content && postRegex.test(pathname)) {
31
+ const postIdMatch = content.match(postCommentsFeedRegex);
32
+ if (postIdMatch?.[1]) {
33
+ const postId = postIdMatch[1];
34
+ uris.push({
35
+ uri: `${origin}/feeds/${postId}/comments/default`,
36
+ hint: composeHint("blogspot:post-comments-atom")
37
+ });
38
+ uris.push({
39
+ uri: `${origin}/feeds/${postId}/comments/default?alt=rss`,
40
+ hint: composeHint("blogspot:post-comments-rss")
41
+ });
42
+ }
23
43
  }
24
44
  uris.push({
25
45
  uri: `${origin}/feeds/posts/default`,
@@ -29,6 +49,22 @@ const blogspotHandler = {
29
49
  uri: `${origin}/feeds/posts/default?alt=rss`,
30
50
  hint: composeHint("blogspot:posts-rss")
31
51
  });
52
+ uris.push({
53
+ uri: `${origin}/feeds/posts/summary`,
54
+ hint: composeHint("blogspot:posts-summary-atom")
55
+ });
56
+ uris.push({
57
+ uri: `${origin}/feeds/posts/summary?alt=rss`,
58
+ hint: composeHint("blogspot:posts-summary-rss")
59
+ });
60
+ uris.push({
61
+ uri: `${origin}/feeds/comments/default`,
62
+ hint: composeHint("blogspot:comments-atom")
63
+ });
64
+ uris.push({
65
+ uri: `${origin}/feeds/comments/default?alt=rss`,
66
+ hint: composeHint("blogspot:comments-rss")
67
+ });
32
68
  return uris;
33
69
  }
34
70
  };
@@ -0,0 +1,48 @@
1
+ import { composeHint, hasMetaContent } from "../../../common/utils.js";
2
+ //#region src/feeds/platform/handlers/bookwyrm.ts
3
+ const profileRegex = /^\/user\/([^/]+)/;
4
+ const shelfRegex = /^\/user\/([^/]+)\/(?:shelf|books)\/([^/]+)\/?/;
5
+ const isBookwyrmHtml = (content) => {
6
+ return hasMetaContent(content, "generator", "BookWyrm");
7
+ };
8
+ const bookwyrmHandler = {
9
+ match: (url, content) => {
10
+ try {
11
+ if (!content || !isBookwyrmHtml(content)) return false;
12
+ const { pathname } = new URL(url);
13
+ return profileRegex.test(pathname);
14
+ } catch {}
15
+ return false;
16
+ },
17
+ resolve: (url) => {
18
+ try {
19
+ const { origin, pathname } = new URL(url);
20
+ const match = pathname.match(profileRegex);
21
+ if (!match?.[1]) return [];
22
+ const user = match[1];
23
+ const uris = [];
24
+ const shelfMatch = pathname.match(shelfRegex);
25
+ if (shelfMatch?.[2]) uris.push({
26
+ uri: `${origin}/user/${user}/${pathname.split("/")[3]}/${shelfMatch[2]}/rss`,
27
+ hint: composeHint("bookwyrm:shelf")
28
+ });
29
+ uris.push({
30
+ uri: `${origin}/user/${user}/rss`,
31
+ hint: composeHint("bookwyrm:activity")
32
+ }, {
33
+ uri: `${origin}/user/${user}/rss-reviews`,
34
+ hint: composeHint("bookwyrm:reviews")
35
+ }, {
36
+ uri: `${origin}/user/${user}/rss-quotes`,
37
+ hint: composeHint("bookwyrm:quotes")
38
+ }, {
39
+ uri: `${origin}/user/${user}/rss-comments`,
40
+ hint: composeHint("bookwyrm:comments")
41
+ });
42
+ return uris;
43
+ } catch {}
44
+ return [];
45
+ }
46
+ };
47
+ //#endregion
48
+ export { bookwyrmHandler };
@@ -0,0 +1,43 @@
1
+ import { composeHint, isAnyOf, isHostOf } from "../../../common/utils.js";
2
+ //#region src/feeds/platform/handlers/buttondown.ts
3
+ const hosts = [
4
+ "buttondown.com",
5
+ "www.buttondown.com",
6
+ "buttondown.email",
7
+ "www.buttondown.email"
8
+ ];
9
+ const excludedPaths = [
10
+ "about",
11
+ "api",
12
+ "blog",
13
+ "changelog",
14
+ "docs",
15
+ "features",
16
+ "help",
17
+ "legal",
18
+ "login",
19
+ "pricing",
20
+ "privacy",
21
+ "refer",
22
+ "register",
23
+ "settings",
24
+ "terms"
25
+ ];
26
+ const buttondownHandler = {
27
+ match: (url) => {
28
+ return isHostOf(url, hosts);
29
+ },
30
+ resolve: (url) => {
31
+ const { pathname } = new URL(url);
32
+ const pathSegments = pathname.split("/").filter(Boolean);
33
+ if (pathSegments.length === 0) return [];
34
+ const username = pathSegments[0];
35
+ if (isAnyOf(username, excludedPaths)) return [];
36
+ return [{
37
+ uri: `https://buttondown.com/${username}/rss`,
38
+ hint: composeHint("buttondown:newsletter")
39
+ }];
40
+ }
41
+ };
42
+ //#endregion
43
+ export { buttondownHandler };
@@ -0,0 +1,22 @@
1
+ import { composeHint, isHostOf } from "../../../common/utils.js";
2
+ //#region src/feeds/platform/handlers/buzzsprout.ts
3
+ const hosts = ["buzzsprout.com", "www.buzzsprout.com"];
4
+ const numericRegex = /^\d+$/;
5
+ const buzzsproutHandler = {
6
+ match: (url) => {
7
+ return isHostOf(url, hosts);
8
+ },
9
+ resolve: (url) => {
10
+ const { pathname } = new URL(url);
11
+ const pathSegments = pathname.split("/").filter(Boolean);
12
+ if (pathSegments.length === 0) return [];
13
+ const podcastId = pathSegments[0];
14
+ if (!numericRegex.test(podcastId)) return [];
15
+ return [{
16
+ uri: `https://rss.buzzsprout.com/${podcastId}.rss`,
17
+ hint: composeHint("buzzsprout:podcast")
18
+ }];
19
+ }
20
+ };
21
+ //#endregion
22
+ export { buzzsproutHandler };
@@ -27,7 +27,7 @@ const codebergHandler = {
27
27
  if (pathSegments.length === 1) {
28
28
  const user = pathSegments[0];
29
29
  if (!isAnyOf(user, excludedPaths)) return [{
30
- uri: `${origin}/${user}.rss`,
30
+ uri: [`${origin}/${user}.atom`, `${origin}/${user}.rss`],
31
31
  hint: composeHint("codeberg:activity")
32
32
  }];
33
33
  }
@@ -37,19 +37,19 @@ const codebergHandler = {
37
37
  if (!isAnyOf(user, excludedPaths)) {
38
38
  const feeds = [
39
39
  {
40
- uri: `${origin}/${user}/${repo}/releases.rss`,
40
+ uri: [`${origin}/${user}/${repo}/releases.atom`, `${origin}/${user}/${repo}/releases.rss`],
41
41
  hint: composeHint("codeberg:releases")
42
42
  },
43
43
  {
44
- uri: `${origin}/${user}/${repo}/tags.rss`,
44
+ uri: [`${origin}/${user}/${repo}/tags.atom`, `${origin}/${user}/${repo}/tags.rss`],
45
45
  hint: composeHint("codeberg:tags")
46
46
  },
47
47
  {
48
- uri: `${origin}/${user}/${repo}.rss`,
48
+ uri: [`${origin}/${user}/${repo}.atom`, `${origin}/${user}/${repo}.rss`],
49
49
  hint: composeHint("codeberg:activity")
50
50
  }
51
51
  ];
52
- if (pathSegments[2] === "src" && pathSegments[3] === "branch" && pathSegments[4]) {
52
+ if (isHostOf(url, ["gitea.com", "www.gitea.com"]) && pathSegments[2] === "src" && pathSegments[3] === "branch" && pathSegments[4]) {
53
53
  const branch = pathSegments[4];
54
54
  const filePath = pathSegments.slice(5).join("/");
55
55
  feeds.unshift({
@@ -3,6 +3,8 @@ import { composeHint, isAnyOf, isHostOf } from "../../../common/utils.js";
3
3
  const hosts = ["dailymotion.com", "www.dailymotion.com"];
4
4
  const userRegex = /^\/([a-zA-Z0-9_-]+)$/;
5
5
  const playlistRegex = /^\/playlist\/([a-zA-Z0-9_-]+)/;
6
+ const channelRegex = /^\/channel\/([a-zA-Z0-9_-]+)/;
7
+ const searchRegex = /^\/search\/([^/]+)/;
6
8
  const excludedPaths = [
7
9
  "signin",
8
10
  "signout",
@@ -50,11 +52,25 @@ const dailymotionHandler = {
50
52
  },
51
53
  resolve: (url) => {
52
54
  const { pathname } = new URL(url);
55
+ if (pathname === "/" || pathname === "" || pathname === "/trending") return [{
56
+ uri: "https://www.dailymotion.com/rss/trending",
57
+ hint: composeHint("dailymotion:trending")
58
+ }];
53
59
  const playlistMatch = pathname.match(playlistRegex);
54
60
  if (playlistMatch?.[1]) return [{
55
61
  uri: `https://www.dailymotion.com/rss/playlist/${playlistMatch[1]}`,
56
62
  hint: composeHint("dailymotion:playlist")
57
63
  }];
64
+ const searchMatch = pathname.match(searchRegex);
65
+ if (searchMatch?.[1]) return [{
66
+ uri: `https://www.dailymotion.com/rss/search/${searchMatch[1]}`,
67
+ hint: composeHint("dailymotion:search")
68
+ }];
69
+ const channelMatch = pathname.match(channelRegex);
70
+ if (channelMatch?.[1]) return [{
71
+ uri: `https://www.dailymotion.com/rss/channel/${channelMatch[1]}`,
72
+ hint: composeHint("dailymotion:channel")
73
+ }];
58
74
  const userMatch = pathname.match(userRegex);
59
75
  if (userMatch?.[1]) {
60
76
  const username = userMatch[1];
@@ -3,22 +3,25 @@ import { composeHint, isAnyOf, isHostOf } from "../../../common/utils.js";
3
3
  const tagRegex = /^\/tag\/([^/]+)/;
4
4
  const favouritesRegex = /^\/([a-zA-Z0-9_-]+)\/favourites\/?$/;
5
5
  const folderRegex = /^\/([a-zA-Z0-9_-]+)\/gallery\/(\d+)(?:\/|$)/;
6
+ const journalRegex = /^\/([a-zA-Z0-9_-]+)\/journal(?:\/|$)/;
6
7
  const profileRegex = /^\/([a-zA-Z0-9_-]+)(?:\/gallery(?:\/all)?)?(?:\/|$)/;
7
8
  const hosts = ["deviantart.com", "www.deviantart.com"];
8
9
  const feedBaseUrl = "https://backend.deviantart.com/rss.xml";
9
10
  const excludedPaths = [
10
11
  "about",
12
+ "core-membership",
13
+ "daily-deviations",
14
+ "developers",
11
15
  "join",
12
- "search",
13
- "topic",
14
- "watch",
15
16
  "notifications",
17
+ "popular",
18
+ "search",
16
19
  "settings",
17
- "submit",
18
20
  "shop",
19
- "core-membership",
21
+ "submit",
20
22
  "team",
21
- "developers"
23
+ "topic",
24
+ "watch"
22
25
  ];
23
26
  const deviantartHandler = {
24
27
  match: (url) => {
@@ -26,6 +29,14 @@ const deviantartHandler = {
26
29
  },
27
30
  resolve: (url) => {
28
31
  const { pathname } = new URL(url);
32
+ if (pathname === "/daily-deviations" || pathname === "/daily-deviations/") return [{
33
+ uri: `${feedBaseUrl}?q=${encodeURIComponent("special:dd")}`,
34
+ hint: composeHint("deviantart:daily-deviations")
35
+ }];
36
+ if (pathname === "/popular" || pathname === "/popular/") return [{
37
+ uri: `${feedBaseUrl}?type=deviation&q=${encodeURIComponent("boost:popular")}`,
38
+ hint: composeHint("deviantart:popular")
39
+ }];
29
40
  const tagMatch = pathname.match(tagRegex);
30
41
  if (tagMatch?.[1]) {
31
42
  const tag = tagMatch[1];
@@ -51,6 +62,14 @@ const deviantartHandler = {
51
62
  hint: composeHint("deviantart:gallery")
52
63
  }];
53
64
  }
65
+ const journalMatch = pathname.match(journalRegex);
66
+ if (journalMatch?.[1]) {
67
+ const username = journalMatch[1];
68
+ if (!isAnyOf(username, excludedPaths)) return [{
69
+ uri: `${feedBaseUrl}?q=${encodeURIComponent(`journal:${username}`)}`,
70
+ hint: composeHint("deviantart:journal")
71
+ }];
72
+ }
54
73
  const username = pathname.match(profileRegex)?.[1];
55
74
  if (!username || isAnyOf(username, excludedPaths)) return [];
56
75
  const query = `by:${username} sort:time meta:all`;
@@ -28,6 +28,14 @@ const devtoHandler = {
28
28
  },
29
29
  resolve: (url) => {
30
30
  const { pathname } = new URL(url);
31
+ if (pathname === "/" || pathname === "") return [{
32
+ uri: "https://dev.to/feed",
33
+ hint: composeHint("devto:community")
34
+ }];
35
+ if (pathname === "/latest" || pathname === "/latest/") return [{
36
+ uri: "https://dev.to/feed/latest",
37
+ hint: composeHint("devto:latest")
38
+ }];
31
39
  const userMatch = pathname.match(userRegex);
32
40
  if (userMatch?.[1]) {
33
41
  const username = userMatch[1];
@@ -0,0 +1,70 @@
1
+ import { composeHint, hasMetaContent } from "../../../common/utils.js";
2
+ //#region src/feeds/platform/handlers/discourse.ts
3
+ const userRegex = /^\/u\/([^/]+)/;
4
+ const categoryRegex = /^\/c\/(.+?)\/?$/;
5
+ const topicRegex = /^\/t\/([^/]+)\/(\d+)/;
6
+ const topRegex = /^\/top(?:\/([^/]+))?\/?$/;
7
+ const validTopPeriods = new Set([
8
+ "daily",
9
+ "weekly",
10
+ "monthly",
11
+ "quarterly",
12
+ "yearly",
13
+ "all"
14
+ ]);
15
+ const getTopPeriodSuffix = (pathPeriod, searchParams) => {
16
+ const period = pathPeriod ?? searchParams.get("period") ?? void 0;
17
+ if (period && validTopPeriods.has(period)) return `?period=${period}`;
18
+ return "";
19
+ };
20
+ const isDiscourseHtml = (content) => {
21
+ return hasMetaContent(content, "generator", "Discourse");
22
+ };
23
+ const discourseHandler = {
24
+ match: (url, content) => {
25
+ try {
26
+ if (!content || !isDiscourseHtml(content)) return false;
27
+ new URL(url);
28
+ return true;
29
+ } catch {}
30
+ return false;
31
+ },
32
+ resolve: (url) => {
33
+ try {
34
+ const { origin, pathname, searchParams } = new URL(url);
35
+ const topicMatch = pathname.match(topicRegex);
36
+ if (topicMatch?.[1] && topicMatch?.[2]) return [{
37
+ uri: `${origin}/t/${topicMatch[1]}/${topicMatch[2]}.rss`,
38
+ hint: composeHint("discourse:topic")
39
+ }];
40
+ const userMatch = pathname.match(userRegex);
41
+ if (userMatch?.[1]) return [{
42
+ uri: `${origin}/u/${userMatch[1]}/activity.rss`,
43
+ hint: composeHint("discourse:activity")
44
+ }];
45
+ const categoryMatch = pathname.match(categoryRegex);
46
+ if (categoryMatch?.[1]) return [{
47
+ uri: `${origin}/c/${categoryMatch[1]}.rss`,
48
+ hint: composeHint("discourse:category")
49
+ }];
50
+ const topMatch = pathname.match(topRegex);
51
+ if (topMatch) return [{
52
+ uri: `${origin}/top.rss${getTopPeriodSuffix(topMatch[1], searchParams)}`,
53
+ hint: composeHint("discourse:top")
54
+ }];
55
+ const uris = [];
56
+ uris.push({
57
+ uri: `${origin}/latest.rss`,
58
+ hint: composeHint("discourse:latest")
59
+ });
60
+ uris.push({
61
+ uri: `${origin}/posts.rss`,
62
+ hint: composeHint("discourse:posts")
63
+ });
64
+ return uris;
65
+ } catch {}
66
+ return [];
67
+ }
68
+ };
69
+ //#endregion
70
+ export { discourseHandler };