-
I'm using ytdl-core from a browser, using browserify. Cross-domain requests are not allowed, so I'm using CORS Anywhere proxy to bypass CORS Header related errors.
After a few requests, I'm getting…
-
Hey guys! it stopped working we need an update :)
-
# Bug: doesn't work under Windows 10.
This is my code:
```javascript
const ytdl = require('ytdl-core');
function downloadVideo(url, options, writeStream = null) {
const readStream = ytdl(ur…
-
When I try to download mp3 file I get this error on express
```
Error: Error parsing info: Unexpected token ) in JSON at position 0
at exports.getBasicInfo (C:\Users\Maks_\Downloads\youtubeDown…
-
I'm using ytdl-core 4.11.2 (latest at time of writing) on an Electron application with an automatic ytdl-core updater (based on Pacote). The video generated does not play on neither Windows 10's built…
-
This is the code:
```javascript
const readline = require('readline');
const path = require('path');
const fs = require('fs');
const ytdl = require('ytdl-core');
const login = require('facebook…
-
Today i wrote simple play command for discord bot.
But after some time of music plaing i get this error
My code for music play is:
```js
const { Permissions:{FLAGS} } = require ("discord.js")
con…
-
After merging https://github.com/fent/node-ytdl-core/pull/938 and https://github.com/fent/node-ytdl-core/pull/946 there are various problems with (mostly) [info-extras.js](https://github.com/fent/node…
-
### DO NOT REMOVE OR SKIP THE ISSUE TEMPLATE
- [X] I understand that I will be **blocked** if I *intentionally* remove or skip any mandatory\* field
### Checklist
- [X] I'm reporting a bug unrelate…
-
## ERR_NO_RESULT: Could not extract stream for this track
I get this error sometimes when extracting a song. The error is coming from the evalmachine (apparently)
As I never touched the code of yt…