Skip to content

Update the youtube playlist ID regex.

Trizen requested to merge github/fork/mtahmed/master into master

Created by: mtahmed

Updated the regex for youtube playlist IDs from PL[A-Z0-9]{16} to PL[a-zA-Z0-9]{16,32}.

Example of the new playlist ID format: http://www.youtube.com/playlist?list=PLs0Wtfuo05yr2CC279pORrPNGdASm6ion

Merge request reports