InstaPaper API を使用しています
この文字列を使用して、記事のコンテンツを取得しています。
$Bookmark_Text = $connection->getBookmarkText($Bookmark['bookmark_id']);
残念ながら、それはhtml全体を引っ張っていて、基本的にHTML構造をHTMLに入れています。
例。
<html>
<head></head>
<body>
<html>
<head>Instapaper Title</head>
<body>InstaPaper Article Content</body>
</html>
</body>
</html>
「Instapaper記事のコンテンツ」を取得する方法についての考え
ありがとう!