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

Video truncation downloading from Curiosity Stream #24589

Closed
voidshard opened this issue Apr 2, 2020 · 5 comments
Closed

Video truncation downloading from Curiosity Stream #24589

voidshard opened this issue Apr 2, 2020 · 5 comments

Comments

@voidshard
Copy link

@voidshard voidshard commented Apr 2, 2020

Checklist

  • I'm asking a question
  • I've looked through the README and FAQ for similar questions
  • I've searched the bugtracker for similar questions including closed ones

Question

Hey guys,

Question;
I'm trying to download videos from CuriosityStream so I can watch them offline at leisure

  • I've double checked and it's listed as a supported website.
  • I have a valid login & a cookies.txt that includes the auth_token (among others) for the curiosity stream domain

When I point youtube-dl at a CuriosityStream URL it downloads the first 2 minutes of the video & then moves on to the next (it still follows a playlist successfully & pulls the first 2 mins of each video). Regardless of whether I give it a cookies file or not it always grabs the first 2 mins .. for some reason (I kind of expected it to fail without cookies at all).

I'm using:

youtube-dl -ci -o '%(title)s.%(ext)s' --cookies cookies.txt --restrict-filenames [url]

Curious for any tips for downloading full length videos from CuriousityStream & thoughts on what I am doing wrong!?

@voidshard voidshard added the question label Apr 2, 2020
@dstftw dstftw closed this Apr 2, 2020
@dstftw dstftw added the incomplete label Apr 2, 2020
@voidshard
Copy link
Author

@voidshard voidshard commented Apr 2, 2020

Why incomplete? If I've missed something in the README or FAQs then please point it out 'cause I sure as hell can't see where it's mentioned ..

@R3v3rso
Copy link

@R3v3rso R3v3rso commented Apr 22, 2020

Hey @voidshard I had the same problem as you, and I just figured it out :
Instead of relying on the cookies.txt file for authentication, just add -u YOUR-USERNAME -p YOUR-PASSWORD to your parameters :)
It worked like a charm for me, I just downloaded everything I needed to watch offline.

Hope this will help you !

@voidshard
Copy link
Author

@voidshard voidshard commented Jul 3, 2020

Hey @R3v3rso thanks! I'll give that a try!

@ilazim
Copy link

@ilazim ilazim commented Jul 24, 2020

@voidshard any luck downloading from there? If so could you help me with it?

@Lamieur
Copy link

@Lamieur Lamieur commented Aug 2, 2020

Instead of adding -u -p, just put:
machine curiositystream login <your email> password <your password>
in your ~/.netrc (just like you do for YouTube etc.)

(also @ilazim)

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
5 participants
You can’t perform that action at this time.