Skip to content

Commit

Permalink
Merge pull request #249 from phyzical/feature/switch-to-working-library
Browse files Browse the repository at this point in the history
Fix download issue
  • Loading branch information
phyzical authored Jul 20, 2024
2 parents 458c7fb + 41f7c29 commit a0605c8
Show file tree
Hide file tree
Showing 5 changed files with 198 additions and 54 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v14.18.1
18
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

Get [FFMPEG](https://ffmpeg.org/download.html)

[Node.js 14](https://nodejs.org/en/download/package-manager/)
[Node.js 18](https://nodejs.org/en/download/package-manager/)

Note: if you run into issues related to puppeteer chromium download please try `PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true npm install -g spotify-dl`

Expand Down
2 changes: 1 addition & 1 deletion lib/downloader.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import ytdl from 'ytdl-core';
import ytdl from '@distube/ytdl-core';
import ffmpeg from 'fluent-ffmpeg';
import fs from 'fs';
import { SponsorBlock } from 'sponsorblock-api';
Expand Down
242 changes: 193 additions & 49 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit a0605c8

Please sign in to comment.