unalix
Version, currently 0.12 versions
- 0.2latestJun 19, 2021
- 0.1not indexedJun 19, 2021
gitlab.com/AmanoTeam/Unalix.cr
Small, dependency-free, fast Crystal package for removing tracking fields from URLs.
Nothing has been indexed for 0.1 yet. The tag is recorded, its shard.yml has not been read, so the manifest and dependency list below are empty because they are unknown rather than because they are absent.
Installation
# Add this to your shard.yml
dependencies:
unalix:
gitlab: AmanoTeam/Unalix.cr
version: ~> 0.1Then run:
shards installshard.yml
No shard.yml has been indexed for 0.1. You can read it on the repository.
Dependencies
Unknown: the shard.yml for this version has not been read yet.
README
This README is the one indexed from the repository at its latest ref, not from the tag for this version.
Unalix is a library written in Crystal, it follows the same specification used by the ClearURLs addon for removing tracking fields from URLs.
Installation
Add to your shard.yml:
dependencies:
unalix:
github: AmanoTeam/Unalix.cr
branch: master
Usage:
Code:
require "unalix"
url : String = "https://deezer.com/track/891177062?utm_source=deezer"
result : String = Unalix.clear_url(url: url)
puts result
Output:
https://deezer.com/track/891177062
Contributing
If you have discovered a bug in this library and know how to fix it, fork this repository and open a Pull Request.
Third party software
Unalix includes some third party software in its codebase. See them below:
-
ClearURLs
- Author: Kevin Röbert
- Repository: ClearURLs/Rules
- License: GNU Lesser General Public License v3.0
-
Requests
- Author: Kenneth Reitz
- Repository: psf/requests
- License: Apache v2.0
Documentation
Built from the current release. The first visit to a release nobody has asked for starts its build.
Links
This release
- Version
0.1- Tagged
- Jun 19, 2021
- Commit
34d6021bfe1f- Indexed
- not yet
Dependents
No indexed shard depends on this one yet.
Repository
gitlab.com/AmanoTeam/Unalix.cr
Metadata
- Created
- Aug 16, 2026
- Updated
- Aug 17, 2026
- Synced
- Aug 16, 2026
- Versions
- 2