This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function parseVideo (url) { | |
// - Supported YouTube URL formats: | |
// - http://www.youtube.com/watch?v=My2FRPA3Gf8 | |
// - http://youtu.be/My2FRPA3Gf8 | |
// - http://y2u.be/huKvjPQ-Xm4 | |
// - https://youtube.googleapis.com/v/My2FRPA3Gf8 | |
// - http://www.youtube.com/embed/Ab25nviakcw | |
// - http://www.youtube-nocookie.com/v/Ab25nviakcw?version=3&hl=en_US | |
// - http://www.youtube.com/watch?feature=player_embedded&v=Ab25nviakcw# | |
// - Supported Vimeo URL formats: |