Add errorcode for invalid video IDs

pull/334/head
Omar Roth 2019-01-31 08:48:44 -06:00
rodzic 1e214aae7c
commit 9e73e3b153
1 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

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