Skip to content

Commit

Permalink
merge from master
Browse files Browse the repository at this point in the history
  • Loading branch information
aloneguid committed Dec 19, 2023
2 parents 1b912c5 + fef823c commit 7727188
Showing 1 changed file with 17 additions and 16 deletions.
33 changes: 17 additions & 16 deletions bt/app/pipeline/unshortener.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,23 @@ namespace bt::pipeline {

const string LocationHeaderName = "Location";

const set<string> SupportedDomains = {
"bit.ly",
"rebrand.ly",
"bl.ink",
"zapier.com",
"short.io",
"ow.ly",
"linktr.ee",
"t2m.io",
"linkjoy.io",
"geni.us",
"pxlme.me",
"rb.gy",
"snip.ly",
"tinyurl.com", "tiny.one"
};
const set<string> SupportedDomains = {
"bit.ly",
"rebrand.ly",
"bl.ink",
"zapier.com",
"short.io",
"ow.ly",
"linktr.ee",
"t2m.io",
"linkjoy.io",
"geni.us",
"pxlme.me",
"rb.gy",
"snip.ly",
"tinyurl.com", "tiny.one",
"vrch.at"
};

void unshortener::process(url_payload& up) {

Expand Down

0 comments on commit 7727188

Please sign in to comment.