P
P
pleasestopme2012-12-28 19:59:40
Computer networks
pleasestopme, 2012-12-28 19:59:40

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

3 answer(s)
M
m08pvv, 2012-12-28
@m08pvv


You can simply grab everything using wget (specify the -p or --page-requisites flag)

T
theaspin, 2012-12-28
@theaspin

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 :)

M
MT, 2012-12-28
@MTonly

For example, using the Video Download Helper extension for the Firefox browser .

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question