Update /sites

This commit is contained in:
freearhey
2023-10-02 06:35:33 +03:00
parent ca254a6df0
commit c0cfcf7a47
543 changed files with 30781 additions and 31187 deletions
+1 -1
View File
@@ -66,7 +66,7 @@ function parseDescription($item) {
function parseIcon($item) {
const backgroundImage = $item('a > div.image-parent > div.image').css('background-image')
const [_, icon] = backgroundImage.match(/url\(\'(.*)'\)/) || [null, null]
const [, icon] = backgroundImage.match(/url\('(.*)'\)/) || [null, null]
return icon
}