Torrent: Episode 001-100
November 24th, 2009 by heathenx
We received an email this morning from jEsuSdA (Jesús David Navarro) regarding a torrent that he has made. The torrent includes episodes 001 through 100. If this interests you then you can grab the torrent here (Google translated to English). Even though the description reads 85 it’s my understanding that all 100 are there. I didn’t know about jEsuSdA’s site until now and found that there are about ten other downloads that I found interesting too. He has some good stuff there. Check it out.
jEsuSdA’s site semi-translated to English.
Thank-you, jEsuSdA.
November 25th, 2009 at 4:38 pm
Only lists 85
December 6th, 2009 at 2:56 pm
Hi
I have downloaded torrent 001 – 100 for 14 days now i have now ca 60% ther is not anyone to get it from!!
December 6th, 2009 at 3:28 pm
@ivar Walfridsson
If no one is seeding then you are SOL. You can grab them direct download, one at a time with wget if you wish. This will grab the microsodes as well. All 110.
wget -r -l1 -H -t1 -nd -N -np -A.ogv -erobots=off http://screencasters-repo.heathenx.org/
February 2nd, 2010 at 5:59 pm
@ heathenx
That was a great command! I know this is OT but could you specify the “arguments”, especially -l1
Thanks for a great site
February 3rd, 2010 at 7:02 am
@Erika
-r -l1 means to retrieve recursively with a depth of 1. (http://www.editcorp.com/Personal/Lars_Appel/wget/v1/wget_3.html#SEC13)
You should check out the manpage for wget. It will explain all of the switches.
man wget…or go here: http://linux.die.net/man/1/wget
February 14th, 2010 at 12:40 pm
For any Windows users out there you can get these files by using firefox and the DownloadThemAll plugin. Go to http://screencasters-repo.heathenx.org/ right click anywhere on the page and click on DownloadThemAll then you’ll get a list of all the downloads from that page, put .flv in the fast filter to choose all the .flv files (or whatever file type you want) and click “Start” and let DTA do its thing.
BTW this method works the same in Linux too but the above wget command is quicker.