fix download list of VLC

This commit is contained in:
z4yx 2020-02-27 13:42:19 +08:00
parent 92d7f1cb97
commit 392bfd97c6

View File

@ -510,9 +510,9 @@ category = app
distro = VLC
listvers = 2
location = videolan-ftp/vlc/*/*/*
pattern = vlc/([\d\.]+)/(\w+)/.+\.(dmg|exe|msi|7z)(?!.)
platform = $2
type = $3
pattern = vlc/([\d\.]+)/(\w+)/.+\d\.(dmg|exe|msi|7z)(?!.)
platform = $3
type = $2
version = $1
category = app