Alexis Ramis
Alexis Ramis
Hi I needed to add global configuration support for an app that I was working on, had lots of lists and the activerecord.attributes file started to feel too clogged, but...
If never matches an URL_FORMAT it will return nil in the last item of the hash. More details issue: https://github.com/datwright/youtube_addy/issues/2
Hi with the last merge request(may 26) i'm getting this error ``` ruby YouTubeAddy.extract_video_id("asd") => [/^(https?:\/\/)?(www\.)?youtube.com\/watch\?(.*\&)?v=(?[^&]+)/, /^(https?:\/\/)?(www\.)?youtu.be\/(?[^&]+)/, /^(https?:\/\/)?(www\.)?youtube.com\/embed\/(?[^&]+)/, /^(https?:\/\/)?(www\.)?youtube.com\/v\/(?[^?]+)/, /^(https?:\/\/)?(www\.)?youtube.com\/apiplayer\?video_id=(?[^&]+)/] ``` I'm guessing the error is in the last merge...