Update README.md

This commit is contained in:
C++, JS, TS, Python Developer 2021-08-13 15:02:25 +05:30 committed by GitHub
parent 89d36ad0c6
commit e6e2f02436
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -70,7 +70,7 @@ console.log(playlist.videoCount) // This displays total no. of videos in a playl
```
## Search Command Usage :-
### 1. search(url : `string`, options? : `SearchOptions`)
### 1. search(url : `string`, options? : [SearchOptions](https://github.com/node-youtube-dl/node-youtube-dl/tree/Killer/node-youtube-dl/YouTube#searchoptions))
*This enables all searching mechanism (video, channel, playlist)*
```js
let result = await search('Rick Roll')