1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-08-04 07:37:27 +02:00

[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
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',