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.

Actions

shortcuts-action-icon-split-text.webp
Split Text
Separates text passed into the action into a list.
shortcuts-action-icon-repeat-with-each.webp
Repeat with Each
Takes a list of items as input, and runs the contained actions once for each item in the list.
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-nothing.webp
Nothing
This action does nothing and produces no output. It is useful to separate blocks of actions, or to ensure that no input is passed to the next action.
shortcuts-action-icon-get-contents-of-web-page.webp
Get Contents of Web Page
Extracts the contents of the web pages passed into the action.
shortcuts-action-icon-match-text.webp
Match Text
Searches text passed into the action for matches to a regular expression.
shortcuts-action-icon-get-group-from-matched-text.webp
Get Group from Matched Text
Gets the text that matched a particular capture group or all of the capture groups from the output of a Match Text action.
shortcuts-action-icon-get-text-from-input.webp
Get Text from Input
Returns text from the previous action’s output. For example, this action can get the name of a photo or song, or the text of a web page.
shortcuts-action-icon-text.webp
Text
Passes the specified text to the next action.
shortcuts-action-icon-combine-text.webp
Combine Text
Joins text together, inserting the separator between each join.
shortcuts-action-icon-copy-to-clipboard.webp
Copy to Clipboard
Copies the result of the last action to the clipboard.

More From This Folder

Copy link at timestamp

Utilizes AppleScript to open the Developer and press Command + Shift + Option + C to copy the URL of the current session at your specific timestamp to your clipboard, so you can jump back to that moment at any time.

Get Shortcut »

Extra Details

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

More From The Library

How many nits?

Change the Number to the correct amount of nits for your device’s display if you don’t have an iPad Pro – look it up with “[device name] display nits” online.

Get Shortcut »

Change text case

Takes the input from the Share sheet or clipboard, lets you choose from UPPERCASE, lowercase, Capitalizing Every Word, swapping to Title Case, or swapping to Sentence case, and copies it to your clipboard.

Get Shortcut »

Open Spoken Content preferences

Opens the deep link in Accessibility > Spoken Content where you can adjust settings like Speak Selection, Speak Screen, Highlight Content, Typing Feedback, Voices, Default Language, Speaking Rate, and Pronunciations.

Get Shortcut »


Get way deeper into Shortcuts – become a member.

Browse more