[youtube] video not getting video "chapters" properly
See original GitHub issueThe ‘chapters’ value from the JSON (-J parameter), is usually present on some video. But since a few days, it is not available in ANY video. My guess is that’s since the new chapter UI of youtube.
Here’s a verbose excerpt from youtube version 23.04.2020, not that it looks very useful
[ ~ ] $ youtube-dl -vJ https://www.youtube.com/watch?v=gBRKnvK1JUE
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: [u'-vJ', u'https://www.youtube.com/watch?v=gBRKnvK1JUE']
[debug] Encodings: locale UTF-8, fs UTF-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2020.03.24
[debug] Python version 2.7.16 (CPython) - Linux-4.19.0-8-amd64-x86_64-with-debian-10.3
[debug] exe versions: ffmpeg 4.1.5, ffprobe 4.1.5
[debug] Proxy map: {}
[debug] Default format spec: bestvideo+bestaudio/best
{"upload_date": "20190921", "extractor": "youtube", "chapters": null, ...
Issue Analytics
- State:
- Created 3 years ago
- Comments:9
Top Results From Across the Web
How to fix YouTube Chapters Not Working? (Updated 2022)
Always double-check the chronology of your YouTube video timestamps. If the proper sequence is not followed, YouTube fails to make sense of the ......
Read more >Chapters not working in video - YouTube Community
To opt into video chapters, make sure that the first timestamp you list starts with 00:00. Your video should have at least three...
Read more >YouTube Chapter Not Working, How to Fix - FlexClip
Solution 1: Have at least 3 chapters or less than 50 chapters · Solution 2: List timestamps in chronological order · Solution 3:...
Read more >Why are my timestamps not appearing as chapters in ... - Reddit
So Assuming what you said is correct and it's a error or glitch on YouTube's side, and your doing the same thing everyone...
Read more >YouTube Chapters Timestamps Not Working (HOW TO FIX)
Another reason why your video chapters are not showing up under your videos is that you might have a channel strike. YouTube says...
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
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
Chapters are still NULL in 2020.07.28 release
This seems to have broken again in 2020.06.16.1 .
The JSON chapter tag is just null with both the mentioned https://www.youtube.com/watch?v=gBRKnvK1JUE and also https://www.youtube.com/watch?v=Vr93xAFmJag . They also have different formats in the description.
I found this while investigating if youtube-dl writes these chapters to mkv files. This is not the case, even if this were working in the first place, right?