RaceNotifier/.vscode/launch.json

16 lines
698 B
JSON
Raw Normal View History

2024-08-28 10:58:09 +07:00
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Launch Package",
"type": "go",
"request": "launch",
"mode": "auto",
2024-08-30 12:34:28 +07:00
"program": "RaceNotifier.go",
"args": ["prerace", "Snowpiercer.S04E07.FRENCH.1080p.WEB.H264-FW", "Film/Vidéo", "YGG Torrent", "episode", "Snowpiercer", "4", "7", "0", "1080p", "WEB", "https://www.ygg.re/rss/download?id=1213818&passkey=dojP6mocODxH1jlyKrHgDfm1BFBaJsEg"]
2024-08-28 10:58:09 +07:00
}
]
}