unalix
Version, currently 0.22 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.
0 stars
0 dependents
License: LGPL-3.0
Installation
# Add this to your shard.yml
dependencies:
unalix:
gitlab: AmanoTeam/Unalix.cr
version: ~> 0.2Then run:
shards installshard.yml
- Crystal
0.30.0- License
- LGPL-3.0
- Author
- SnwMds
Dependencies
This version declares no dependencies.
README
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.2- Tagged
- Jun 19, 2021
- Commit
4c23b1f393d6- Crystal
0.30.0- Indexed
- yes
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