問題
_config.yml に設定されている RSS フィードの URL がリンク切れになっている。
現状
| 設定キー |
現在の URL |
状態 |
rss_url |
https://migration.fm/feed.xml |
❌ 404 Not Found |
andriod_url |
https://www.subscribeonandroid.com/migration.fm/feed.xml |
⚠️ 要確認 |
itunes_url |
https://itunes.apple.com/jp/podcast/migration.fm/id1111956465 |
⚠️ 旧URL(Apple Podcasts に変更) |
調査結果
iTunes Search API で正しい RSS フィード URL を確認済み:
https://anchor.fm/s/f7b907c4/podcast/rss
このURLは Anchor.fm(現: Spotify for Podcasters)にホストされており、有効な RSS XML を返す。
Spotify ページ: https://open.spotify.com/show/1NFTTmlO4d451GtZZofc8Y
対応方針
_config.yml を以下のように修正する:
# 修正前
rss_url: https://migration.fm/feed.xml
# 修正後
rss_url: https://anchor.fm/s/f7b907c4/podcast/rss
合わせて以下も検討:
andriod_url の subscribeonandroid.com は現在アクセス可能だが、フィードURL自体が切れているため更新が必要
itunes_url を Apple Podcasts の URL に更新
- フッターに Spotify リンクを追加
問題
_config.ymlに設定されている RSS フィードの URL がリンク切れになっている。現状
rss_urlhttps://migration.fm/feed.xmlandriod_urlhttps://www.subscribeonandroid.com/migration.fm/feed.xmlitunes_urlhttps://itunes.apple.com/jp/podcast/migration.fm/id1111956465調査結果
iTunes Search API で正しい RSS フィード URL を確認済み:
このURLは Anchor.fm(現: Spotify for Podcasters)にホストされており、有効な RSS XML を返す。
Spotify ページ: https://open.spotify.com/show/1NFTTmlO4d451GtZZofc8Y
対応方針
_config.ymlを以下のように修正する:合わせて以下も検討:
andriod_urlのsubscribeonandroid.comは現在アクセス可能だが、フィードURL自体が切れているため更新が必要itunes_urlを Apple Podcasts の URL に更新