1
0
mirror of https://github.com/iv-org/invidious.git synced 2025-04-11 18:49:13 -04:00

Don't try to update all channel videos

This commit is contained in:
Omar Roth 2018-07-26 16:23:55 -05:00
parent 548ad14154
commit f7a5ce2652

@ -137,10 +137,9 @@ channel_threads.times do |i|
begin
id = rs.read(String)
channel = get_channel(id, client, PG_DB)
channel = fetch_channel(id, client, PG_DB, false)
rescue ex
STDOUT << id << " : " << ex.message << "\n"
client = make_client(YT_URL)
next
end
end