Update README.md

This commit is contained in:
Killer069
2021-10-01 12:48:33 +05:30
committed by GitHub
parent 8205bc0d4d
commit 47bbc3ab4a

View File

@@ -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
}]