Releases: aag/apple_trailer_downloader
Releases · aag/apple_trailer_downloader
v1.0.0
v1.0.0-beta5
This release:
- Fixes a crash in
single_trailer
mode when a movie title has unicode characters in it.
v1.0.0-beta4
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
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
This release:
- Fixes a bug where trailers named "Trailer 1" were not downloaded with the
video_type
setting set tosingle_trailer
. - Adds the
download_all_urls
setting. This allows the user to do something like only download Trailer #1 for most movies (with thevideo_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
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.