social-link-parser
Version:
Extract usernames, IDs, and metadata from social media URLs across 100+ platforms
198 lines • 8.08 kB
JavaScript
import { Platforms } from '../core/types.js';
import { patchAllPlatforms } from '../utils/patch-patterns.js';
import { amazon } from './amazon/index.js';
import { bitbucket } from './bitbucket/index.js';
import { bluesky } from './bluesky/index.js';
import { discord } from './discord/index.js';
import { email } from './email/index.js';
import { facebook } from './facebook/index.js';
import { github } from './github/index.js';
import { gitlab } from './gitlab/index.js';
import { instagram } from './instagram/index.js';
import { kofi } from './kofi/index.js';
import { linkedin } from './linkedin/index.js';
import { onlyfans } from './onlyfans/index.js';
import { patreon } from './patreon/index.js';
import { phone } from './phone/index.js';
import { pinterest } from './pinterest/index.js';
import { reddit } from './reddit/index.js';
import { shopify } from './shopify/index.js';
import { shopmy } from './shopmy/index.js';
import { snapchat } from './snapchat/index.js';
import { soundcloud } from './soundcloud/index.js';
import { spotify } from './spotify/index.js';
import { substack } from './substack/index.js';
import { telegram } from './telegram/index.js';
import { threads } from './threads/index.js';
import { tiktok } from './tiktok/index.js';
import { tumblr } from './tumblr/index.js';
import { twitch } from './twitch/index.js';
import { twitter } from './twitter/index.js';
import { youtube } from './youtube/index.js';
import { venmo } from './venmo/index.js';
import { cashapp } from './cashapp/index.js';
import { paypal } from './paypal/index.js';
import { vimeo } from './vimeo/index.js';
import { cameo } from './cameo/index.js';
import { applemusic } from './applemusic/index.js';
import { deezer } from './deezer/index.js';
import { tidal } from './tidal/index.js';
import { bandcamp } from './bandcamp/index.js';
import { mixcloud } from './mixcloud/index.js';
import { audiomack } from './audiomack/index.js';
import { dailymotion } from './dailymotion/index.js';
import { rumble } from './rumble/index.js';
import { pandora } from './pandora/index.js';
import { triller } from './triller/index.js';
import { bereal } from './bereal/index.js';
import { vsco } from './vsco/index.js';
import { dispo } from './dispo/index.js';
import { clubhouse } from './clubhouse/index.js';
import { poshmark } from './poshmark/index.js';
import { liketoknowit } from './liketoknowit/index.js';
import { revolve } from './revolve/index.js';
import { opensea } from './opensea/index.js';
import { imdb } from './imdb/index.js';
import { ticketmaster } from './ticketmaster/index.js';
import { bandsintown } from './bandsintown/index.js';
import { stereo } from './stereo/index.js';
import { fanfix } from './fanfix/index.js';
import { slushy } from './slushy/index.js';
import { gofundme } from './gofundme/index.js';
import { calendly } from './calendly/index.js';
import { mediakits } from './mediakits/index.js';
import { matterport } from './matterport/index.js';
import { whatsapp } from './whatsapp/index.js';
import { vk } from './vk/index.js';
import { medium } from './medium/index.js';
import { devto } from './devto/index.js';
import { stackoverflow } from './stackoverflow/index.js';
import { quora } from './quora/index.js';
import { kick } from './kick/index.js';
import { bilibili } from './bilibili/index.js';
import { bitchute } from './bitchute/index.js';
import { peertube } from './peertube/index.js';
import { dribbble } from './dribbble/index.js';
import { behance } from './behance/index.js';
import { artstation } from './artstation/index.js';
import { flickr } from './flickr/index.js';
import { audius } from './audius/index.js';
import { beatport } from './beatport/index.js';
import { bandlab } from './bandlab/index.js';
import { etsy } from './etsy/index.js';
import { ebay } from './ebay/index.js';
import { aliexpress } from './aliexpress/index.js';
import { stockx } from './stockx/index.js';
import { grailed } from './grailed/index.js';
import { wish } from './wish/index.js';
import { buymeacoffee } from './buymeacoffee/index.js';
import { stripelink } from './stripelink/index.js';
import { squarecheckout } from './squarecheckout/index.js';
import { coinbasecommerce } from './coinbasecommerce/index.js';
import { rarible } from './rarible/index.js';
import { etherscan } from './etherscan/index.js';
import { looksrare } from './looksrare/index.js';
import { slackinvite } from './slackinvite/index.js';
import { signalgroup } from './signalgroup/index.js';
import { microsoftteams } from './microsoftteams/index.js';
import { hoobe } from './hoobe/index.js';
export const registry = new Map([
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
[],
]);
patchAllPlatforms(registry);
//# sourceMappingURL=index.js.map