v2021.01.05 - Make publicly available
This commit is contained in:
parent
29f7c58aaf
commit
50865ca803
5 changed files with 114 additions and 30 deletions
18
yt-dlc.sublime-project
Normal file
18
yt-dlc.sublime-project
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"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"],
|
||||
},
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue