diff --git a/src/invidious.cr b/src/invidious.cr index dc0bc303..aa67dad8 100644 --- a/src/invidious.cr +++ b/src/invidious.cr @@ -218,6 +218,7 @@ get "/watch" do |env| reddit_html = add_alt_links(reddit_html) rescue ex + STDOUT << id << " : " << ex.message << "\n" reddit_thread = nil reddit_html = "" end