To use this library (available on [GitHub](https://github.com/henrique-coder/streamsnapper) and [PyPI](https://pypi.org/project/streamsnapper)), 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:
- [Removed convert_to_path func](https://github.com/henrique-coder/streamsnapper/commit/7bb39dc8c7f2416643d8bfab8df28709a006f680)
- [Fixed thumbnail checker, downloader and merger classes](https://github.com/henrique-coder/streamsnapper/commit/0754c3ba9f2e288ebe9e08df9e68f064aa948a74)
- [Bump version to 0.1.1](https://github.com/henrique-coder/streamsnapper/commit/2019e0543a64762e7418fce80e847b2849a13ffe)
All changes: https://github.com/Henrique-Coder/streamsnapper/compare/v0.1.0...v0.1.1