I'm trying to get the soundcloud playlist ID from iframe but in c# the iframe tags creates escape sample:
"<iframe width=\"100%\" height=\"450\" scrolling=\"no\" frameborder=\"no\" src=\"https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/playlists/26104012&auto_play=false&hide_related=false&visual=true%22\"></iframe>"
How can I get the playlist id using regex with this iframe tags?
This is the id 26104012