summaryrefslogtreecommitdiff
path: root/src/app/page.tsx
diff options
context:
space:
mode:
authorFushihara <1039534+fushihara@users.noreply.github.com>2024-09-28 19:47:44 +0900
committerFushihara <1039534+fushihara@users.noreply.github.com>2024-09-28 19:47:44 +0900
commit1d52b28e394983a8346e0ccb7ec1ed6b54dd6918 (patch)
tree2fec61d82326a9b69a74b44347a7e0de40c6d2ec /src/app/page.tsx
parent0acca62436a3521c67b3be423b07a57f9e829def (diff)
アニメまとめのリンクを追加
Diffstat (limited to 'src/app/page.tsx')
-rw-r--r--src/app/page.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/app/page.tsx b/src/app/page.tsx
index 58a7429..2ca4873 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -21,10 +21,10 @@ export default function Home() {
https://github.com/fushihara/akiba-souken-archive<br />
このサイトの記事一覧などが欲しい場合は、スクレイピングをするより上記レポジトリからファイルを落としたほうが早いです。<br />
スクレイピングに使ったツール一式は以下の通りです。こちらのスクリプトはdenoを使っています。DLしたhtmlをsqliteに保存して、同じ内容で複数アクセスが起きないように工夫しています。<br />
- xxxxx
+ https://github.com/fushihara/akiba-souken-crawler
<p />
このアーカイブサイトは閉鎖決定時点の全てのコンテンツを網羅している訳ではありません。<br />
- 通常のarticle形式以外の、投票( https://akiba-souken.com/vote/ )やアニメまとめ( https://akiba-souken.com/anime/matome/ )、アニメランキング( https://akiba-souken.com/anime/ranking/ )は抜けています。<br />
+ 通常のarticle形式以外の、投票( https://akiba-souken.com/vote/ )、アニメランキング( https://akiba-souken.com/anime/ranking/ )は抜けています。<br />
</div>
);
}