jquery-oembed-all icon indicating copy to clipboard operation
jquery-oembed-all copied to clipboard

https://youtu.be/wBf6BUQzYgA version of youtube url is not getting embedded?

Open l0c0luke opened this issue 9 years ago • 5 comments

Works if I use the long version of the youtube url but using https://youtu.be/wBf6BUQzYgA does not seem to work.

l0c0luke avatar Aug 18 '15 20:08 l0c0luke

Problem seems to be that longurl.org is currently down :(

NicoHaase avatar Aug 19 '15 10:08 NicoHaase

This seems bad? Does it affect a lot of the URLs?

l0c0luke avatar Aug 19 '15 11:08 l0c0luke

http://urlex.org/ might be an alternative?

l0c0luke avatar Aug 19 '15 14:08 l0c0luke

This is possibly due to https://github.com/nfl/jquery-oembed-all/issues/35

mgoodfellow avatar Jan 14 '16 10:01 mgoodfellow

Just delete youtu.be from the shortURLList array. The regex on line 547 works great for https://youtu.be/xxxxxxxxxx links, but it's being intercepted by the longurl.org function first.

petertwise avatar Sep 23 '18 20:09 petertwise