Fix error message for invalid video ID

pull/436/head
Omar Roth 6 years ago
parent 1079c4516c
commit 90b5479735

@ -701,6 +701,10 @@ def fetch_video(id, proxies, region)
raise "Video unavailable." raise "Video unavailable."
end end
if !info["title"]?
raise "Video unavailable."
end
title = info["title"] title = info["title"]
author = info["author"] author = info["author"]
ucid = info["ucid"] ucid = info["ucid"]

Loading…
Cancel
Save