unalix

Version, currently 0.12 versions

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

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.1

Then run:

shards install

shard.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: