fent / node-ytdl-core

YouTube video downloader in javascript.
MIT License
4.48k stars 790 forks source link

Youtube video url regex doesn't include recorded live stream #1256

Open nezort11 opened 11 months ago

nezort11 commented 11 months ago
  console.log(getURLVideoID("https://youtu.be/c5nv6vIG3OQ")); // works
  console.log(getURLVideoID("https://www.youtube.com/live/IZNSfrY8GQM")); // error
Error: No video id found: "https://www.youtube.com/live/IZNSfrY8GQM"
    at getURLVideoID (/project/home/nezort11/workspace/src/index.ts:25:11)

https://github.com/fent/node-ytdl-core/blob/master/lib/url-utils.js#L25-L26

Oussamaosman02 commented 6 months ago

Same problem here!