-
Works fine on Node.
```js
import ytdl from 'ytdl-core';
import ffmpeg from 'fluent-ffmpeg';
import fs from 'fs';
import tmp from 'tmp-promise';
const url = 'https://www.youtube.com/watch?v=lgq0OdRIEa…
-
**What's happening?**
When I try to use the /play command, the bot responds with "Invalid regular expression: missing /". I suspect this is a ytdl issue but I figured I would ask.
**Logs**
I do …
-
When I tried to use the
`ytdl.getInfo(url).then(res=>console.log(res))`
it just output a json string
`)]}'
{"reload":"now"}
[Error: Unable to retrieve video metadata]
`
When I dig deep into th…
-
Replace the VM-Dependency added in #1022 by switching to a Script like descriped in https://github.com/fent/node-ytdl-core/pull/1022#issuecomment-957354275
-
Hi Soham,
I hope you're well. My name is Ritesh, and I found your project "vibes" really good. I really like what you've done so far and would like to contribute.
Are you open to contributions?
-
Error: MinigetError: Status code: 410
at ClientRequest. (/root/worktest/StreamBot/node_modules/miniget/dist/index.js:206:27)
at Object.onceWrapper (node:events:632:26)
at ClientRequest.…
-
evalmachine.:24
c[74]),c[64])((0,c[25])(c[24],c[41]),c[35],c[33+Math.pow(8,3)%229],c[92]),c[70])(c[87],c[27])}try{8>=c[92]&&(0,c[15])((0,c[35])(c[36],c[20]),c[11],c[29])}catch(d){(0,c[60])(c[92],c[…
-
```js
console.log(getURLVideoID("https://youtu.be/c5nv6vIG3OQ")); // works
console.log(getURLVideoID("https://www.youtube.com/live/IZNSfrY8GQM")); // error
```
```
Error: No video id found: "…
-
2023-09-07 03:22 +00:00:
2023-09-07 03:22 +00:00: SyntaxError: Invalid or unexpected token
2023-09-07 03:22 +00:00: at new Script (vm.js:102:7)
2023-09-07 03:22 +00:00: at exports.decipher…
-
Hi. I have a project called [ytmous](https://github.com/ytmous/ytmous/tree/nightly), and wanting to put my own `range` header with `ytdl.downloadFromInfo(..., { requestOptions: { headers: { range: "..…