Browse WWDC videos by year

Presents a list of categories from Apple’s developer pages, then reformats the option of your choosing into the URL for that category and opens it.

Scripting Actions

shortcuts-action-icon-text.webp
Text
Passes the specified text to the next action.
shortcuts-action-icon-split-text.webp
Split Text
Separates text passed into the action into a list.
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-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=Browse%20WWDC%20videos%20by%20year
Link to Open Shortcut
shortcuts://open-shortcut?name=Browse%20WWDC%20videos%20by%20year
AppleScript code
tell application “Shortcuts Events” run shortcut “Browse WWDC videos by year” end tell

More From This Folder

Scrape session titles

For a given list of Apple Developer session URLs, this will iterate through each, grabbing the name of the webpage, cleaning it up, and reformatting it into a Markdown list before copying that to your clipboard.

Get Shortcut »

More From The Library

Open Notion AI

Opens the URL for Notion AI so you can “Ask, search, or make anything…” – plus add context from with a Page from Notion. You can also attach files, choose a model, use Research mode, or start a Web search – as well as get started with a few shortcuts.

Get Shortcut »

Special characters

Contains a dictionary of names and symbols that, when passed into Choose From List, becomes selectable – for whichever option is chosen, the corresponding symbol will be passed out and copied to the clipboard.

Get Shortcut »


Get way deeper into Shortcuts – become a member.

Browse more