[dundee] Defcon-16 Media Archives

Nicholas Walker tel0seh at googlemail.com
Wed Mar 11 01:10:12 UTC 2009


I managed to sort out an automated download. Heres what I did.


wget https://www.defcon.org/podcast/defcon-16-video.rss

then

cat defcon-16-video.rss | grep .m4v > dump.txt

then

cat dump.txt

cat dump.txt | cut -d '"' -f2 > urls.txt

Then using this shell script:


 #!/bin/sh
  exec< "urls.txt"
   value=0
   while read line
   do
            wget $line
   done



It downloads each of the video files one by one.



Enjoy ^^
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.lug.org.uk/pipermail/dundee/attachments/20090311/13d70c4b/attachment.htm 


More information about the dundee mailing list