mirror of https://github.com/pikami/tiktok-dl.git
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…
Reference in New Issue