mirror of
https://github.com/YuzuZensai/play-dl-test.git
synced 2026-01-31 14:58:05 +00:00
Spotify Work + Error Language = EN - US
This commit is contained in:
@@ -15,6 +15,13 @@ This is a **light-weight** youtube downloader and searcher.
|
||||
npm install play-dl@latest
|
||||
```
|
||||
|
||||
### Importing
|
||||
```ts
|
||||
import * as play from 'play-dl' // ES-6 import or TS import
|
||||
|
||||
const play = require('play-dl') //JS importing
|
||||
```
|
||||
|
||||
### Examples
|
||||
- [YouTube](https://github.com/play-dl/play-dl/tree/main/examples/YouTube)
|
||||
- [Spotify](https://github.com/play-dl/play-dl/tree/main/examples/Spotify)
|
||||
|
||||
Reference in New Issue
Block a user