bug-wget
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: missing something to download mp3 files from host


From: random.coder
Subject: RE: missing something to download mp3 files from host
Date: Sat, 17 Dec 2022 13:29:54 -0800

> I am trying to download all the radio programmes from this page: 
> https://www.radiofrance.fr/personnes/gilles-deleuze with:
> wget -r -l 1 -H -nd -np -A '*.mp3' -D media.radiofrance-podcast.net 
> https://www.radiofrance.fr/personnes/gilles-deleuze

That page uses Javascript to present the list of files to play.  You'll either 
need custom parsing of the page to find the links, or something that can run 
Javascript like Selenium to run it before looking for the links..




reply via email to

[Prev in Thread] Current Thread [Next in Thread]