aboutsummaryrefslogtreecommitdiffstats
path: root/yt-dlc.sublime-project
diff options
context:
space:
mode:
authornixxo <nixxo@protonmail.com>2021-01-07 16:49:07 +0100
committerGitHub <noreply@github.com>2021-01-07 16:49:07 +0100
commit1c3a61baae8f9aea1fa5610317e9bfd63a259d2d (patch)
tree27b312678d5eb1bed87ebb0af9f453fbfa94a424 /yt-dlc.sublime-project
parent727006d9515441ae44dd034955fd220d5afed9a6 (diff)
parent9d88274ca2e5248481204e753b458e3a4eeac60e (diff)
downloadhypervideo-pre-1c3a61baae8f9aea1fa5610317e9bfd63a259d2d.tar.lz
hypervideo-pre-1c3a61baae8f9aea1fa5610317e9bfd63a259d2d.tar.xz
hypervideo-pre-1c3a61baae8f9aea1fa5610317e9bfd63a259d2d.zip
Merge branch 'master' into akamai-fix
Diffstat (limited to 'yt-dlc.sublime-project')
-rw-r--r--yt-dlc.sublime-project18
1 files changed, 18 insertions, 0 deletions
diff --git a/yt-dlc.sublime-project b/yt-dlc.sublime-project
new file mode 100644
index 000000000..0ffdc674b
--- /dev/null
+++ b/yt-dlc.sublime-project
@@ -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", ".git", "build", "dist", "zip"],
+ },
+ ]
+}