-
Notifications
You must be signed in to change notification settings - Fork 21
/
gereksinimler.json
43 lines (43 loc) · 1.29 KB
/
gereksinimler.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
[
{
"name":"mpv",
"type":"7z",
"is_setup":false,
"url":"https://master.dl.sourceforge.net/project/mpv-player-windows/64bit/mpv-x86_64-20231231-git-abc2a74.7z",
"url_x32":"https://master.dl.sourceforge.net/project/mpv-player-windows/32bit/mpv-i686-20231231-git-abc2a74.7z"
},
{
"name":"youtube-dl",
"type":"exe",
"is_setup":false,
"url":"https://github.com/ytdl-org/youtube-dl/releases/download/2021.12.17/youtube-dl.exe"
},
{
"name":"geckodriver",
"type":"zip",
"is_setup":false,
"url":"https://github.com/mozilla/geckodriver/releases/download/v0.34.0/geckodriver-v0.34.0-win64.zip",
"url_x32":"https://github.com/mozilla/geckodriver/releases/download/v0.34.0/geckodriver-v0.34.0-win32.zip"
},
{
"name":"vcredist_x86",
"type":"exe",
"is_setup":true,
"url":"https://download.microsoft.com/download/1/6/5/165255E7-1014-4D0A-B094-B6A430A6BFFC/vcredist_x86.exe"
},
{
"name":"yt-dlp",
"type":"exe",
"url":"https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp.exe"
},
{
"name":"7zr",
"type":"exe",
"url":"https://www.7-zip.org/a/7zr.exe"
},
{
"name":"aria2c",
"type":"zip",
"url":"https://github.com/aria2/aria2/releases/download/release-1.37.0/aria2-1.37.0-win-64bit-build1.zip"
}
]