Improved release storage module. Added new tags module. Added movie scraping.
This commit is contained in:
@@ -4,6 +4,10 @@ function slugify(string, delimiter = '-', {
|
||||
encode = false,
|
||||
limit = 1000,
|
||||
} = {}) {
|
||||
if (!string) {
|
||||
return '';
|
||||
}
|
||||
|
||||
const slugComponents = string.trim().toLowerCase().match(/\w+/g);
|
||||
|
||||
if (!slugComponents) {
|
||||
|
||||
Reference in New Issue
Block a user