Skip to content

Commit 9ae27f0

Browse files
authored
Update README.md
1 parent b88732a commit 9ae27f0

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

packages/metascraper-media-provider/README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -13,31 +13,31 @@ $ npm install metascraper-media-provider --save
1313

1414
## Usage
1515

16-
.constructor([options])
16+
### metascraper-media-provider([options])
1717

18-
### options
18+
#### options
1919

20-
#### cacheDir
20+
##### cacheDir
2121

2222
Type: `string`
2323

2424
It specifies cache based on file system to be used by [youtube-dl](youtube-dl).
2525

26-
#### onError
26+
##### onError
2727

2828
Type: `function`
2929

3030
A function to be called when something wrong happens.
3131

3232
It will receive `error` and `url`.
3333

34-
#### proxies
34+
##### proxies
3535

3636
Type: `array`
3737

3838
When it is specified, a proxy will be used for each of the requests using [luminati-tunnel](https://github.com/Kikobeats/luminati-tunnel).
3939

40-
#### userAgent
40+
##### userAgent
4141

4242
Type: `string`
4343

0 commit comments

Comments
 (0)