Skip to content

Releases: aag/apple_trailer_downloader

v1.0.0

29 May 01:12
@aag aag
Compare
Choose a tag to compare

This version fixes a bug where trailer downloads would fail if there was a space character in the path to the video download URL.

It also bumps the version to 1.0. This project has been in beta for a long time with few issues, so it's time to get rid of the beta suffix.

v1.0.0-beta5

17 Jan 14:31
@aag aag
Compare
Choose a tag to compare
v1.0.0-beta5 Pre-release
Pre-release

This release:

  • Fixes a crash in single_trailer mode when a movie title has unicode characters in it.

v1.0.0-beta4

20 Jan 16:54
@aag aag
Compare
Choose a tag to compare
v1.0.0-beta4 Pre-release
Pre-release

This release:

  • Fixes a bug where already-downloaded trailers were being re-downloaded on every run in single_trailer mode if the movie title had certain symbols or repeating spaces in it.

v1.0.0-beta3

18 Jan 23:23
@aag aag
Compare
Choose a tag to compare
v1.0.0-beta3 Pre-release
Pre-release

This release:

  • Fixes a crash when there's a movie in the "Just Added" feed that doesn't have a page yet.
  • Improves handling of video titles with extraneous spaces (like "Trailer ").
  • Changes the behavior of the video_types = single_trailer setting. Now if there is no "Trailer" or "Trailer 1" for the movie, but there is some other trailer called "Trailer 2" (or "Trailer 3", etc), then the script will download that trailer. If a "Trailer 1" is then added later, the script will not download this trailer, because it has already downloaded a trailer for the movie.

v1.0.0-beta2

19 Sep 23:36
@aag aag
Compare
Choose a tag to compare
v1.0.0-beta2 Pre-release
Pre-release

This release:

  • Fixes a bug where trailers named "Trailer 1" were not downloaded with the video_type setting set to single_trailer.
  • Adds the download_all_urls setting. This allows the user to do something like only download Trailer #1 for most movies (with the video_types = single_trailer setting), but for movies the user is really interested in, to download all videos.
  • Improves the code style.

v1.0.0-beta

01 Nov 10:33
@aag aag
Compare
Choose a tag to compare
v1.0.0-beta Pre-release
Pre-release

This is the first official release of the Apple Trailer Downloader script. Recently there have been a series of significant improvements to the script:

  • Added Python 3.3+ support
  • Updated the interface with the Apple Trailers website to use the new JSON-based trailer endpoints
  • Brought the code style in line with PEP8
  • Improved UTF-8 support and file name handling
  • Added tests

This version is very close to a 1.0 release, but since there have been so many changes to the script recently, I want to first put out a beta version for testing before freezing the API for the 1.0 release.