Update README.md
This commit is contained in:
parent
8205bc0d4d
commit
47bbc3ab4a
@ -121,9 +121,9 @@ let source = await stream_from_info(info, { quality : 1 }) // Next to Lowest qua
|
||||
let source = await stream_from_info(info, { cookie: COOKIE }) //This will create a stream Class and also give cookies if retrying.
|
||||
|
||||
|
||||
let source = await stream_from_info(url, { proxy : ['url'] }) // Accepts a url which has port in in it.
|
||||
let source = await stream_from_info(info, { proxy : ['url'] }) // Accepts a url which has port in in it.
|
||||
|
||||
let source = await stream_from_info(url. {proxy : [{
|
||||
let source = await stream_from_info(info, {proxy : [{
|
||||
host : "IP or hostname",
|
||||
port : 8080
|
||||
}]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user