Rewrite of a significant portion of the codebase to be more modular and easier to extend.
New Features:
- Supports thumbnail URL retrieval.
- Improved Vimeo information parsing.
- All data is stored in instance properties.
- Provider-specific metadata is now retrieved.
- Specify custom title and extension for videos.
Bug Fixes:
- Tests properly reference the library after the folder shuffle.
Bug Fixes:
- Convert all files to Unix-style line endings.
New Features:
- Installable via
easy_install
orpip
!
New Features:
- New method for parsing token, resolutions, and the title for YouTube videos.
Bug Fixes:
- Add period between file name and extension for a proper full filename.
New Features:
- Ability to determine valid formats for a specific video.
- Automatic downloading of highest format available if none specified.
New Features:
- Dynamic loading of providers.
- Support passing in formats.
- Unit test for all providers.
- Alternate destination directory support.
Initial release with Vimeo and YouTube support.