RaceNotifier/.vscode/launch.json
2024-08-30 12:34:28 +07:00

16 lines
698 B
JSON

{
// 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",
"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"]
}
]
}