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

--download-sections + --live-from-start "chapter information is unavailable) #9535

Closed
10 of 11 tasks
Mattwmaster58 opened this issue Mar 26, 2024 · 1 comment
Closed
10 of 11 tasks
Labels
question Question

Comments

@Mattwmaster58
Copy link

DO NOT REMOVE OR SKIP THE ISSUE TEMPLATE

  • I understand that I will be blocked if I intentionally remove or skip any mandatory* field

Checklist

Region

Canada

Provide a description that is worded well enough to be understood

I've been trying to download a certain portion of video from this livestream (which should be live for the forseable future): https://www.youtube.com/watch?v=83a7h3kkgPg

--list-formats:

[info] Available formats for 83a7h3kkgPg:
ID  EXT RESOLUTION FPS │   TBR PROTO │ VCODEC        VBR ACODEC      ABR ASR MORE INFO
───────────────────────────────────────────────────────────────────────────────────────────────────────
139 m4a audio only     │   64k dashG │ audio only        mp4a.40.5   64k 22k DASH audio, ANDR, m4a_dash
140 m4a audio only     │  144k dashG │ audio only        mp4a.40.2  144k 44k DASH audio, ANDR, m4a_dash
160 mp4 256x144     15 │  212k dashG │ avc1.42c00b  212k video only          DASH video, ANDR, mp4_dash
133 mp4 426x240     30 │  456k dashG │ avc1.4d4015  456k video only          DASH video, ANDR, mp4_dash
134 mp4 640x360     30 │ 1008k dashG │ avc1.4d401e 1008k video only          DASH video, ANDR, mp4_dash
135 mp4 854x480     30 │ 1350k dashG │ avc1.4d401f 1350k video only          DASH video, ANDR, mp4_dash
136 mp4 1280x720    30 │ 2684k dashG │ avc1.4d401f 2684k video only          DASH video, WEB, mp4_dash
298 mp4 1280x720    60 │ 4018k dashG │ avc1.4d4020 4018k video only          DASH video, ANDR, mp4_dash
137 mp4 1920x1080   30 │ 5019k dashG │ avc1.640028 5019k video only          DASH video, WEB, mp4_dash
299 mp4 1920x1080   60 │ 6686k dashG │ avc1.64002a 6686k video only          DASH video, ANDR, mp4_dash

Provide verbose output that clearly demonstrates the problem

  • Run your yt-dlp command with -vU flag added (yt-dlp -vU <your command line>)
  • If using API, add 'verbose': True to YoutubeDL params instead
  • Copy the WHOLE output (starting with [debug] Command-line config) and insert it below

Complete Verbose Output

[debug] Command-line config: ['--remux-video', 'mp4', '-o', '~/Downloads/yt/%(title)s.%(ext)s', 'https://www.youtube.com/watch?v=83a7h3kkgPg', '--live-from-start', '--download-sections', '#-3hours - -2hours', '-v']
[debug] Encodings: locale UTF-8, fs utf-8, pref UTF-8, out utf-8, error utf-8, screen utf-8
[debug] yt-dlp version stable@2024.03.10 from yt-dlp/yt-dlp [615a84447] (pip)
[debug] Python 3.10.9 (CPython x86_64 64bit) - Linux-6.8.1-arch1-1-x86_64-with-glibc2.39 (OpenSSL 3.2.1 30 Jan 2024, glibc 2.39)
[debug] exe versions: ffmpeg 6.1.1 (setts), ffprobe 6.1.1, rtmpdump 2.4
[debug] Optional libraries: Cryptodome-3.20.0, brotli-1.1.0, certifi-2024.02.02, mutagen-1.47.0, requests-2.31.0, sqlite3-3.45.2, urllib3-2.2.1, websockets-12.0
[debug] Proxy map: {}
[debug] Request Handlers: urllib, requests, websockets
[debug] Loaded 1803 extractors
[youtube] Extracting URL: https://www.youtube.com/watch?v=83a7h3kkgPg
[youtube] 83a7h3kkgPg: Downloading webpage
[youtube] 83a7h3kkgPg: Downloading ios player API JSON
[youtube] 83a7h3kkgPg: Downloading android player API JSON
[youtube] 83a7h3kkgPg: Downloading MPD manifest
[youtube] 83a7h3kkgPg: Downloading MPD manifest
[debug] Sort order given by extractor: quality, res, fps, hdr:12, source, vcodec:vp9.2, channels, acodec, lang, proto
[debug] Formats sorted by: hasvid, ie_pref, quality, res, fps, hdr:12(7), source, vcodec:vp9.2(10), channels, acodec, lang, proto, size, br, asr, vext, aext, hasaud, id
[debug] Default format spec: bestvideo*+bestaudio/best
[info] 83a7h3kkgPg: Cannot match chapters since chapter information is unavailable
@Mattwmaster58 Mattwmaster58 added site-bug Issue with a specific website triage Untriaged issue labels Mar 26, 2024
@pukkandan
Copy link
Member

download-sections is not currently supported for live-from-start and that is not valid syntax. Maybe you meant to use #6498 instead of the official yt-dlp

@pukkandan pukkandan added question Question and removed site-bug Issue with a specific website triage Untriaged issue labels Mar 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Question
Projects
None yet
Development

No branches or pull requests

3 participants