Skip to content

Commit

Permalink
Remove line
Browse files Browse the repository at this point in the history
  • Loading branch information
zackbloom committed Jul 9, 2015
1 parent 42f2316 commit 8921d53
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion helper.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

fullRe = /(?:https?:\/\/)?(?:www\.)?youtube.com\/(watch|playlist)\?(v|list)=([a-zA-Z0-9]+)/i
shortRe = /(?:https?:\/\/)?youtu.be\/([a-zA-Z0-9]+)(?:\?list=([a-zA-Z0-9]+))?/i
https://youtu.be/dQw4w9WgXcQ?list=RDdQw4w9WgXcQ

var parseURL = function(url) {
var match = fullRe.exec(url);
Expand Down

0 comments on commit 8921d53

Please sign in to comment.