File tree 1 file changed +6
-6
lines changed
packages/metascraper-media-provider
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -13,31 +13,31 @@ $ npm install metascraper-media-provider --save
13
13
14
14
## Usage
15
15
16
- .constructor ([ options] )
16
+ ### metascraper-media-provider ([ options] )
17
17
18
- ### options
18
+ #### options
19
19
20
- #### cacheDir
20
+ ##### cacheDir
21
21
22
22
Type: ` string `
23
23
24
24
It specifies cache based on file system to be used by [ youtube-dl] ( youtube-dl ) .
25
25
26
- #### onError
26
+ ##### onError
27
27
28
28
Type: ` function `
29
29
30
30
A function to be called when something wrong happens.
31
31
32
32
It will receive ` error ` and ` url ` .
33
33
34
- #### proxies
34
+ ##### proxies
35
35
36
36
Type: ` array `
37
37
38
38
When it is specified, a proxy will be used for each of the requests using [ luminati-tunnel] ( https://github.com/Kikobeats/luminati-tunnel ) .
39
39
40
- #### userAgent
40
+ ##### userAgent
41
41
42
42
Type: ` string `
43
43
You can’t perform that action at this time.
0 commit comments