mirror of
https://github.com/pikami/tiktok-dl.git
synced 2025-02-05 07:16:39 +00:00
Fix issue with batch files
This commit is contained in:
parent
18c745aaba
commit
2af96e899e
@ -22,7 +22,7 @@ func StartWorkflowByParameter(url string) {
|
||||
|
||||
// Tiktok user
|
||||
if CanUseDownloadUser(url) {
|
||||
DownloadUser(models.GetUsername())
|
||||
DownloadUser(models.GetUsernameFromString(url))
|
||||
return
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user