mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-09 16:38:50 +00:00
fix: remove debug line (#3092)
This commit is contained in:
parent
c4c2acab98
commit
e65fd7c822
@ -572,7 +572,6 @@ EOD;
|
|||||||
returnServerError('You must be logged in to view this page. This is not supported by RSS-Bridge.');
|
returnServerError('You must be logged in to view this page. This is not supported by RSS-Bridge.');
|
||||||
}
|
}
|
||||||
|
|
||||||
file_put_contents('/tmp/a.html', "$html");
|
|
||||||
$mainColumn = $html->find('#pagelet_timeline_main_column');
|
$mainColumn = $html->find('#pagelet_timeline_main_column');
|
||||||
if (!$mainColumn) {
|
if (!$mainColumn) {
|
||||||
throw new \Exception(sprintf('Unable to find anything useful in %s', $url));
|
throw new \Exception(sprintf('Unable to find anything useful in %s', $url));
|
||||||
|
Loading…
Reference in New Issue
Block a user