I made a multi-source downloader shortcut, called Chrunos Multi Downloader. It is available for iOS and macOS to download music and videos from various platforms. Whether you’re looking to save your favorite tunes or grab that viral video, this shortcut has you covered.

Supported Video Platforms

Chrunos Multi Downloader shortcut can download videos from YouTube, Instagram, OK Video, Pinterest, Reddit, Rutube, Streamable, Tiktok, Tumblr, Twitch clips, Twitter, Vimeo, Vine, VK, and Bilibili. It will download videos in 720P quality (best for iPhones) with rich metadata.

When you input a Tiktok video link, it will download the video without watermark. It can only download Twitch clips. If you want to download full Twitch Vods, you can check this post.

Supported Music Platforms

It can also download music from Apple Music, Spotify, Soundcloud, Tidal, Deezer, Napster, and YouTube Music. Later, I will update the shortcut to support more music platforms. You can also check our music downloader shortcuts collection.

Get the Shortcut

You can click the button below to import the latest version to your shortcuts library on iPhone or Mac. The shortcut was made on my Mac, so it saves videos to Files by default. You can edit the shortcut to save it to the Photo Album.

Update News

Version 1.4 Update:

Fix Instagram downloads error.

Version 1.3 Update:

Add update kit.

Version 1.2 update:

  1. Download music from Amazon Music and Pandora.
  2. Fix no URL specified error when downloading YouTube Music audio.

Version 1.1 update:

  1. Add Napster support.
  2. Fix URL encode issues.

Chrunos Downloader HQ Shortcut

If you’re after even higher quality video or music, consider upgrading to the Chrunos Downloader HQ shortcut. It allows you to download videos at its best quality available (up to 8K), and download music in lossless format, FLAC. Chrunos Downloader HQ Shortcut is available in our premium plan.

Chrunos Downloader for Windows

Windows 11 comes with an automation tool, Power Automate Desktop. It works like the Shortcuts app on iPhone or Mac. If you use Windows 10, you can free download this app on your PC. I have used it to make a Chrunos Downloader flow.

Unlike shortcuts, it is not that convenient to share my flows publicly for everyone to use. You may follow the steps below to import this Chrunos Downloader flow on your computer.

Clipboard.GetText Text=> ClipboardText
Web.InvokeWebService.InvokeWebService Url: $'''https://co.wuk.sh/api/json''' Method: Web.Method.Post Accept: $'''application/json''' ContentType: $'''application/json''' CustomHeaders: $'''Content-Type: application/json''' RequestBody: $'''{\"url\": \"%ClipboardText%\", \"vQuality\": \"720\"}''' ConnectionTimeout: 30 FollowRedirection: True ClearCookies: False FailOnErrorStatus: False EncodeRequestBody: False UserAgent: $'''Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.21) Gecko/20100312 Firefox/3.6''' Encoding: Web.Encoding.AutoDetect AcceptUntrustedCertificates: False ResponseHeaders=> WebServiceResponseHeaders Response=> WebServiceResponse StatusCode=> StatusCode
Variables.ConvertJsonToCustomObject Json: WebServiceResponse CustomObject=> JsonAsCustomObject
IF Contains(WebServiceResponse, $'''error''', True) THEN
    WebAutomation.LaunchEdge.LaunchEdge Url: $'''https://t.me/chrunoss''' WindowState: WebAutomation.BrowserWindowState.Normal ClearCache: False ClearCookies: False WaitForPageToLoadTimeout: 60 Timeout: 60
END
IF IsNotEmpty(JsonAsCustomObject.url) THEN
    Web.DownloadFromWeb.DownloadToFolder Url: JsonAsCustomObject.url DestinationFolder: $'''C:\\Users\\cody\\Downloads''' ConnectionTimeout: 30 FollowRedirection: True ClearCookies: False UserAgent: $'''Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.21) Gecko/20100312 Firefox/3.6''' Encoding: Web.Encoding.AutoDetect AcceptUntrustedCertificates: False DownloadedFile=> DownloadedFile
END

Step 1. Click the Copy Code button above.

Step 2. Open Power Automate Desktop and create a new flow.

Step 3. In the new Power Automate flow, click on the Main and paste all the text you just copied.

Import Power Automate Flow

Step 4. It will automatically becomes actions in the flow. Edit the Download from web action and change the destination folder where you want to save the downloaded videos.

Step 5. Copy a video link and run this flow. You can also set a keyboard shortcut to run it.

Recently, I learned Power Automate as a desktop automation software. When I get to know better about it, I will update this flow. Currently, it can only download videos. Later, I will add all more features and make it supports more platforms.

When it fails to download a video, it will open our Telegram group in your browser, so you can report the URL that failed. When it does, don’t think it is a virus or something.

Conclusion

With the Chrunos Multi Downloader, you can easily grab your favorite content from various platforms without any hassle. If something is not working or you want the shortcut to support another platform, be sure to leave a comment down below.

Additionally, you can also check yt-dlp for Mac to download media from multiple sources.

Leave a Reply

Your email address will not be published. Required fields are marked *

You cannot copy content of this page