Hi Pone,
I'm trying to get the SC script up and running again. They have changed something which makes the script I modified fail..
I've tested this and no luck. Maybe it's been so long since I've properly scripted that I'm missing out on something obvious.
#
[Name]=Soundcloud.com - Direct by URL
[BasedOn]=www.soundcloud.com
[AlbumUrl]=
[SearchBy]=$regexp(%www%,'.+(soundcloud\.com.+?$)',https://$1)
#[Encoding]=utf-8
#
#:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::#
[ParserScriptAlbum]=...
#:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::#
# debug "on" "C:\debug album soundcloud.txt" # PLACE AFTER HEADINGS TO WANT TO DEBUG (OPTIONAL)
# debug "off" "C:\debug album soundcloud.txt" # PLACE AFTER HEADINGS TO WANT TO DEBUG (OPTIONAL)
#:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::#
#
outputto "ARTIST"
say "artest"
# COVERURL
# outputto "COVERURL"
# sayregexp "(?<=\"og:image\" content=\").+?\.jpg"
#eg. "og:image" content="https://i1.sndcdn.com/artworks-000091301382-zqlj2h-t500x500.jpg?
It comes back with error connecting to:
https://soundcloud.com/electro/naikee-pain-...dmcom-exclusive
Debug doesn't help either as it doesn't even reach SC.
Maybe you could help me out a bit. Thanks.