mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-02-18 08:09:56 +03:00
fix: remove debug line (#3092)
This commit is contained in:
parent
c4c2acab98
commit
e65fd7c822
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue