This commit is contained in:
clokep 2022-01-18 18:20:52 +00:00
parent cd28aadaff
commit 01bc4feebf
4 changed files with 18 additions and 2 deletions

View file

@ -227,6 +227,14 @@ and saves the local media metadata.</li>
<ol>
<li>Decodes the HTML via the stored file.</li>
<li>Generates an Open Graph response from the HTML.</li>
<li>If a JSON oEmbed URL was found in the HTML via autodiscovery:
<ol>
<li>Downloads the URL and stores it into a file via the media storage provider
and saves the local media metadata.</li>
<li>Convert the oEmbed response to an Open Graph response.</li>
<li>Override any Open Graph data from the HTML with data from oEmbed.</li>
</ol>
</li>
<li>If an image exists in the Open Graph response:
<ol>
<li>Downloads the URL and stores it into a file via the media storage

View file

@ -7773,6 +7773,14 @@ and saves the local media metadata.</li>
<ol>
<li>Decodes the HTML via the stored file.</li>
<li>Generates an Open Graph response from the HTML.</li>
<li>If a JSON oEmbed URL was found in the HTML via autodiscovery:
<ol>
<li>Downloads the URL and stores it into a file via the media storage provider
and saves the local media metadata.</li>
<li>Convert the oEmbed response to an Open Graph response.</li>
<li>Override any Open Graph data from the HTML with data from oEmbed.</li>
</ol>
</li>
<li>If an image exists in the Open Graph response:
<ol>
<li>Downloads the URL and stores it into a file via the media storage

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long