PDA

View Full Version : Plz Wanna Get All bert's Episodes


scorwolf
07-03-2007, 03:23 PM
:) Hi Everyone Could You Plz Send Me a link To Download All bert's Episodes ?

Thank You.

crumbles
07-03-2007, 03:41 PM
:) Hi Everyone Could You Plz Send Me a link To Download All bert's Episodes ?

Thank You.are you new to the internet? - http://www.revision3.com/pixelperfect

chuckles
07-03-2007, 05:55 PM
:) Hi Everyone Could You Plz Send Me a link To Download All bert's Episodes ?

Thank You.

If you're on Mac or other UNIX based systems, here is a simple command that will downdown all the episodes for the particular format you want.

On the main page of the show,

http://www.revision3.com/pixelperfect on the right hand side, there are RSS feeds for each particular format. Copy the link location to the feed you want and launch this from a terminal...

curl url.to.the.feed | grep ^http | while read x; do curl -O $x; done

Here is an example for the HD version

curl http://revision3.com/pixelperfect/feed/quicktime-high-definition | grep ^http | while read x; do curl -O $x; done

-chuckles-

scorwolf
07-03-2007, 09:08 PM
Thank You All for help.

nextgenxbox
07-08-2007, 01:59 AM
Heh. This thread made me chuckle.

samureye
07-08-2007, 04:05 PM
Heh. This thread made me chuckle.
And how.

.

endorean
08-14-2007, 04:27 PM
If you're on Mac or other UNIX based systems, here is a simple command that will downdown all the episodes for the particular format you want.

curl http://revision3.com/pixelperfect/feed/quicktime-high-definition | grep ^http | while read x; do curl -O $x; done

-chuckles-

Plus if your on Windows you can use this same command by using something like Cygwin

senoj1
08-14-2007, 07:25 PM
are you new to the internet? - http://www.revision3.com/pixelperfect

You don't have to be rude.