Support for Twitch VOD timestamps
See original GitHub issueChecklist
- This is a bug report.
- This is a plugin request.
- This is a feature request.
- I used the search function to find already opened/closed issues or pull requests.
Description
I am trying to download VODs from Twitch using timestamps to avoid downloading the whole video, but I have been unable to do so even using the --player-passthrough hls
option.
I would be interested in knowing the current state of this feature and whether if it will support beginning and ending timestamps (-ss hh:mm:ss -ee hh:mm:ss).
Thanks for the awesome work.
Issue Analytics
- State:
- Created 7 years ago
- Reactions:3
- Comments:10 (6 by maintainers)
Top Results From Across the Web
How to link to a timestamp in Twitch VOD - Eklipse.gg Blog
Method 1. The first way to accomplish your goal of how to link to a timestamp in Twitch VOD, is through an embedded...
Read more >Linking to a timestamp in a twitch broadcast - API
Hi Guys, I am trying everything to link to a timestamp in an embedded video, but nothing seems to work. Is there a...
Read more >I created a tool to convert timestamp between VODs - Reddit
Open VOD Viewer Tool in your browser · Add video urls to the webpage · Select VOD you want to convert your timestamp...
Read more >Twitch.Tv Adds Time-Stamps to Vods - TL.net
To link to this specific spot in this VOD, all you have to do is add a time stamp to the end of...
Read more >Timestamp is not working properly when clicking on the twitch ...
When clicking on the twitch logo of an embedded video of a VOD, the normal behavior should be that it goes to another...
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
No results found
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
Now that #1303 is merged, we could support the timestamp in URL format for twitch, with
t=12h14m25s
for example in the URL.While it would be covered by #134, I think that might be a way off… VOD HLS streams are pretty easy to skip around in, a possible solution: beardypig/streamlink@ce9b8b6.