diff --git a/src/invidious.cr b/src/invidious.cr index ef4214d0..863e2a9a 100644 --- a/src/invidious.cr +++ b/src/invidious.cr @@ -37,7 +37,7 @@ video_threads = CONFIG.video_threads Kemal.config.extra_options do |parser| parser.banner = "Usage: invidious [arguments]" - parser.on("-t THREADS", "--crawl-threads=THREADS", "Number of threads for crawling (default: #{crawl_threads})") do |number| + parser.on("-t THREADS", "--crawl-threads=THREADS", "Number of threads for crawling YouTube (default: #{crawl_threads})") do |number| begin crawl_threads = number.to_i rescue ex diff --git a/src/invidious/views/login.ecr b/src/invidious/views/login.ecr index f9c5029c..55f4c848 100644 --- a/src/invidious/views/login.ecr +++ b/src/invidious/views/login.ecr @@ -65,7 +65,7 @@ <% end %> - + <% end %> diff --git a/src/invidious/views/preferences.ecr b/src/invidious/views/preferences.ecr index 3557f31f..b55e4048 100644 --- a/src/invidious/views/preferences.ecr +++ b/src/invidious/views/preferences.ecr @@ -138,7 +138,7 @@ function update_value(element) {
- + checked<% end %>>
@@ -148,7 +148,7 @@ function update_value(element) {
- + checked<% end %>>
diff --git a/src/invidious/views/template.ecr b/src/invidious/views/template.ecr index 4cfb41df..0311f07f 100644 --- a/src/invidious/views/template.ecr +++ b/src/invidious/views/template.ecr @@ -77,7 +77,7 @@ <%= content %>