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[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](https://github.com/henrique-coder/streamsnapper/commit/3e034a7eff34a6e51946071f76774d695ebcb1fe)
- [Added extra options to the lib](https://github.com/henrique-coder/streamsnapper/commit/1ac0f94e2aab44e38f78340624c646d68696e561)
- [Optimized __init__ imports](https://github.com/henrique-coder/streamsnapper/commit/77ee3044dfd4c00d6a957213e254f8a026a6c5f6)
- [Removed unused exceptions](https://github.com/henrique-coder/streamsnapper/commit/088d2769333c1476e8a5c0047b11adcd3437f902)
- [Moved functions to a new file](https://github.com/henrique-coder/streamsnapper/commit/abda3743149b595da4fdcaa3bdf25edc20db8bf5)
- [Enchanced code and fixed docstrings](https://github.com/henrique-coder/streamsnapper/commit/5660fbe10d5f8b57f0269e070613658f1972157a)
- [Removed default required libs](https://github.com/henrique-coder/streamsnapper/commit/d2473bae113b7d5952638fcf6df5201c8f630921)
- [Enchanced exception docstrings](https://github.com/henrique-coder/streamsnapper/commit/a58566bf56f913ab4b570c23dd7c4feb6d569a11)
- [Added automatic path converter function](https://github.com/henrique-coder/streamsnapper/commit/938f834e83878d7fa189da003971f8732297a734)
- [Enchanced download function and added Merger function](https://github.com/henrique-coder/streamsnapper/commit/53a19800f781f408b7c4497e8b2dc26be47d49e4)
- [Moved youtube extra to built-in function](https://github.com/henrique-coder/streamsnapper/commit/f278c9a642918f57dcd888a8357a496472184aad)
- [Moved all deps to extra optional sections](https://github.com/henrique-coder/streamsnapper/commit/d2e66466a0149f3dcb15f25214b9b218a476fb49)
- [Bump version to 0.0.9](https://github.com/henrique-coder/streamsnapper/commit/cf5dc8522603227ec31fc9219a4c97fd7102ff5b)
All changes: https://github.com/Henrique-Coder/streamsnapper/compare/v0.0.8...v0.0.9