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 Live share scheme missing #770

Closed
GilNovacomm opened this issue Aug 30, 2024 · 2 comments
Closed

YouTube Live share scheme missing #770

GilNovacomm opened this issue Aug 30, 2024 · 2 comments

Comments

@GilNovacomm
Copy link
Contributor

GilNovacomm commented Aug 30, 2024

Issue:

Youtube saves the live streaming sessions on a /live path.
image

Current scheme:

  - schemes:
    - https://*.youtube.com/watch*
    - https://*.youtube.com/v/*
    - https://youtu.be/*
    - https://*.youtube.com/playlist?list=*
    - https://youtube.com/playlist?list=*
    - https://*.youtube.com/shorts*
    - https://youtube.com/shorts*
    - https://*.youtube.com/embed/*

Background:

I'm coming from Drupal where this causes the error "No matching provider found." since there are no endpoint/scheme hits.

Solution:

Add pattern to scheme list

    - https://*.youtube.com/live*
    - https://youtube.com/live*

MR: #771

@GilNovacomm
Copy link
Contributor Author

I have created a MR:
#771

@iamcal
Copy link
Owner

iamcal commented Aug 30, 2024

merged, thanks

@iamcal iamcal closed this as completed Aug 30, 2024
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