StreamSnapper 0.0.9 - Release notes
To use this library (available on GitHub and PyPI), there are a few options. You can only use the tools from the YouTube (streamsnapper[youtube]) and SoundCloud (streamsnapper[soundcloud]) media services, and you can also use the Downloader (streamsnapper[downloader]) and Merger (streamsnapper[merger]).
Note: when installing the library use pip install -U streamsnapper[OPTIONAL_EXTRA_NAME], as installing the library without extra dependencies will not provide any tools. All are optional so that you can efficiently choose what you want to use.
Changelog:
- Removed *.egg-info from gitignore
- Added extra options to the lib
- Optimized init imports
- Removed unused exceptions
- Moved functions to a new file
- Enchanced code and fixed docstrings
- Removed default required libs
- Enchanced exception docstrings
- Added automatic path converter function
- Enchanced download function and added Merger function
- Moved youtube extra to built-in function
- Moved all deps to extra optional sections
- Bump version to 0.0.9