From 76e218101012baa6b39f1cb6fdfaec6def8e3ecf Mon Sep 17 00:00:00 2001 From: Sayem Chowdhury Date: Wed, 19 May 2021 01:05:09 +0600 Subject: [PATCH] support short link --- src/converter/parse.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/converter/parse.ts b/src/converter/parse.ts index def25d4..74c1e6d 100644 --- a/src/converter/parse.ts +++ b/src/converter/parse.ts @@ -8,6 +8,7 @@ import { getTrackInfo, } from '../'; import spotifyUri from 'spotify-uri'; +import axios from 'axios'; import * as spotify from './spotify'; import * as tidal from './tidal'; import * as youtube from './youtube'; @@ -50,6 +51,10 @@ export const getUrlParts = async (url: string, setToken = false): Promise