Open
Description
Checklist
- I'm reporting a broken site support
- I've verified that I'm running youtube-dlc version 2020.11.11
- I've checked that all provided URLs are alive and playable in a browser
- I've checked that all URLs and arguments with special characters are properly quoted or escaped
- I've searched the bugtracker for similar issues including closed ones
Verbose log
Microsoft Windows [Version 10.0.19042.685]
(c) 2020 Microsoft Corporation. All rights reserved.
C:\Windows\system32>python3 -m pip install --upgrade youtube-dlc
Collecting youtube-dlc
Using cached youtube_dlc-2020.11.11.post3-py2.py3-none-any.whl (1.8 MB)
Installing collected packages: youtube-dlc
Successfully installed youtube-dlc-2020.11.11.post3
C:\Windows\system32>youtube-dlc -v https://roosterteeth.com/watch/rwby-season-1-episode-1 --list-subs
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['-v', 'https://roosterteeth.com/watch/rwby-season-1-episode-1', '--list-subs']
[debug] Loading archive file None
[debug] Encodings: locale cp1252, fs utf-8, out utf-8, pref cp1252
[debug] youtube-dlc version 2020.11.11-3
[debug] Python version 3.7.9 (CPython) - Windows-10-10.0.19041-SP0
[debug] exe versions: ffmpeg 4.3.1, ffprobe 4.3.1
[debug] Proxy map: {}
[RoosterTeeth] rwby-season-1-episode-1: Downloading video JSON metadata
[RoosterTeeth] rwby-season-1-episode-1: Downloading m3u8 information
[RoosterTeeth] rwby-season-1-episode-1: Downloading episode JSON metadata
16024 has no subtitles
C:\Windows\system32>youtube-dlc --version
2020.11.11-3
Description
youtube-dlc does not recognize subtitles on roosterteeth.com.
Links that were tested:
- https://roosterteeth.com/watch/rwby-season-1-episode-1
- https://roosterteeth.com/watch/rwby-season-1-episode-2
- https://roosterteeth.com/watch/rwby-season-1-episode-3
- https://roosterteeth.com/watch/rwby-season-1-episode-4
- https://roosterteeth.com/watch/gary-and-his-demons-season-1-still-the-one
I am able to load all the subtitles using the built-in player, so this is a youtube-dlc issue. The exact same issue is present in pukkandan's fork, and an issue has been made there as well.
A pull request is made on youtube-dl's repo here, but has not been merged for several months.