omz:forum

    • Register
    • Login
    • Search
    • Recent
    • Popular

    Welcome!

    This is the community forum for my apps Pythonista and Editorial.

    For individual support questions, you can also send an email. If you have a very short question or just want to say hello — I'm @olemoritz on Twitter.


    Soundcloud Downloader

    Pythonista
    16
    18
    14124
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • DKatz225
      DKatz225 last edited by

      I'm having trouble getting this to work for some reason. I get an 'invalid syntax' error on line 16 where all the header info is. Any idea what could be causing this?

      1 Reply Last reply Reply Quote 0
      • Dalorbi39
        Dalorbi39 last edited by

        @pudquick, you've done it again

        1 Reply Last reply Reply Quote 0
        • midimuso
          midimuso last edited by

          There was an error message while trying this script -
          Line 20 Index Error:List index out of range.
          The original script refers to this URL in line 20
          m-a.sndcdn.com
          But when I looked at the source code for the mp3 I was trying to download
          I see that it is
          m-a-tb.sndcdn.com
          So I updated the Script with this new URL, in 2 places
          line 20
          line 24
          and tried again , this time it launched the iDownloads+ App
          and Downloaded OK.
          ..................................
          20 the_js = find_xtsite_js.rsplit('m-a-tb.sndcdn.com',1)[1].split('"',1)[0].split('/')[-1]
          21 print " .. getting client_id .. "
          22 new_headers = {'Accept-Encoding': 'identity', 'Connection': 'close'}
          23 sess.headers.update(new_headers)
          24 find_client_id = sess.get('http://m-a-tb.sndcdn.com/' + the_js)

          1 Reply Last reply Reply Quote 0
          • violetviana6596
            violetviana6596 last edited by

            This post is deleted!
            1 Reply Last reply Reply Quote 0
            • av2006
              av2006 last edited by

              This post is deleted!
              1 Reply Last reply Reply Quote 0
              • Narendhiran24
                Narendhiran24 last edited by

                This post is deleted!
                1 Reply Last reply Reply Quote 0
                • jackwalesthetvl
                  jackwalesthetvl last edited by

                  Thanks for the useful information. It help a lot.

                  1 Reply Last reply Reply Quote 0
                  • devacharya55
                    devacharya55 last edited by devacharya55

                    Seeing something like this for the first time
                    Never knew that the content from SoundCloud can be downloaded! This is surely an eye opener.

                    1 Reply Last reply Reply Quote 0
                    • devacharya55
                      devacharya55 last edited by

                      You can use extension to download from sound cloud.

                      1 Reply Last reply Reply Quote 0
                      • adamdevine
                        adamdevine last edited by

                        Thanks for the inforation.

                        1 Reply Last reply Reply Quote 0
                        • westernira
                          westernira last edited by westernira

                          Thanks for this information. It really helpful for me. Also if you face any connectivity trouble while downloading you may refer router login guide. It's useful.

                          1 Reply Last reply Reply Quote 0
                          • Peter Campbell
                            Peter Campbell last edited by

                            This post is deleted!
                            1 Reply Last reply Reply Quote 0
                            • Blackshady
                              Blackshady last edited by

                              This post is deleted!
                              1 Reply Last reply Reply Quote 0
                              • briandua
                                briandua last edited by

                                This post is deleted!
                                1 Reply Last reply Reply Quote 0
                                • First post
                                  Last post
                                Powered by NodeBB Forums | Contributors