Michele0303 / tiktok-live-recorder

🎥✨ A TikTok live streaming recorder tool written in Python. Capture and relive your favorite TikTok moments effortlessly. 🎥✨
MIT License
373 stars 102 forks source link

Feature: Add date and time placeholders to -output option for dynamic output paths #141

Closed NullIsNot0 closed 3 weeks ago

NullIsNot0 commented 3 weeks ago

Now output path can be specified with placeholders:

These placeholders will be substituted with date and time parts and folders will be created. Example: /output/{YYYY}{MM}{DD} or /{YYYY}/{MM}/{DD}

Michele0303 commented 3 weeks ago

Thanks