Closed KazuProg closed 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.
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
go get -u ./... && go mod tidy && git add -p
@mmpx12 It's done!
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.