-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Alternative Facebook video url who do not work #778
Comments
albanqoku
added a commit
to albanqoku/react-player
that referenced
this issue
Feb 24, 2021
Not sure there’s any downside to attempting to play any Facebook URL with the FBSDK Fixes cookpete/react-player#778
Webmaster1116
added a commit
to Webmaster1116/video-player
that referenced
this issue
May 20, 2021
Not sure there’s any downside to attempting to play any Facebook URL with the FBSDK Fixes cookpete/react-player#778
webmiraclepro
added a commit
to webmiraclepro/video-player
that referenced
this issue
Sep 9, 2022
Not sure there’s any downside to attempting to play any Facebook URL with the FBSDK Fixes cookpete/react-player#778
philip-luther
added a commit
to philip-luther/react-player
that referenced
this issue
Nov 22, 2024
Not sure there’s any downside to attempting to play any Facebook URL with the FBSDK Fixes cookpete/react-player#778
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There's a facebook url alternative who do not work.
I use your standalone version
https://www.facebook.com/watch/?v=499831560618548
I tryed some regex i found and modified it.
i don't know yet if it's "Perfect"
^(https?://www\.facebook\.com/(?:(video\.php|watch\/)\?v=\d+|.*?/videos/\d+))$
https://regex101.com/r/sC6oR2/134
Then, a more complex regex may be usefull.
Thank you
The text was updated successfully, but these errors were encountered: