aag / apple_trailer_downloader

A script to download HD trailers from the Apple Trailers website.
GNU General Public License v3.0
23 stars 5 forks source link

Make it more modular #1

Closed robivanknobi closed 10 years ago

robivanknobi commented 10 years ago

Hi,

i wanted to use your download functions in a program of mine.

Basically these changes allow importing your apple_trailer_downloader without executing the complete program and downloading everything. The original program was moved to the >> if name == 'main':<< part and global variables are now explicitly given to the functions.

greetings robivanknobi

aag commented 10 years ago

Thanks for the PR. I've been meaning to do some of this for a while, so I'll go ahead and merge it.