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

Why is it that the Downloaded oreilly video are cutting off at 1:00? Has anyone managed to solve this issue #29823

Closed
3 tasks
muchemiphilip opened this issue Aug 19, 2021 · 4 comments

Comments

@muchemiphilip
Copy link

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

WRITE QUESTION HERE

@ngtrphuong
Copy link

This patch - epsilonSpider@d524ac1 and work-around via adding username (-u parameter) can fix this issue completely,

I've tried download videos course via SSO cookies and it can download full length videos without any issue

@dirkf
Copy link
Contributor

dirkf commented Apr 10, 2023

Expected to be fixed by #31524, but impossible to tell since no example was provided.

@dirkf dirkf closed this as not planned Won't fix, can't repro, duplicate, stale Apr 10, 2023
@prdsharma
Copy link

prdsharma commented Jun 5, 2023

Facing same issue with url below. Trying to download a single video but it cuts off at 1:00 min. I have applied #31524 fix locally for login issue prior test.
youtube-dl -v --cookies 'cookies.txt' -o .\output\test.mp4 https://learning.oreilly.com/videos/data-engineering-foundations/9780137440580/9780137440580-defl_00_00_00_00/
[debug] System config: [] [debug] User config: [] [debug] Custom config: [] [debug] Command-line args: ['-v', '--cookies', '.\\code\\cookies.txt', '-o', '.\\output\\test.mp4', 'https://learning.oreilly.com/videos/data-engineering-foundations/9780137440580/9780137440580-defl_00_00_00_00/'] [debug] Encodings: locale cp1252, fs utf-8, out utf-8, pref cp1252 [debug] youtube-dl version 2021.12.17 [debug] Git HEAD: b8a86dcf1 [debug] Python 3.11.1 (CPython AMD64 64bit) - Windows-10-10.0.22621-SP0 - OpenSSL 1.1.1q 5 Jul 2022 [debug] exe versions: ffmpeg 2023-04-10-git-b18a9c2971-essentials_build-www.gyan.dev, ffprobe 2023-04-10-git-b18a9c2971-essentials_build-www.gyan.dev [debug] Proxy map: {} [Kaltura] 9780137440580-defl_00_00_00_00: Downloading webpage [Kaltura] 1_edl7jqh4: Downloading video info JSON [Kaltura] 1_edl7jqh4: Checking mp4-4328 URL [Kaltura] 1_edl7jqh4: Downloading m3u8 information [debug] Default format spec: bestvideo+bestaudio/best [debug] Invoking downloader on 'http://cdnapi.kaltura.com/[snip]' [download] Destination: output\test.mp4 [download] 100% of 28.72MiB in 00:17

@dirkf
Copy link
Contributor

dirkf commented Jun 5, 2023

Please post issues from testing the PR code in the PR thread. In particular, we need to see a verbose log of failure using --password. The PR author suggests that the code works with explicit login, rather than cookies (unlike almost every other case).

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

No branches or pull requests

4 participants