Open my YouTube playlists

Pulls from a dictionary of YouTube playlists and lets you pick from subgroups to open in the app.

Scripting Actions

shortcuts-action-icon-run-shortcut.webp
Run Shortcut
Run an shortcut from your shortcut.
shortcuts-action-icon-choose-from-list.webp
Choose from List
Presents a menu of the items passed as input to the action and outputs the user’s selection. Prompt The instruction provided when the list is presented. Select Multiple When enabled, multiple items may be chosen from the list.
shortcuts-action-icon-set-variable.webp
Set Variable
Sets the value of the specified variable to the input of this action.
shortcuts-action-icon-get-type.webp
Get Type
Returns the type of every item passed as input. For example, if a URL is passed, this action will return “URL”.
shortcuts-action-icon-if.webp
If
Tests if a condition is true, and if so, runs the actions inside. Otherwise, the actions under “Otherwise” are run.
shortcuts-action-icon-get-dictionary-from-input.webp
Get Dictionary from Input
Makes a dictionary from the text passed as input. JSON (like {“foo”: “bar”}), key-value pairs (like foo=bar&baz=biz), and XML-based plist are supported.
shortcuts-action-icon-get-urls-from-input.webp
Get URLs from Input
Returns any links found in the output from the previous action.
shortcuts-action-icon-url.webp
URL
Passes the specified URL to the next action.
shortcuts-action-icon-open-urls.webp
Open URLs
Opens URLs passed into the action in Safari (or the corresponding app if it’s a deep link).

Extra Details

Link to Run Shortcut
shortcuts://run-shortcut?name=Open%20my%20YouTube%20playlists
Link to Open Shortcut
shortcuts://open-shortcut?name=Open%20my%20YouTube%20playlists
AppleScript code
tell application “Shortcuts Events” run shortcut “Open my YouTube playlists” end tell

More From This Folder

Open work YouTube playlists

If you don’t want the Grab YouTube playlist ID shortcut installed, delete the Run Shortcut action above and the URL action below.

However, the shortcut won’t work with links from videos inside playlists anymore.

Get Shortcut »

More From The Library

Search Twitter

Presents a menu for various Twitter search operations, including jumping right into the search field, showing Twitter Moments, searching through all tweets, cutting down results to only people you follow, or even searching your own tweets.

With this one tool, you can take advantage of all the awesome options buried in Twitter search – it’s like Google for people you follow.

This uses a combination of donated actions from Twitter, the Search Web action native to Shortcuts, and deep links taken from the web.

Get Shortcut »

Get podcast show slug

Accesses the Transistor API to retrieve your account data, looks at first show, then retrieves the slug from its attributes – copy it and paste it into your other shortcuts.

Get Shortcut »


Get way deeper into Shortcuts – become a member.

Browse more