You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I have seen several request for adding multiple downloads in the script in one form or another.
I'm here to request an other one, but one I think that can be of interest to a lot of people : adding a simple way to download the X most recent VODs from a channel.
For example, I want to download the last 5 VODs from channel abc12345
I type :
twitch-dl downloadMultiple -n 5 -q source abc12345
Is that something that would be doable ?
I could also use a script to first list the ID for the 5 latest VODs and then download them all in the script using the usual command. If anyone has worked on this, and can help me start my script, I would appreciate it.
The text was updated successfully, but these errors were encountered:
ihabunek
changed the title
[FEATURE REQUEST] download the X most recent VODs from a chanel
Download the X most recent VODs from a chanel
Feb 5, 2022
The script downloads each streamer's json and sorts it by id (from oldest to newest). So the last array entry is the newest.
Just edit the loop to go over the last 5 instead over all.
Hello,
I have seen several request for adding multiple downloads in the script in one form or another.
I'm here to request an other one, but one I think that can be of interest to a lot of people : adding a simple way to download the X most recent VODs from a channel.
For example, I want to download the last 5 VODs from channel abc12345
I type :
twitch-dl downloadMultiple -n 5 -q source abc12345
Is that something that would be doable ?
I could also use a script to first list the ID for the 5 latest VODs and then download them all in the script using the usual command. If anyone has worked on this, and can help me start my script, I would appreciate it.
The text was updated successfully, but these errors were encountered: