Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ファイル名をテンプレートに沿って保存できるようにしたい #511

Open
shishi opened this issue Jan 19, 2024 · 0 comments

Comments

@shishi
Copy link

shishi commented Jan 19, 2024

現状は

デフォルトダウンロードフォルダ/
 ├ クリエイター名/
 │  └ 記事タイトル/
 │    └ コンテンツタイトル/
 │      └ 各画像
 └ ...

のルールに沿ってファイルが保存されますが、ポスト作成日付(YYYYMMDD)やこれらのクリエイター名や記事タイトルなどの情報を用い、各画像、ビデオなどのファイル名をテンプレートにより変更できる機能が欲しいです。

${postDate} ${postTitle} ${contentTitle} ${連番}

みたいなことができるのを理想的な形として想像しています。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant