fpsone
fpsone
> @Sansekai > > > provisionally im using https://www.npmjs.com/package/@distube/ytdl-core work for me > > Try this: `"ytdl-core": "npm:@distube/ytdl-core",` > > Don't forget to add the version number `^4.11.9` > >...
I recommend using @distubejs fork since it is active, has fast bug fixes, and has better performance with undici. `npm i @distube/ytdl-core` If you don't want to change your package...
> > npm i ytdl-core@npm:@distubejs/ytdl-core > > It says 404 not found! Sorry, their package org doesn't have js suffix, it should be `@distube/ytdl-core`. Edited
> Seems like the issue is fixed, at least `"ytdl-core": "4.11.5"` is working for me Downgrade should work but the download speed is throttled and extremely slow. You can use...
> "ytdl-core": "4.11.5" is not working again > > Changed to "ytdl-core": "npm:@distube/ytdl-core@latest" And it fails randomly with an error: > > ``` > ffprobe exited with code 1 >...
I'd like to recommend using the @distubejs [fork](https://github.com/distubejs/ytdl-core) for active maintenance and improved performance with `undici`. To make the switch, you can either: - Run `npm i @distube/ytdl-core` to install...
> This worked for me. but download speed is very low This solution should solve your download bottleneck problem: https://github.com/fent/node-ytdl-core/issues/1252#issuecomment-1734429635
You can try this solution: https://github.com/fent/node-ytdl-core/issues/1252#issuecomment-1734429635
I comeback here because they are digging the old issue https://github.com/fent/node-ytdl-core/issues/1197#issuecomment-1499179175 I've been using https://github.com/distubejs/ytdl-core fork for a long time and I had no issues with it. This fork is...
I changed the extractor and it works well https://github.com/Androz2091/discord-player/issues/1705#issuecomment-1499141602