|
|
@ -114,6 +114,7 @@ LOGGER = Invidious::LogHandler.new(OUTPUT, CONFIG.log_level)
|
|
|
|
# Check table integrity
|
|
|
|
# Check table integrity
|
|
|
|
Invidious::Database.check_integrity(CONFIG)
|
|
|
|
Invidious::Database.check_integrity(CONFIG)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
{% unless flag?(:dont_fetch_videojs) %}
|
|
|
|
# Resolve player dependencies. This is done at compile time.
|
|
|
|
# Resolve player dependencies. This is done at compile time.
|
|
|
|
#
|
|
|
|
#
|
|
|
|
# Running the script by itself would show some colorful feedback while this doesn't.
|
|
|
|
# Running the script by itself would show some colorful feedback while this doesn't.
|
|
|
@ -125,6 +126,7 @@ Invidious::Database.check_integrity(CONFIG)
|
|
|
|
{% else %}
|
|
|
|
{% else %}
|
|
|
|
{% puts run("../scripts/fetch-player-dependencies.cr").stringify %}
|
|
|
|
{% puts run("../scripts/fetch-player-dependencies.cr").stringify %}
|
|
|
|
{% end %}
|
|
|
|
{% end %}
|
|
|
|
|
|
|
|
{% end %}
|
|
|
|
|
|
|
|
|
|
|
|
# Start jobs
|
|
|
|
# Start jobs
|
|
|
|
|
|
|
|
|
|
|
|