update and test twitch clip downloading
This commit is contained in:
Vendored
+20
-20
@@ -1,21 +1,21 @@
|
||||
{
|
||||
// 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": "Python Debugger: Python File",
|
||||
"type": "debugpy",
|
||||
"request": "launch",
|
||||
"program": "${file}",
|
||||
"args": [
|
||||
"--file", "my_video.mp4",
|
||||
"--title", "My Automated Video Title",
|
||||
"--category", "SCIENCE_AND_TECHNOLOGY",
|
||||
"--description", "Testing out the Data API!",
|
||||
"--privacy", "private"
|
||||
]
|
||||
}
|
||||
]
|
||||
{
|
||||
// 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": "Python Debugger: Python File",
|
||||
"type": "debugpy",
|
||||
"request": "launch",
|
||||
"program": "${file}",
|
||||
"args": [
|
||||
"--file", "my_video.mp4",
|
||||
"--title", "My Automated Video Title",
|
||||
"--category", "SCIENCE_AND_TECHNOLOGY",
|
||||
"--description", "Testing out the Data API!",
|
||||
"--privacy", "private"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user