#!/bin/bash

###lynx --dump  http://cs.teicrete.gr/~mdgramma/test.html | sed ... | while read mp3; do amarok "$mp3"; done

lynx --dump https://mdundo.com/dl/2107204 | vlc -


lynx --source "http://ccmixter.org/view/media/remix" | grep "\.mp3" | sed -s '1,$s/^.*http/http/'  | sed -s '1,$s/mp3.*$/mp3/' | while read mp3; do elisa "$mp3"; done
