Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
SimplePie を使用して RSS フィードを取得しています。Google RSS 以外のすべての RSS フィードが表示されます。で確認しましたecho $feed->error()が、エラーが表示されます
echo $feed->error()
この XML ドキュメントは無効です。無効な文字が原因である可能性があります。XML エラー: EntityRef: ';' が必要です 1 行目、248 列目
https を http に交換します。私も同じ問題を抱えていたので、Inj2011 が投稿した RSS xml を試しました (コメンテーターの 1 人)。彼と私のフィードを見てみると、違いはプロトコルでした。次に、https の代わりに http を使用しました。