From 8abaabbe5170372ca35ff469cee25c65a8f3d729 Mon Sep 17 00:00:00 2001 From: Nicolai Ort Date: Wed, 12 Jan 2022 18:04:14 +0100 Subject: [PATCH] Added the new providers to the readme --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index c480ae4..14b2f64 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,20 @@

A small url shortener, originaly developed for kauft.es

+## Features +* Url shortinging to 18-byte hex ids +* Special shortening "providers" for well-used services + +### Provider patterns + +| Provider | Pattern | Resolves to | Notes | +| - | - | - | - | +| YouTube (Video) | `/yt/id` | `https://youtu.be/id` | None | +| YouTube (Playlist) | `/ytpl/id` | `https://youtube.com/playlist?list=id` | Remember: Private playlists will result in user-side errors | +| Amazon | `/a/id` | `https://amazon.de/dp/id` | Recognizes all kind of cursed amazon urls (+smile and others) | +| eBay | `/e/id` | `https://ebay.de/itm/` | Only tested with German eBay | +| Reddit | `/r/id` | `https://redd.it/` | Powered by the awesome work of u/TheAppleFreak https://kauf.es/r/4vaqiw | + ## Dev Setup 🛠 > Runs on port 3000