mirror of
https://github.com/iv-org/invidious.git
synced 2025-04-22 00:09:07 -04:00
Specify exact date in captcha job comment
This commit is contained in:
parent
b23d32cdfb
commit
466de05a6e
@ -7,7 +7,7 @@ class Invidious::Jobs::BypassCaptchaJob < Invidious::Jobs::BaseJob
|
||||
random_video = {id: "zj82_v2R6ts", ucid: "UCK87Lox575O_HCHBWaBSyGA"}
|
||||
end
|
||||
|
||||
# As of commit 2b81a82, only the RSS and captions endpoint are susceptible to blocking.
|
||||
# As of commit 2b81a82 (2021-10-26), only the RSS and captions endpoint are susceptible to blocking.
|
||||
video_information = get_video(random_video["id"], PG_DB)
|
||||
|
||||
{video_information.captions.sample(1)[0].base_url, "/feeds/videos.xml?channel_id=#{random_video["ucid"]}"}.each do |path|
|
||||
|
Loading…
x
Reference in New Issue
Block a user