Remove leftover functions/specs used by the anti-captcha job

This commit is contained in:
Samantaz Fox
2023-11-20 17:40:31 +01:00
parent 7e363fa3c8
commit 3a5d408602
2 changed files with 0 additions and 18 deletions

View File

@@ -62,12 +62,6 @@ def produce_channel_videos_continuation(ucid, page = 1, auto_generated = nil, so
return continuation
end
# Used in bypass_captcha_job.cr
def produce_channel_videos_url(ucid, page = 1, auto_generated = nil, sort_by = "newest", v2 = false)
continuation = produce_channel_videos_continuation(ucid, page, auto_generated, sort_by, v2)
return "/browse_ajax?continuation=#{continuation}&gl=US&hl=en"
end
module Invidious::Channel::Tabs
extend self