Update README.md

This commit is contained in:
Killer069
2021-10-01 12:49:29 +05:30
committed by GitHub
parent 47bbc3ab4a
commit b10a540a82

View File

@@ -55,7 +55,7 @@ const video = await video_basic_info(url, { cookie : "cookies" }) // Gives cooki
const video = await video_basic_info(url, { proxy : ['url'] }) // Accepts a url which has port in in it.
const video = await video_basic_info(url. {proxy : [{
const video = await video_basic_info(url, {proxy : [{
host : "IP or hostname",
port : 8080
}]