Add fix for videos without metadata

This commit is contained in:
Omar Roth 2018-08-16 09:05:48 -05:00
parent ec399f5f7b
commit bce01cba32

View File

@ -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