Skip to content
This repository has been archived by the owner on Oct 6, 2024. It is now read-only.

Commit

Permalink
Merge pull request #7 from ch3nkula/master
Browse files Browse the repository at this point in the history
Invalid literal and syntax error fix
  • Loading branch information
Nyah Check authored Sep 16, 2017
2 parents 742ab8e + 9d00013 commit b9074d4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions simple.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ import (
//"encoding/json"
"fmt"
"io"
"os"
"os/exec"
//"os"
//"os/exec"
"io/ioutil"
//"log"
"net/http"
Expand Down Expand Up @@ -96,7 +96,7 @@ func main() {
}

decodedVideo = append(decodedVideo, data)
logrus.Infof("\nDecoded %d bytes of '%s", in '%s' format, len(decodedVideo), dec_data["quality"][0], dec_data["format"][0])
logrus.Infof("\nDecoded %d bytes of '%s' in '%s'", format, len(decodedVideo), dec_data["quality"][0], dec_data["format"][0])
}

//Download video
Expand Down

0 comments on commit b9074d4

Please sign in to comment.