mirror of
https://github.com/tuna/mirror-web.git
synced 2025-12-25 20:32:46 +00:00
fix download list of VLC
This commit is contained in:
parent
92d7f1cb97
commit
392bfd97c6
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue