mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2023-06-08.git
synced 2024-08-15 00:53:38 +00:00
Don't try to update all channel videos
This commit is contained in:
parent
548ad14154
commit
f7a5ce2652
1 changed files with 1 additions and 2 deletions
|
@ -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 a new issue