Michele0303 / tiktok-live-recorder

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

Use the local time to set file name #56

Closed JunoChina closed 1 year ago

JunoChina commented 1 year ago

Use time.localtime instead of time.gmtime

Michele0303 commented 1 year ago

All right thank you, I will