VideoHelp Forum




+ Reply to Thread
Results 1 to 4 of 4
  1. 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....
    Quote Quote  
  2. Originally Posted by starby View Post
    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....
    at least check your network tab man.

    Code:
    yt-dlp "https://mediacore-live-production.akamaized.net/audio/02/cs/Z/6p.aac?source=web&content_id=105617666" -o "Classic Drive.aac"
    Quote Quote  
  3. Ambassador Of Atmosphere
    Join Date
    Nov 2024
    Location
    Brooklyn, NY
    Search Comp PM
    We all bleed blue from the inside....
    Quote Quote  
  4. 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.
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!