Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/aloneguid/bt
Browse files Browse the repository at this point in the history
  • Loading branch information
aloneguid committed Dec 19, 2023
2 parents 6b84ae9 + fef823c commit 6652c64
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bt/app/pipeline/unshortener.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ const set<string> SupportedDomains = {
"pxlme.me",
"rb.gy",
"snip.ly",
"tinyurl.com", "tiny.one"
"tinyurl.com", "tiny.one",
"vrch.at"
};

void bt::pipeline::unshortener::process(url_payload& up) {
Expand Down

0 comments on commit 6652c64

Please sign in to comment.