mirror of
https://github.com/mxpv/podsync.git
synced 2024-05-11 05:55:04 +00:00
Add Github Actions CI script
This commit is contained in:
@@ -53,7 +53,7 @@ func (dl YoutubeDl) Download(ctx context.Context, feedConfig *config.Feed, url s
|
||||
destPath,
|
||||
url,
|
||||
)
|
||||
} else {
|
||||
} else { //nolint
|
||||
// Low quality audio (encoded to mp3)
|
||||
return dl.exec(ctx,
|
||||
"--extract-audio",
|
||||
@@ -79,7 +79,7 @@ func (dl YoutubeDl) Download(ctx context.Context, feedConfig *config.Feed, url s
|
||||
destPath,
|
||||
url,
|
||||
)
|
||||
} else {
|
||||
} else { //nolint
|
||||
// Low quality
|
||||
return dl.exec(ctx,
|
||||
"--format",
|
||||
|
||||
Reference in New Issue
Block a user