Video truncation downloading from Curiosity Stream
See original GitHub issueChecklist
- 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!?
Issue Analytics
- State:
- Created 3 years ago
- Comments:8
Top Results From Across the Web
Resolve Issues – Curiosity Stream Help Center
Technical difficulties? Don't let anything get between you and your favorite documentaries by troubleshooting here!
Read more >Offline Viewing with Mobile Apps - Curiosity Stream
1. Download the latest version of the Curiosity Stream app from the Google Play or iTunes App store. 2. Open the app and...
Read more >How do I bookmark videos and series? - Curiosity Stream
Clicking the + icon underneath the title on the video or series page. Once you've bookmarked a video or series you will be...
Read more >Curiosity Stream | If it's out there, it's in here
Curiosity Stream has thousands of documentaries that enlighten, entertain & inspire, all for just $20/year. What are you curious about?
Read more >YouTube Title Generator Tool - TubeRanker
The YouTube Title Generator tool creates optimized YouTube titles for your videos based on in-depth research of successful video titles.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@nathanfranke I have observed the same error. It looks like CS has changed their API slightly. Authentication no longer works. But it is a separate issue.
Hey @nathanfranke I believe using -u and -p solved it for me