Fixed Formatting and .cbz creation
This commit is contained in:
parent
fd6ce2a51e
commit
c263fd9ccd
2 changed files with 3 additions and 4 deletions
jnc
|
@ -429,7 +429,7 @@ func (jncApi *Api) GetLibrarySeries() (seriesList []SerieAugmented, err error) {
|
|||
}
|
||||
|
||||
func (jncApi *Api) Download(link string, targetDir string) (name string, err error) {
|
||||
fmt.Printf("Downloading %s...", link)
|
||||
fmt.Printf("Downloading %s...\n", link)
|
||||
res, err := http.Get(link)
|
||||
if err != nil {
|
||||
return "", err
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue