youtube-dl icon indicating copy to clipboard operation
youtube-dl copied to clipboard

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

Open muchemiphilip opened this issue 3 years ago • 1 comments

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

muchemiphilip avatar Aug 19 '21 12:08 muchemiphilip

This patch - https://github.com/epsilonSpider/youtube-dl/commit/d524ac1898ad680e3476be30e218f44e42961374 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

ngtrphuong avatar Feb 17 '23 14:02 ngtrphuong

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

dirkf avatar Apr 10 '23 00:04 dirkf

Facing same issue with url below. Trying to download a single video but it cuts off at 1:00 min. I have applied https://github.com/ytdl-org/youtube-dl/pull/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

prdsharma avatar Jun 05 '23 12:06 prdsharma

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).

dirkf avatar Jun 05 '23 14:06 dirkf

Verbose log, or it didn't happen.

dirkf avatar Jun 12 '24 10:06 dirkf