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:
@@ -85,9 +85,9 @@ data.tracks.forEach((track) => {
|
|||||||
_This give total videos that have been fetched so far._
|
_This give total videos that have been fetched so far._
|
||||||
|
|
||||||
```js
|
```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`
|
##### type `property`
|
||||||
|
|||||||
Reference in New Issue
Block a user