You are not logged in.

#1 2012-03-14 17:39:33

TuxLyn
Member
From: United States
Registered: 2011-10-26
Posts: 283

AtGet - Apple Trailers Downloader

I've released another private script of mine public, that downloads new trailers for offline viewing smile

Apple trailers downloader script. This script will automatically download latest rss feed of trailers to “trailers.xml” then parse it and download trailers to “trailers” folder with proper file names. This script can be run from cron. I hope this will be useful to some one else.

EDITED - NEW URL: https://github.com/GoTux/Perl/blob/master/atget.pl

Last edited by TuxLyn (2012-12-19 10:15:32)


::: Using Arch Linux Since October 25, 2011 :::
::: Tutorials: http://distrogeeks.com/ :::

Offline

#2 2012-03-14 17:44:56

ap0calypse
Member
From: Austria
Registered: 2012-03-12
Posts: 54
Website

Re: AtGet - Apple Trailers Downloader

just out of interest: why are you using

system('mkdir trailers');

instead of

mkdir 'trailers';

is there a reason?


projects: whistle | bazinga
open minds, open sources, open future.

Offline

#3 2012-03-14 18:07:04

TuxLyn
Member
From: United States
Registered: 2011-10-26
Posts: 283

Re: AtGet - Apple Trailers Downloader

Not really buddy. Thanks for pointing that out, will modify the script now. However it works with mkdir and unlink but not with wget.

Last edited by TuxLyn (2012-03-14 18:10:00)


::: Using Arch Linux Since October 25, 2011 :::
::: Tutorials: http://distrogeeks.com/ :::

Offline

#4 2012-06-04 06:00:59

TuxLyn
Member
From: United States
Registered: 2011-10-26
Posts: 283

Re: AtGet - Apple Trailers Downloader

I've released version 0.2 if any one interested ;-)
https://github.com/GoTux/Perl/blob/master/atget.pl

Last edited by TuxLyn (2012-12-19 10:15:58)


::: Using Arch Linux Since October 25, 2011 :::
::: Tutorials: http://distrogeeks.com/ :::

Offline

#5 2013-07-18 01:53:17

TuxLyn
Member
From: United States
Registered: 2011-10-26
Posts: 283

Re: AtGet - Apple Trailers Downloader

This is still alive and kicking, works very well. But I've moved it from git to my blog at http://gotux.net/code/


::: Using Arch Linux Since October 25, 2011 :::
::: Tutorials: http://distrogeeks.com/ :::

Offline

Board footer

Powered by FluxBB