openzim / youtube

Create a ZIM file from a Youtube channel/username/playlist
GNU General Public License v3.0
53 stars 29 forks source link

ZIM file's slug should not use _ #105

Closed rgaudin closed 4 years ago

rgaudin commented 4 years ago

Slug should convert spaces and _ to - so it fits the required format for our ZIM files (not ZIM spec but requirement of our auto-upate script)

/^(.+?_)([a-z\-]{2,10}?_|)(.+_|)([\d]{4}|)\-([\d]{2})$/i