Content deleted Content added
BrokenSegue (talk | contribs) more error messages |
BrokenSegue (talk | contribs) test |
||
Line 207:
local chanId = getBestYtChanId(e)
if not chanId then
error("Could not find a single best YouTube
end
local s = newestMatching(e, SUB_COUNT_PID, YT_CHAN_ID_PID, chanId)
Line 241:
end
else
error("Could not find a single best YouTube
end
if subCount then
return tonumber(subCount)
else
return s
--error("Found an associated YouTube channel ID but could not find a subscriber count")
end
end
|