Hello
I want to download a series of ts files such as
https://live-ak.vimeocdn.com/exp=1634240058~acl=%2Ff87a79e9-c429-468d-b0ee-e7e35645870...edia_b6256000_605.ts
https://live-ak.vimeocdn.com/exp=1634240058~acl=%2Ff87a79e9-c429-468d-b0ee-e7e35645870...edia_b6256000_606.ts
https://live-ak.vimeocdn.com/exp=1634240058~acl=%2Ff87a79e9-c429-468d-b0ee-e7e35645870...edia_b6256000_607.ts
.
.
.
.
https://live-ak.vimeocdn.com/exp=1634240058~acl=%2Ff87a79e9-c429-468d-b0ee-e7e35645870...edia_b6256000_3000.ts
As you can see, the only difference is these numbers at the end, is there any convenient way to grab all files(605-3000) and download them one by one in order?
Thanks
Support our site by donate $5 directly to us Thanks!!!
Try StreamFab Downloader and download streaming video from Netflix, Amazon!
Try StreamFab Downloader and download streaming video from Netflix, Amazon!
+ Reply to Thread
Results 1 to 7 of 7
-
-
Yes, there is. Downthemall add-on (https://www.downthemall.net/) has a built-in batch function.
Code:https://live-ak.vimeocdn.com/exp=1634240058~acl=%2Ff87a79e9-c429-468d-b0ee-e7e35645870b%2F%2A~hmac=7abda9fc177e2fee64c1a52197ab3aaeface81a8993f7f5991326177f5a668fc/f87a79e9-c429-468d-b0ee-e7e35645870b/media_b6256000_[605:3000].ts
-
Code:
curl -o "#1.ts" "https://live-ak.vimeocdn.com/exp=1634240058~acl=%2Ff87a79e9-c429-468d-b0ee-e7e35645870b%2F%2A~hmac=7abda9fc177e2fee64c1a52197ab3aaeface81a8993f7f5991326177f5a668fc/f87a79e9-c429-468d-b0ee-e7e35645870b/media_b6256000_[1-1000].ts"
discord=notaghost9997 -
Thanks for your help! Today I just noticed that the add-on has some sort of limitation which can't handle links with too long numbers such as this one
https://sdn-global-live-streaming-packager-cache.3qsdn.com/9584/2021/11/05/264_1149454...ideo_720_file_[20211105185500:20211105185503].ts
Any idea how to solve this? -
-
yes just use curl
Code:curl -o 20211105185#1.ts https://sdn-global-live-streaming-packager-cache.3qsdn.com/9584/2021/11/05/264_1149454...ideo_720_file_20211105185[500-503].ts
discord=notaghost9997 -
Similar Threads
-
Joining a large number of files
By ElusiveProcessing in forum EditingReplies: 15Last Post: 21st Mar 2021, 06:52 -
Rename multiple files with sequence number
By naoto89 in forum ComputerReplies: 23Last Post: 16th Aug 2020, 19:28 -
On x264's Handling regards Consecutive Duplicate Frames
By gdgsdg123 in forum Newbie / General discussionsReplies: 3Last Post: 3rd Aug 2019, 18:26 -
Correcting date\time on 1000 MP4\MOV files exported from Apple Photos
By ArieTillens in forum Newbie / General discussionsReplies: 12Last Post: 28th Sep 2017, 19:34 -
Number of frames in d2v files
By ZikO in forum Video ConversionReplies: 5Last Post: 10th Apr 2017, 12:24