mmpx12 / twitter-media-downloader

twmd: CLI/GUI Apiless twitter downlaoder. Download medias from single tweet or a whole profile.
622 stars 71 forks source link

Fix incorrect output filename #47

Closed KazuProg closed 7 months ago

KazuProg commented 7 months ago

Hello.

I have been using twitter-media-downloader for a few days now.

I have found a problem with incorrect file names when downloading multiple user media with the -f option.

This problem occurred because the formatName variable was rewritten by several goroutines.

mmpx12 commented 7 months ago

Hi @KazuProg, can you just change version from v1.13.0 to v1.13.1 and update deps with: go get -u ./... && go mod tidy && git add -p before i merge

KazuProg commented 7 months ago

@mmpx12 It's done!