mirror of https://github.com/blackjack4494/yt-dlc
19 lines
310 B
Plaintext
19 lines
310 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",".github"],
|
||
|
},
|
||
|
]
|
||
|
}
|