Updated README

This commit is contained in:
AtariTom 2022-05-30 14:54:09 -04:00
parent a0e3ae88c2
commit 60167e2a78
2 changed files with 1 additions and 3 deletions

View File

@ -1,8 +1,5 @@
# Play-dl
# ⚠️ Play-dl is no longer being maintained. ⚠️
A **light-weight** YouTube, SoundCloud, Spotify and Deezer streaming and searching library.
- Search by video, playlist/album, channel/artist

View File

@ -63,6 +63,7 @@ export class SeekStream {
* @param duration Duration of audio playback [ in seconds ]
* @param headerLength Length of the header in bytes.
* @param contentLength Total length of Audio file in bytes.
* @param bitrate Bitrate provided by YouTube.
* @param video_url YouTube video url.
* @param options Options provided to stream function.
*/