]> jfr.im git - yt-dlp.git/blob - yt-dlc.sublime-project
[youtube] Extract playlist description
[yt-dlp.git] / yt-dlc.sublime-project
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",
15 "folder_exclude_patterns": ["youtube_dl", "youtube_dlc", ".git", "build", "dist", "zip"],
16 },
17 ]
18 }