mirror of
https://github.com/YuzuZensai/play-dl-test.git
synced 2026-01-31 14:58:05 +00:00
Update README.md
This commit is contained in:
@@ -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
|
||||
}]
|
||||
|
||||
Reference in New Issue
Block a user