Fix embedding of /embed/ and /v/ (old embed) Youtube links; clean up regexp.
This commit is contained in:
parent
f73e6591b3
commit
67eebfbf29
@ -295,7 +295,7 @@ Embedding =
|
|||||||
src: "https://vine.co/v/#{a.dataset.uid}/card"
|
src: "https://vine.co/v/#{a.dataset.uid}/card"
|
||||||
,
|
,
|
||||||
key: 'YouTube'
|
key: 'YouTube'
|
||||||
regExp: /^\w+:\/\/(?:youtu.be\/|[\w\.]*youtube[\w\.]*\/.*(?:v=|\/embed\/|\/v\/|\/videos\/))([\w\-]{11})[^#\&\?]?(.*)/
|
regExp: /^\w+:\/\/(?:youtu.be\/|[\w.]*youtube[\w.]*\/.*(?:v=|\bembed\/|\bv\/))([\w\-]{11})(.*)/
|
||||||
el: (a) ->
|
el: (a) ->
|
||||||
start = a.dataset.options.match /\b(?:star)?t\=(\w+)/
|
start = a.dataset.options.match /\b(?:star)?t\=(\w+)/
|
||||||
start = start[1] if start
|
start = start[1] if start
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user