forked from midou/invidious
Don't try to update all channel videos
This commit is contained in:
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
|
||||
|
Loading…
Reference in New Issue
Block a user