Samantaz Fox
4 years ago
No known key found for this signature in database
GPG Key ID: F42821059186176E
2 changed files with
2 additions and
2 deletions
-
Makefile
-
src/invidious.cr
|
|
|
@ -62,7 +62,7 @@ test: |
|
|
|
crystal spec |
|
|
|
|
|
|
|
verify: |
|
|
|
crystal build src/invidious.cr -Ddont_fetch_videojs \
|
|
|
|
crystal build src/invidious.cr -Dskip_videojs_download \
|
|
|
|
--no-codegen --progress --stats --error-trace |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -114,7 +114,7 @@ LOGGER = Invidious::LogHandler.new(OUTPUT, CONFIG.log_level) |
|
|
|
# Check table integrity |
|
|
|
Invidious::Database.check_integrity(CONFIG) |
|
|
|
|
|
|
|
{% unless flag?(:dont_fetch_videojs) %} |
|
|
|
{% if !flag?(:skip_videojs_download) %} |
|
|
|
# Resolve player dependencies. This is done at compile time. |
|
|
|
# |
|
|
|
# Running the script by itself would show some colorful feedback while this doesn't. |
|
|
|
|