mirror of
https://github.com/pikami/tiktok-dl.git
synced 2024-11-25 01:05:42 +00:00
95 lines
2.1 KiB
Go
95 lines
2.1 KiB
Go
// Package resources - This file is automatically generated.
|
|
// Do not edit this file manually.
|
|
// Check `/generator/resources.go` to change generated content
|
|
package resources
|
|
|
|
//BatchDescription -
|
|
var BatchDescription = "File containing URLs/Usernames to download, one value per line. Lines starting with '#', are considered as comments and ignored."
|
|
|
|
//LimitDefault -
|
|
var LimitDefault = "0"
|
|
|
|
//DebugDescription -
|
|
var DebugDescription = "Enables debug mode"
|
|
|
|
//QuietDescription -
|
|
var QuietDescription = "Suppress output"
|
|
|
|
//MetadataDefault -
|
|
var MetadataDefault = "false"
|
|
|
|
//LimitDescription -
|
|
var LimitDescription = "Sets the videos count limit (useful when there too many videos from the user or by hashtag)"
|
|
|
|
//OutputDescription -
|
|
var OutputDescription = "Output path"
|
|
|
|
//BatchDefault -
|
|
var BatchDefault = ""
|
|
|
|
//FailLogDefault -
|
|
var FailLogDefault = ""
|
|
|
|
//MetadataFlag -
|
|
var MetadataFlag = "metadata"
|
|
|
|
//ArchiveFlag -
|
|
var ArchiveFlag = "archive"
|
|
|
|
//MetadataDescription -
|
|
var MetadataDescription = "Write video metadata to a .json file"
|
|
|
|
//QuietDefault -
|
|
var QuietDefault = "false"
|
|
|
|
//DeadlineDefault -
|
|
var DeadlineDefault = "1500"
|
|
|
|
//JsonFlag -
|
|
var JsonFlag = "json"
|
|
|
|
//JsonDefault -
|
|
var JsonDefault = "false"
|
|
|
|
//DeadlineDescription -
|
|
var DeadlineDescription = "Sets the timout for scraper logic in seconds (used as a workaround for 'context deadline exceeded' error)"
|
|
|
|
//OutputFlag -
|
|
var OutputFlag = "output"
|
|
|
|
//OutputDefault -
|
|
var OutputDefault = "./downloads"
|
|
|
|
//FailLogFlag -
|
|
var FailLogFlag = "fail-log"
|
|
|
|
//DebugDefault -
|
|
var DebugDefault = "false"
|
|
|
|
//ArchiveDefault -
|
|
var ArchiveDefault = ""
|
|
|
|
//FailLogDescription -
|
|
var FailLogDescription = "Write failed items to log file"
|
|
|
|
//BatchFlag -
|
|
var BatchFlag = "batch-file"
|
|
|
|
//QuietFlag -
|
|
var QuietFlag = "quiet"
|
|
|
|
//DeadlineFlag -
|
|
var DeadlineFlag = "deadline"
|
|
|
|
//LimitFlag -
|
|
var LimitFlag = "limit"
|
|
|
|
//ArchiveDescription -
|
|
var ArchiveDescription = "Download only videos not listed in the archive file. Record the IDs of all downloaded videos in it."
|
|
|
|
//DebugFlag -
|
|
var DebugFlag = "debug"
|
|
|
|
//JsonDescription -
|
|
var JsonDescription = "Just get JSON data from scraper (without video downloading)"
|