forked from midou/invidious
Add error message for reddit comments
This commit is contained in:
parent
9886953fb6
commit
caf82ccb8f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user