Answer the question
In order to leave comments, you need to log in
Automating the extraction of mp3 from the source code of the site
Are there programs capable of extracting (downloading) mp3s posted on sites in the form of flash players (and not only). For example, there is a page with a player (www.thewire.co.uk/audio/tracks/office-ambience_346). It is required to extract all the mp3s presented in the player, not by hand, copying each mp3 from the source code, but somehow automate this matter, if possible.
Answer the question
In order to leave comments, you need to log in
You can simply grab everything using wget (specify the -p or --page-requisites flag)
For such a task, it is easier to throw in a primitive script - we take html, through regular expressions we find links and download files. Business for 10 minutes :)
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question