Updating file filters
This commit is contained in:
parent
d68d9ce4f9
commit
e382f73371
13
cookies.txt
Normal file
13
cookies.txt
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
# Netscape HTTP Cookie File
|
||||||
|
# This file is generated by yt-dlp. Do not edit.
|
||||||
|
|
||||||
|
.youtube.com TRUE / FALSE 0 PREF hl=en&tz=UTC
|
||||||
|
.youtube.com TRUE / TRUE 0 SOCS CAI
|
||||||
|
.youtube.com TRUE / TRUE 1746228332 GPS 1
|
||||||
|
.youtube.com TRUE / TRUE 0 YSC WmwjDInItf4
|
||||||
|
.youtube.com TRUE / TRUE 1761778533 __Secure-ROLLOUT_TOKEN CO_R6PStoK3FQRCTgL7h8IWNAxi2uuTh8IWNAw%3D%3D
|
||||||
|
.youtube.com TRUE / TRUE 1761778533 VISITOR_INFO1_LIVE 9VALBXb6AdM
|
||||||
|
.youtube.com TRUE / TRUE 1761778533 VISITOR_PRIVACY_METADATA CgJVUxIEGgAgOQ%3D%3D
|
||||||
|
.youtube.com TRUE / TRUE 1761778533 YT_DEVICE_MEASUREMENT_ID TWV9k30=
|
||||||
|
.youtube.com TRUE / TRUE 1809298533 __Secure-YT_TVFAS t=485062&s=2
|
||||||
|
.youtube.com TRUE / TRUE 1761778533 DEVICE_INFO ChxOelE1T1RrNE5UZzFNRGd5TURJM09UVTROdz09EOWa1cAGGOWa1cAG
|
@ -27,23 +27,98 @@
|
|||||||
"/usr/share/applications"
|
"/usr/share/applications"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"filters": {
|
"filters":{
|
||||||
"meshs": [".dae", ".fbx", ".gltf", ".obj", ".stl"],
|
"meshs":[
|
||||||
"code": [".cpp", ".css", ".c", ".go", ".html", ".htm", ".java", ".js", ".json", ".lua", ".md", ".py", ".rs", ".toml", ".xml", ".pom"],
|
".dae",
|
||||||
"videos": [".mkv", ".mp4", ".webm", ".avi", ".mov", ".m4v", ".mpg", ".mpeg", ".wmv", ".flv"],
|
".fbx",
|
||||||
"office": [".doc", ".docx", ".xls", ".xlsx", ".xlt", ".xltx", ".xlm", ".ppt", ".pptx", ".pps", ".ppsx", ".odt", ".rtf"],
|
".gltf",
|
||||||
"images": [".png", ".jpg", ".jpeg", ".gif", ".ico", ".tga", ".webp"],
|
".obj",
|
||||||
"text": [".txt", ".text", ".sh", ".cfg", ".conf", ".log"],
|
".stl"
|
||||||
"music": [".psf", ".mp3", ".ogg", ".flac", ".m4a"],
|
],
|
||||||
"pdf": [".pdf"]
|
"code":[
|
||||||
},
|
".cpp",
|
||||||
"theming":{
|
".css",
|
||||||
"success_color": "#88cc27",
|
".c",
|
||||||
"warning_color": "#ffa800",
|
".go",
|
||||||
"error_color": "#ff0000"
|
".html",
|
||||||
},
|
".htm",
|
||||||
"debugging": {
|
".java",
|
||||||
"ch_log_lvl": 20,
|
".js",
|
||||||
"fh_log_lvl": 10
|
".ts",
|
||||||
}
|
".json",
|
||||||
}
|
".lua",
|
||||||
|
".md",
|
||||||
|
".py",
|
||||||
|
".rs",
|
||||||
|
".toml",
|
||||||
|
".xml",
|
||||||
|
".pom"
|
||||||
|
],
|
||||||
|
"videos":[
|
||||||
|
".mkv",
|
||||||
|
".mp4",
|
||||||
|
".webm",
|
||||||
|
".avi",
|
||||||
|
".mov",
|
||||||
|
".m4v",
|
||||||
|
".mpg",
|
||||||
|
".mpeg",
|
||||||
|
".wmv",
|
||||||
|
".flv",
|
||||||
|
".m4b"
|
||||||
|
],
|
||||||
|
"office":[
|
||||||
|
".doc",
|
||||||
|
".docx",
|
||||||
|
".xls",
|
||||||
|
".xlsx",
|
||||||
|
".xlt",
|
||||||
|
".xltx",
|
||||||
|
".xlm",
|
||||||
|
".ppt",
|
||||||
|
".pptx",
|
||||||
|
".pps",
|
||||||
|
".ppsx",
|
||||||
|
".odt",
|
||||||
|
".rtf"
|
||||||
|
],
|
||||||
|
"images":[
|
||||||
|
".png",
|
||||||
|
".jpg",
|
||||||
|
".jpeg",
|
||||||
|
".gif",
|
||||||
|
".ico",
|
||||||
|
".tga",
|
||||||
|
".webp"
|
||||||
|
],
|
||||||
|
"text":[
|
||||||
|
".txt",
|
||||||
|
".text",
|
||||||
|
".sh",
|
||||||
|
".cfg",
|
||||||
|
".conf",
|
||||||
|
".log",
|
||||||
|
".yml",
|
||||||
|
".yaml"
|
||||||
|
],
|
||||||
|
"music":[
|
||||||
|
".psf",
|
||||||
|
".mp3",
|
||||||
|
".ogg",
|
||||||
|
".flac",
|
||||||
|
".m4a"
|
||||||
|
],
|
||||||
|
"pdf":[
|
||||||
|
".pdf"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"theming":{
|
||||||
|
"success_color": "#88cc27",
|
||||||
|
"warning_color": "#ffa800",
|
||||||
|
"error_color": "#ff0000"
|
||||||
|
},
|
||||||
|
"debugging": {
|
||||||
|
"ch_log_lvl": 20,
|
||||||
|
"fh_log_lvl": 10
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user