Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[viki] Add support for authentication #6005

Closed
SSoft7 opened this issue Jun 17, 2015 · 14 comments
Closed

[viki] Add support for authentication #6005

SSoft7 opened this issue Jun 17, 2015 · 14 comments
Labels

Comments

@SSoft7
Copy link

@SSoft7 SSoft7 commented Jun 17, 2015

Hello,
I passed -u 'email address' -p 'password' for Viki site,but it did not worked ,for example with premium account its not fetching 720p videos,

Can you make it possible on viki and Dramafever site?

@dstftw dstftw added the request label Jun 17, 2015
@dstftw dstftw changed the title viki and Dramafever Add support for authentication on viki.com and dramafever.com Jun 17, 2015
@dstftw
Copy link
Collaborator

@dstftw dstftw commented Jun 17, 2015

Currently, authentication is not supported for these sites. AFAIK, no one of core developers has a premium.
Next time create a separate issue for each site.

@SSoft7
Copy link
Author

@SSoft7 SSoft7 commented Jun 17, 2015

IF I give premium?

@dstftw
Copy link
Collaborator

@dstftw dstftw commented Jun 17, 2015

Probably, default account would be enough to implement authentication.

@SSoft7
Copy link
Author

@SSoft7 SSoft7 commented Jun 17, 2015

ok,

@dstftw dstftw closed this in accf79b Jun 18, 2015
@dstftw dstftw changed the title Add support for authentication on viki.com and dramafever.com [viki] Add support for authentication Jun 18, 2015
@dstftw
Copy link
Collaborator

@dstftw dstftw commented Jun 19, 2015

@TBlogger could you test with premium videos?

@SSoft7
Copy link
Author

@SSoft7 SSoft7 commented Jun 19, 2015

Hi,
youtube-dl --username abcs@gmail.com --password xxxxx -F http://www.viki.com/videos/1067704v-the-crossing-hero-episode-1

Its Listing upto 480p , Premium Account will list 720p too.

@dstftw
Copy link
Collaborator

@dstftw dstftw commented Jun 19, 2015

Note that you should test with code from repository not with latest released version. Download, unpack and run python -m youtube_dl --username abcs@gmail.com --password xxxxx -F http://www.viki.com/videos/1067704v-the-crossing-hero-episode-1. You'll need python installed.

@SSoft7
Copy link
Author

@SSoft7 SSoft7 commented Jun 19, 2015

/usr/bin/python: youtube_dl is a package and cannot be directly executed

@dstftw
Copy link
Collaborator

@dstftw dstftw commented Jun 19, 2015

What's python version, 2.6? Try python youtube_dl/__main__.py --username abcs@gmail.com --password xxxxx -F http://www.viki.com/videos/1067704v-the-crossing-hero-episode-1.

dstftw added a commit that referenced this issue Jun 19, 2015
@dstftw
Copy link
Collaborator

@dstftw dstftw commented Jun 19, 2015

Not it should work.

@SSoft7
Copy link
Author

@SSoft7 SSoft7 commented Jun 20, 2015

http://postimg.org/image/qzt0hwehl/

I have viki.py from here,still
My Python Version 2.6.6

@dstftw
Copy link
Collaborator

@dstftw dstftw commented Jun 20, 2015

@TBlogger redownload sources to include 16d6973 and it will work.

@SSoft7
Copy link
Author

@SSoft7 SSoft7 commented Jun 20, 2015

Hello,
It worked,thank you, my Problem Was I already Had youtube-dl installed with pip install , so python was not using My Current Directory youtube-dl.

@dstftw
Copy link
Collaborator

@dstftw dstftw commented Jun 20, 2015

@TBlogger can you check dramafever premium as well?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.