Skip to content

niamu/apple-trailers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

apple-trailers

Download movie trailers from Apple.

Usage

Require the library...

user> (require '[apple-trailers.core :as trailers])

Provide a specific trailer URL to download from...

user> (-> (trailers/trailers "http://trailers.apple.com/trailers/independent/swissarmyman/")
          trailers/download-all)

You can also perform a search for the movie. This will fetch the trailers from the top result of the search so it may not always be what you expect.

user> (-> (trailers/search "Swiss Army Man")
          trailers/download-all)

download-all will find all trailers for the movie and download them in the highest quality available.

License

Copyright © 2016 Brendon Walsh

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.

About

Download movie trailers from Apple

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published