projects
/
tweeper.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
rss_converter_instagram.com.xsl: use better name for the image variable
[tweeper.git]
/
tweeper.php
diff --git
a/tweeper.php
b/tweeper.php
index
efc0fd6
..
5e9d242
100644
(file)
--- a/
tweeper.php
+++ b/
tweeper.php
@@
-213,6
+213,12
@@
class Tweeper {
return $this->json_to_xml($html, '/window._sharedData = (.*);/', 'instagram');
}
return $this->json_to_xml($html, '/window._sharedData = (.*);/', 'instagram');
}
+ private function preprocess_html_facebook_com($html) {
+ $html = str_replace('<!--', '', $html);
+ $html = str_replace('-->', '', $html);
+ return $html;
+ }
+
private function html_to_xml($html, $host) {
$xmlDoc = new DOMDocument();
private function html_to_xml($html, $host) {
$xmlDoc = new DOMDocument();