Skip to content

Commit

Permalink
Add support for vrch.at shortlinks
Browse files Browse the repository at this point in the history
  • Loading branch information
Bluscream authored and aloneguid committed Dec 19, 2023
1 parent edf269d commit fef823c
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 fef823c

Please sign in to comment.