Whoops I lost this repo and scraped from docker image
This commit is contained in:
@@ -17,7 +17,7 @@ func New() (*Client, error) {
|
||||
func (c *Client) Download(video, local string) error {
|
||||
errs := []error{}
|
||||
for _, extras := range [][]string{
|
||||
[]string{"--metadata-from-title", ".*[0-9]/[0-9][0-9] (?P<title>.+)"},
|
||||
[]string{"--add-metadata", "--metadata-from-title", ".*[0-9]/[0-9][0-9] (?P<title>.+)"},
|
||||
[]string{},
|
||||
} {
|
||||
args := append([]string{
|
||||
|
||||
Reference in New Issue
Block a user