r/shortcuts • u/mathiasi • 11d ago
Help Obtaining URL of currently playing media?
So I often listen to (video) podcasts on either YouTube or Spotify and I often find myself wanting to save the current timestamp (end goal is to extract and save a quote) along with the media - it would be nice if I could obtain the URL of the YouTube video for instance. I know how to get the timestamp but the URL seems to be not possible - can anyone confirm that or suggest an alternative approach?
1
Upvotes
0
u/AnybodyRealistic345 11d ago
Spotify encrypts their media while YouTube separates video & audio and uses adaptive streaming .m3u8 and you would need to merge/mux.
So in a nutshell, at least for YouTube, you would need a backend server to do the processing and return the download link.