mirror of
https://github.com/alexta69/metube.git
synced 2026-06-13 16:40:05 +00:00
31 lines
2.0 KiB
JSON
31 lines
2.0 KiB
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": "Python: MeTube",
|
|
"type": "debugpy",
|
|
"request": "launch",
|
|
"program": "${workspaceFolder}/app/main.py",
|
|
"windows": {
|
|
"env": {
|
|
"DOWNLOAD_DIR": "${env:USERPROFILE}/Downloads",
|
|
"STATE_DIR": "${env:TEMP}",
|
|
"ALLOW_YTDL_OPTIONS_OVERRIDES": "true",
|
|
"YTDL_OPTIONS_PRESETS": "{\"sponsorblock\": {\"postprocessors\": [{\"key\": \"SponsorBlock\", \"categories\": [\"sponsor\", \"selfpromo\", \"interaction\"]}, {\"key\": \"ModifyChapters\", \"remove_sponsor_segments\": [\"sponsor\", \"selfpromo\", \"interaction\"]}]}, \"embed-subs\": {\"writesubtitles\": true, \"writeautomaticsub\": true, \"subtitleslangs\": [\"en\", \"de\"], \"postprocessors\": [{\"key\": \"FFmpegEmbedSubtitle\"}]}, \"limit-rate\": {\"ratelimit\": 5000000}}",
|
|
}
|
|
},
|
|
"osx": {
|
|
"env": {
|
|
"DOWNLOAD_DIR": "${env:HOME}/Downloads",
|
|
"STATE_DIR": "${env:TMPDIR}",
|
|
"ALLOW_YTDL_OPTIONS_OVERRIDES": "true",
|
|
"YTDL_OPTIONS_PRESETS": "{\"sponsorblock\": {\"postprocessors\": [{\"key\": \"SponsorBlock\", \"categories\": [\"sponsor\", \"selfpromo\", \"interaction\"]}, {\"key\": \"ModifyChapters\", \"remove_sponsor_segments\": [\"sponsor\", \"selfpromo\", \"interaction\"]}]}, \"embed-subs\": {\"writesubtitles\": true, \"writeautomaticsub\": true, \"subtitleslangs\": [\"en\", \"de\"], \"postprocessors\": [{\"key\": \"FFmpegEmbedSubtitle\"}]}, \"limit-rate\": {\"ratelimit\": 5000000}}",
|
|
}
|
|
},
|
|
"console": "integratedTerminal"
|
|
}
|
|
]
|
|
} |