1
0
Fork 0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-03-09 12:50:23 -05:00
yt-dlp/yt-dlc.sublime-project

19 lines
310 B
Text
Raw Normal View History

2021-01-04 11:50:13 -06:00
{
"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"],
},
]
}