mirror of
https://gitea.invidious.io/iv-org/invidious.git
synced 2024-08-15 00:53:41 +00:00
Add error message for reddit comments
This commit is contained in:
parent
9886953fb6
commit
caf82ccb8f
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue