mirror of
https://github.com/YuzuZensai/play-dl-test.git
synced 2026-01-06 04:32:40 +00:00
Update README.md
This commit is contained in:
@@ -85,9 +85,9 @@ data.tracks.forEach((track) => {
|
||||
_This give total videos that have been fetched so far._
|
||||
|
||||
```js
|
||||
let data = await soundcloud(playlist_url)
|
||||
let data = await soundcloud(playlist_url)
|
||||
|
||||
console.log(data.total_tracks) // This will tell no. of videos that have been fetched so far.
|
||||
console.log(data.total_tracks) // This will tell no. of videos that have been fetched so far.
|
||||
```
|
||||
|
||||
##### type `property`
|
||||
|
||||
Reference in New Issue
Block a user