yt-dlp/yt-dlp.sublime-project

19 lines
333 B
Plaintext
Raw Normal View History

2021-01-04 23:20:13 +05:30
{
"folders":
[
{
"path": "./youtube_dlc",
"folder_exclude_patterns": ["__pycache__"],
},
{
"path": "./youtube_dl",
"folder_exclude_patterns": ["__pycache__"],
},
{
"path": ".",
"name": "root-folder",
2021-01-07 12:11:05 +05:30
"folder_exclude_patterns": ["youtube_dl", "youtube_dlc", ".git", "build", "dist", "zip"],
2021-01-04 23:20:13 +05:30
},
]
}