yt-dlp -o "%(title)s_$(date +"%H-%M-%S").%(ext)s" https://www.youtube.com/watch?v=lqRq1KBIe4c
yt-dlp -o '%(title)s_%(epoch-3600>%H-%M-%S)s.%(ext)s' https://www.youtube.com/watch?v=lqRq1KBIe4c
gulp.task('build', gulp.series('clean:dist', gulp.parallel('sass', 'useref', 'images', 'fonts')));
"editor.formatOnSave": false, // попробуйте с true, должно работать при сохранении
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
{
"key": "alt+f",
"command": "editor.action.formatDocument",
"when": "editorTextFocus && !editorReadonly"
}
{
"printWidth": 80,
"tabWidth": 4,
"useTabs": true,
"semi": true,
"singleQuote": true,
"quoteProps": "as-needed",
"jsxSingleQuote": true,
"trailingComma": "es5",
"bracketSpacing": true,
"jsxBracketSameLine": true,
"arrowParens": "always",
"proseWrap": "always",
"htmlWhitespaceSensitivity": "css",
"vueIndentScriptAndStyle": true,
"endOfLine": "crlf",
"requirePragma": false,
"insertPragma": false
}