1
1
Fork 0
mirror of https://code.mensbeam.com/MensBeam/Arsse.git synced 2024-12-23 17:12:41 +00:00
Arsse/tests/docroot/Feed/Scraping/Document.php

14 lines
280 B
PHP
Raw Normal View History

<?php return [
'mime' => "text/html",
'content' => <<<MESSAGE_BODY
<html>
<title>Example article</title>
<body>
<article>
<p>Partial content, followed by more content<script>document.write('OOK');</script></p>
</article>
</body>
</html>
MESSAGE_BODY
2017-08-29 14:50:31 +00:00
];