[CssSelectorBridge] Move metadata retrieval to lib (#3913)

May become handy for making other bridges
This commit is contained in:
ORelio 2024-01-23 15:58:30 +01:00 committed by GitHub
parent b6909942c8
commit feb2a686d7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 258 additions and 250 deletions

View file

@ -26,6 +26,7 @@ $files = [
__DIR__ . '/../lib/http.php',
__DIR__ . '/../lib/logger.php',
__DIR__ . '/../lib/url.php',
__DIR__ . '/../lib/seotags.php',
// Vendor
__DIR__ . '/../vendor/parsedown/Parsedown.php',
__DIR__ . '/../vendor/php-urljoin/src/urljoin.php',