aboutsummaryrefslogtreecommitdiff
path: root/lib/bootstrap.php
diff options
context:
space:
mode:
authorGravatar ORelio <ORelio@users.noreply.github.com> 2024-01-23 15:58:30 +0100
committerGravatar GitHub <noreply@github.com> 2024-01-23 15:58:30 +0100
commitfeb2a686d7b963e14c83dd2358e6f695ed67085b (patch)
tree67adc9c4b41e306b1f4f5e2ee00a451f21f6f865 /lib/bootstrap.php
parentb6909942c857fdbb289511949550d7bfdb3440e3 (diff)
downloadrss-bridge-feb2a686d7b963e14c83dd2358e6f695ed67085b.tar.gz
rss-bridge-feb2a686d7b963e14c83dd2358e6f695ed67085b.tar.zst
rss-bridge-feb2a686d7b963e14c83dd2358e6f695ed67085b.zip
[CssSelectorBridge] Move metadata retrieval to lib (#3913)
May become handy for making other bridges
Diffstat (limited to 'lib/bootstrap.php')
-rw-r--r--lib/bootstrap.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/bootstrap.php b/lib/bootstrap.php
index fe2069d3..9a69d756 100644
--- a/lib/bootstrap.php
+++ b/lib/bootstrap.php
@@ -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',