Config: Remove anti-captcha related configs

This commit is contained in:
Samantaz Fox
2023-11-20 17:39:51 +01:00
parent d9416a0be5
commit 7e363fa3c8
2 changed files with 0 additions and 25 deletions

View File

@@ -133,10 +133,6 @@ class Config
# Saved cookies in "name1=value1; name2=value2..." format
@[YAML::Field(converter: Preferences::StringToCookies)]
property cookies : HTTP::Cookies = HTTP::Cookies.new
# Key for Anti-Captcha
property captcha_key : String? = nil
# API URL for Anti-Captcha
property captcha_api_url : String = "https://api.anti-captcha.com"
# Playlist length limit
property playlist_length_limit : Int32 = 500