mirror of
https://git.nadeko.net/Fijxu/invidious.git
synced 2025-12-31 12:01:36 +00:00
Revert "Attempt to bypass channel region locks"
This reverts commit 95c6747a3e.
This commit is contained in:
@@ -573,8 +573,11 @@ def fetch_video(id, proxies)
|
||||
info = HTTP::Params.parse(client.get("/get_video_info?video_id=#{id}&ps=default&eurl=&gl=US&hl=en&disable_polymer=1").body)
|
||||
if !info["reason"]?
|
||||
bypass_channel.send(proxy)
|
||||
break
|
||||
else
|
||||
bypass_channel.send(nil)
|
||||
end
|
||||
|
||||
break
|
||||
rescue ex
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user