StreamSnapper 0.2.1 - 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]
) media service, and you can also use the Downloader (streamsnapper[downloader]
) and Merger (streamsnapper[merger]
). Or install the version with everything built in using streamsnapper[all]
.
Note: when installing the library use pip install -U streamsnapper[EXTRA]
, 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:
- Added option to specify YouTube downloader threads
- Removed unused condition
- Formatted code and fixes some small errors
- Added specific versions to requirements and added ruff formatter
- Formatted code
- Sorted requirements by name (a-Z)
- Formatted code and added all variable to init.py
- Added pre-commit file (for ruff formatter)
- Updated ruff settings
- Removed .debug path from ruff formatter
- Removed pre-commit file
- Enchanced get_value func
- Enchanced overall code and added dislike count key (with new option)
- Removed soundcloud-lib requirement
- Removed SoundCloud scraper (temporarily)
- Bump version to 0.2.1