mirror of
https://github.com/friendica/friendica
synced 2025-05-05 17:04:11 +02:00
Oembed: Some more cleanup
This commit is contained in:
parent
424e219c53
commit
ae37c44cc0
3 changed files with 2 additions and 5 deletions
|
@ -23,7 +23,6 @@ namespace Friendica\Util;
|
|||
|
||||
use DOMDocument;
|
||||
use DOMXPath;
|
||||
use Friendica\Content\OEmbed;
|
||||
use Friendica\Content\Text\HTML;
|
||||
use Friendica\Protocol\HTTP\MediaType;
|
||||
use Friendica\Core\Hook;
|
||||
|
@ -165,8 +164,6 @@ class ParseUrl
|
|||
* \<meta name="description" content="An awesome description"\>
|
||||
*
|
||||
* @param string $url The url of the page which should be scraped
|
||||
* @param bool $do_oembed The false option is used by the function fetch_oembed()
|
||||
* to avoid endless loops
|
||||
* @param int $count Internal counter to avoid endless loops
|
||||
*
|
||||
* @return array which contains needed data for embedding
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue