hello.
i hope someone could assist
need help with this -
https://www.abc.net.au/listen/programs/classic-drive/classic-drive/105617666?utm_conte...content_shared
tried yt-dlp but doesnt understand the stream.
stream detector doesnt pick up anything....
+ Reply to Thread
Results 1 to 4 of 4
-
-
-
We all bleed blue from the inside....
-
Wrote a script to download these audio files
These are the typical URLs for the files
https://www.abc.net.au/listen/programs/classic-drive/classic-drive/105622194
https://www.abc.net.au/listen/programs/classic-drive/classic-drive/105617666
https://www.abc.net.au/listen/programs/classic-drive/classic-drive/105612158
https://www.abc.net.au/listen/programs/classic-drive/classic-drive/105599244
https://www.abc.net.au/listen/programs/classic-drive/classic-drive/105593550
https://www.abc.net.au/listen/programs/classic-drive/classic-drive/105588414
Code:set "url=https://www.abc.net.au/listen/programs/classic-drive/classic-drive/105599244" for /f %e in (' echo %url% ^| sed -e "s#^.*\x2f##" ') do set "suffix=%e" curl -ksL "%url%" | sed -s "s#renditions#\nrenditions#" | grep "renditions" | awk "BEGIN{ FS=\"\x22\"} { print $19 }" | xargs aria2c -d "%USERPROFILE%\downloads" -o "Classic_Drive_%suffix%.aac"
Select the desired program ID Number and paste it into this script
Select the three lines and paste into windows cli cmd.exe and run. No need to create a cmd file.
File will be downloaded to the windows download directory with the name Classic_Drive_105599244.aac
[need to have sed, grep, awk, xargs and aria2c for windows ... google is your friend]
Script should run under linux with little or no modification.
Similar Threads
-
N_m3u8DL-RE - Multiple Audio Streams - MPD
By coltseavers in forum Video Streaming DownloadingReplies: 1Last Post: 13th Jul 2025, 11:05 -
---
By Anonymous84 in forum Video Streaming DownloadingReplies: 1Last Post: 2nd Dec 2023, 13:00 -
Extract Certain Audio Streams
By Jay123210599 in forum AudioReplies: 0Last Post: 4th Nov 2023, 22:50 -
Combining Audio Streams
By Jay123210599 in forum AudioReplies: 10Last Post: 4th Nov 2023, 16:01 -
Adding 2 audio streams to a video
By Jawz22 in forum EditingReplies: 9Last Post: 4th Nov 2022, 20:31