Skip to content

RSSフィードのリンク切れを修正する #56

Description

@kuratani

問題

_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_urlsubscribeonandroid.com は現在アクセス可能だが、フィードURL自体が切れているため更新が必要
  • itunes_url を Apple Podcasts の URL に更新
  • フッターに Spotify リンクを追加

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions