UNPKG

social-link-parser

Version:

Extract usernames, IDs, and metadata from social media URLs across 100+ platforms

198 lines 8.08 kB
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([ [Platforms.Amazon, amazon], [Platforms.Bitbucket, bitbucket], [Platforms.Bluesky, bluesky], [Platforms.Discord, discord], [Platforms.Email, email], [Platforms.Facebook, facebook], [Platforms.GitHub, github], [Platforms.GitLab, gitlab], [Platforms.Instagram, instagram], [Platforms.KoFi, kofi], [Platforms.LinkedIn, linkedin], [Platforms.OnlyFans, onlyfans], [Platforms.Patreon, patreon], [Platforms.Phone, phone], [Platforms.Pinterest, pinterest], [Platforms.Reddit, reddit], [Platforms.Shopify, shopify], [Platforms.ShopMy, shopmy], [Platforms.Snapchat, snapchat], [Platforms.SoundCloud, soundcloud], [Platforms.Spotify, spotify], [Platforms.Substack, substack], [Platforms.Telegram, telegram], [Platforms.Venmo, venmo], [Platforms.CashApp, cashapp], [Platforms.PayPal, paypal], [Platforms.Vimeo, vimeo], [Platforms.Cameo, cameo], [Platforms.AppleMusic, applemusic], [Platforms.Deezer, deezer], [Platforms.Pandora, pandora], [Platforms.Tidal, tidal], [Platforms.Bandcamp, bandcamp], [Platforms.Mixcloud, mixcloud], [Platforms.Audiomack, audiomack], [Platforms.Dailymotion, dailymotion], [Platforms.Threads, threads], [Platforms.TikTok, tiktok], [Platforms.Tumblr, tumblr], [Platforms.Twitch, twitch], [Platforms.Twitter, twitter], [Platforms.YouTube, youtube], [Platforms.Rumble, rumble], [Platforms.Triller, triller], [Platforms.BeReal, bereal], [Platforms.VSCO, vsco], [Platforms.Dispo, dispo], [Platforms.Clubhouse, clubhouse], [Platforms.Poshmark, poshmark], [Platforms.LikeToKnowIt, liketoknowit], [Platforms.Revolve, revolve], [Platforms.OpenSea, opensea], [Platforms.IMDb, imdb], [Platforms.Ticketmaster, ticketmaster], [Platforms.BandsInTown, bandsintown], [Platforms.Stereo, stereo], [Platforms.Fanfix, fanfix], [Platforms.Slushy, slushy], [Platforms.GoFundMe, gofundme], [Platforms.Calendly, calendly], [Platforms.MediaKits, mediakits], [Platforms.Matterport, matterport], [Platforms.WhatsApp, whatsapp], [Platforms.VKontakte, vk], [Platforms.Medium, medium], [Platforms.DevTo, devto], [Platforms.StackOverflow, stackoverflow], [Platforms.Quora, quora], [Platforms.PeerTube, peertube], [Platforms.Dribbble, dribbble], [Platforms.Behance, behance], [Platforms.ArtStation, artstation], [Platforms.Flickr, flickr], [Platforms.Audius, audius], [Platforms.Beatport, beatport], [Platforms.BandLab, bandlab], [Platforms.Etsy, etsy], [Platforms.EBay, ebay], [Platforms.AliExpress, aliexpress], [Platforms.StockX, stockx], [Platforms.Grailed, grailed], [Platforms.Wish, wish], [Platforms.BuyMeACoffee, buymeacoffee], [Platforms.StripeLink, stripelink], [Platforms.SquareCheckout, squarecheckout], [Platforms.CoinbaseCommerce, coinbasecommerce], [Platforms.Rarible, rarible], [Platforms.Etherscan, etherscan], [Platforms.LooksRare, looksrare], [Platforms.SlackInvite, slackinvite], [Platforms.SignalGroup, signalgroup], [Platforms.MicrosoftTeams, microsoftteams], [Platforms.HooBe, hoobe], [Platforms.Kick, kick], [Platforms.BiliBili, bilibili], [Platforms.BitChute, bitchute], ]); patchAllPlatforms(registry); //# sourceMappingURL=index.js.map