mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-10-31 23:02:40 +00:00
66c935fb16
:ci skip dl
18 lines
333 B
Text
18 lines
333 B
Text
{
|
|
"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"],
|
|
},
|
|
]
|
|
}
|