You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
property force_resolve : Socket::Family=Socket::Family::UNSPEC# Connect to YouTube over 'ipv6', 'ipv4'. Will sometimes resolve fix issues with rate-limiting (see https://github.com/ytdl-org/youtube-dl/issues/21729)
94
-
property port : Int32=3000# Port to listen for connections (overrided by command line argument)
95
-
property host_binding : String="0.0.0.0"# Host to bind (overrided by command line argument)
94
+
property port : Int32=3000# Port to listen for connections (overridden by command line argument)
95
+
property host_binding : String="0.0.0.0"# Host to bind (overridden by command line argument)
96
96
property pool_size : Int32=100# Pool size for HTTP requests to youtube.com and ytimg.com (each domain has a separate pool of `pool_size`)
97
97
property use_quic : Bool=false# Use quic transport for youtube api
0 commit comments