「Web feed」の版間の差分
(→Twitter: 翻訳) |
(→YouTube: 翻訳) |
||
33行目: | 33行目: | ||
=== YouTube === |
=== YouTube === |
||
+ | チャンネルを購読する: |
||
− | Subscribe to a channel: |
||
<nowiki>https://www.youtube.com/feeds/videos.xml?channel_id=UC</nowiki>''xxxxxxxxxxxxxxxxxxxxxx'' |
<nowiki>https://www.youtube.com/feeds/videos.xml?channel_id=UC</nowiki>''xxxxxxxxxxxxxxxxxxxxxx'' |
||
+ | チャンネルに {{ic|/user/''username''}} で終わる従来の URL がある場合は、次も使用できます。 |
||
− | If the channel has a legacy URL ending in {{ic|/user/''username''}}, you can also use: |
||
<nowiki>https://www.youtube.com/feeds/videos.xml?user=</nowiki>''username'' |
<nowiki>https://www.youtube.com/feeds/videos.xml?user=</nowiki>''username'' |
||
− | + | [https://takeout.google.com/takeout/custom/youtube Google Takeout] からサブスクリプションリストをダウンロードし、[https://iuriioapps.com/tools/youtube-subs-opml/] を使用して OPML に変換できます。 |
2023年1月9日 (月) 03:35時点における版
特定の Web サイトでは、RSS、Atom、または JSON 形式 ニュースアグリゲータ はこれらのフィードの更新をチェックして、ユーザーがブログやポッドキャストを購読できるようにします。
Web フィードの取得
Web サイトが Web フィードをアドバタイズしていなくても、フィードを提供している場合があります。/feed
または /rss
を URL に追加してみてください。失敗した場合は、Ctrl+u
を押してから Ctrl+f
を押してウェブサイトのソースコードを開き、<link rel="alternate" type=" を検索します。application/atom+xml"
または <link rel="alternate" type="application/rss+xml"
Firefox アドオン RSS は、Web フィードが利用可能な場合、クリック可能なアイコンをアドレスバーに追加します。
ウェブサイトがフィードを提供していない場合は、RSS-Bridge を試してください。
次のセクションでは、特定の Web サイトのフィードを取得する方法について説明します。
Arch Linux
GitHub
コミットフィードは以下のような構文で行います。
https://github.com/user/repo/commits/branch/path/to/subdir.atom
Reddit は フィード をサブレディット、投稿、およびユーザーに提供します。URL に .rss
を追加するだけです。Reddit アカウントをお持ちの場合は、設定 で個人のフィードを見つけることができます。
Twitter はフィードを提供していませんが、Nitter はフィードを提供しています。構文は次のとおりです。
https://nitter.net/username/rss
YouTube
チャンネルを購読する:
https://www.youtube.com/feeds/videos.xml?channel_id=UCxxxxxxxxxxxxxxxxxxxxxx
チャンネルに /user/username
で終わる従来の URL がある場合は、次も使用できます。
https://www.youtube.com/feeds/videos.xml?user=username
Google Takeout からサブスクリプションリストをダウンロードし、[1] を使用して OPML に変換できます。