Download Apple movies

Various Linux Stuff
Post Reply
thockman
Site Admin
Posts: 104
Joined: Thu Dec 15, 2005 5:51 pm
Location: Kansas City
Contact:

Download Apple movies

Post by thockman » Fri Oct 23, 2009 12:12 pm

This is a quick script I created to get the apple ads. I don't have quicktime on the computer that I use for the internet.

Code: Select all

#!/bin/bash
cat index.html | grep movies.apple > mov.txt
sed "s/<a href=\"//g" mov.txt > /tmp/$$ && mv /tmp/$$ mov.txt
sed "s/\">//g" mov.txt > /tmp/$$ && mv /tmp/$$ mov.txt
while read line; do
  echo $line
  wget $line
done < mov.txt

Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest