Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
nezort11 opened this issue Oct 12, 2023 · 1 comment
Open

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

nezort11 opened this issue Oct 12, 2023 · 1 comment

Comments

@nezort11
Copy link

  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

nezort11 added a commit to nezort11/node-ytdl-core that referenced this issue Oct 12, 2023
@Oussamaosman02
Copy link

Same problem here!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants