StreamSnapper 0.2.0 - 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[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:
- Ignored a new python file
- Renamed from run to extract in YouTube class start func and added sup…
- Added new EmptyDataError exception
- Added built-in YouTube downloader to facilitate download process
- Increased the simultaneous connections of the built-in YouTube downlo…
- Added a new requirement into "youtube" extra
- Increased the simultaneous connections of the built-in YouTube single…
- Refactored code and moved all functions to separated files
- TODO: Add CLI feature
- Added SoundCloud client-id caching and enchanced overall code
- Removed temporary variable and used it directly
- Added file to gitignore
- Optimized imports
- Optimized white lines
- Indented and formatted code
- Indented and formatted code; Enchanced get_value function typings
- Enchanced raise texto (more logs)
- Indented and formatted SoundCloud code
- Indented and formatted YouTube code; Fixed errors on YouTube built-in…
- Formatted exceptions file
- Formatted functions file
- Formatted SoundCloud's classes
- Formatted YouTube's classes
- Added TODO for CLI features (coming soon)
- Bump version to 0.2.0