nfl / jquery-oembed-all

A fork with improvements of the jquery-oembed project
141 stars 58 forks source link

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

Open l0c0luke opened 9 years ago

l0c0luke commented 9 years ago

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

NicoHaase commented 9 years ago

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

l0c0luke commented 9 years ago

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

l0c0luke commented 9 years ago

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

mgoodfellow commented 8 years ago

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

petertwise commented 5 years ago

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.