]> jfr.im git - yt-dlp.git/blame - yt-dlp.sublime-project
Fix `--windows-filenames` removing `/` from UNIX paths
[yt-dlp.git] / yt-dlp.sublime-project
CommitLineData
50865ca8 1{
2 "folders":
3 [
4 {
5 "path": "./youtube_dlc",
6 "folder_exclude_patterns": ["__pycache__"],
7 },
8 {
9 "path": "./youtube_dl",
10 "folder_exclude_patterns": ["__pycache__"],
11 },
12 {
13 "path": ".",
14 "name": "root-folder",
c76eb41b 15 "folder_exclude_patterns": ["youtube_dl", "youtube_dlc", ".git", "build", "dist", "zip"],
50865ca8 16 },
17 ]
18}