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

Invalid literal and syntax error fix #7

Merged
merged 1 commit into from
Sep 16, 2017
Merged

Invalid literal and syntax error fix #7

merged 1 commit into from
Sep 16, 2017

Conversation

xSavitar
Copy link
Contributor

  • Fixes to invalid literal in the logrus.Infof()
    method.

  • Removing of unused packages imported but not used

Signed-off-by: Alangi Derick [email protected]

* Fixes to invalid literal in the logrus.Infof()
method.

* Removing of unused packages imported but not used

Signed-off-by: Alangi Derick <[email protected]>
@xSavitar
Copy link
Contributor Author

xSavitar commented Sep 16, 2017

Managed to fix the invalid literal issues. But still getting errors trying to compile the app;

# ytd
./simple.go:110:14: undefined: stream

Any idea why that? I can see the package is not available and the only stream packages online are;

Sample documentation here;

In addition, the empty auth_test.go causes this error;

../../../github.com/Ch3ck/ytd/auth/auth_test.go:1:1: expected 'package', found 'EOF'

This one is a minor issue.

@ch3ck
Copy link
Owner

ch3ck commented Sep 16, 2017

@ch3nkula I use this file basically for primitive testing of the youtube video url extractor. It's not part of the actual downloader, I plan on refactoring this out of the code once I"m done with this project.

@ch3ck ch3ck merged commit b9074d4 into ch3ck:master Sep 16, 2017
@xSavitar
Copy link
Contributor Author

Ohh great! I see the idea @ch3ck. What about the stream package?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants