mirror of https://github.com/yt-dlp/yt-dlp
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
333 B
Plaintext
19 lines
333 B
Plaintext
{
|
|
"folders":
|
|
[
|
|
{
|
|
"path": "./youtube_dlc",
|
|
"folder_exclude_patterns": ["__pycache__"],
|
|
},
|
|
{
|
|
"path": "./youtube_dl",
|
|
"folder_exclude_patterns": ["__pycache__"],
|
|
},
|
|
{
|
|
"path": ".",
|
|
"name": "root-folder",
|
|
"folder_exclude_patterns": ["youtube_dl", "youtube_dlc", ".git", "build", "dist", "zip"],
|
|
},
|
|
]
|
|
}
|