Add fix for videos without metadata

pull/116/head
Omar Roth 2018-08-16 09:05:48 -05:00
rodzic ec399f5f7b
commit bce01cba32
1 zmienionych plików z 3 dodań i 1 usunięć

Wyświetl plik

@ -328,7 +328,9 @@ def extract_videos(nodeset, ucid = nil)
end
metadata = node.xpath_nodes(%q(.//div[contains(@class,"yt-lockup-meta")]/ul/li))
if metadata.size == 1
if metadata.size == 0
next
elsif metadata.size == 1
# Scheduled livestream
if metadata[0].content.starts_with? "Starts"
view_count = 0_i64