peppy / mixcloud-downloader

a simple php script to download mixcloud originals (uncompressed)
37 stars 8 forks source link

Script doesn't work anymore #4

Closed efleurant closed 9 years ago

efleurant commented 10 years ago

Errors out with : No server found for download

peppy commented 10 years ago

works fine for me.

ivansabik commented 9 years ago

Just tried it, also working for me

doktorbro commented 9 years ago

It doesn’t work since one week.

peppy commented 9 years ago

so fix it? >_>

ivansabik commented 9 years ago

Should work, I've been working with a fork of mine which is almost a copy of the original but for CLI instead of web (https://github.com/ivansabik/mixcloud-downloader), namely yesterday. You could also further describe what "It doesn’t work since one week." means

peppy commented 9 years ago

I'm pretty sure I used it within the last week without issue, too.

doktorbro commented 9 years ago

This mix worked on 2015-05-25. If now I paste the link and press enter, the progress bar moves, but no link to the audio appears below.

doktorbro commented 9 years ago

I tried random mixes, they don’t work here. I’m using Firefox 38.

doktorbro commented 9 years ago

The latest one I downloaded with the script was on 2015-06-09.

ivansabik commented 9 years ago

You should continue digging into the issue anatol but the core script which obtains a downloadable URL(https://stream13.mixcloud.com/c/m4a/64/9/4/c/9/3511-9f10-48ad-ab3b-e38b3d4b8806.m4a) is working:

$ ./mixcloud https://www.mixcloud.com/patato-tunnes/black-sauce-vol54/
File name: black-sauce-vol54.m4a
Download URL: https://stream13.mixcloud.com/c/m4a/64/9/4/c/9/3511-9f10-48ad-ab3b-e38b3d4b8806.m4a
Downloading, please wait
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0 29.7M    0  271k    0     0  14887      0  0:34:54  0:00:18  0:34:36     0
doktorbro commented 9 years ago

Hmm, maybe the live demo is blocked? That is what I use.

peppy commented 9 years ago

live demo is probably not working on hhvm (switched that server across recently). please deploy it yourself (you can use php -S 127.0.0.1:8080 if you don't have a server setup).

doktorbro commented 9 years ago

@peppy Thanks. The script works on my machine (PHP 5.5.12-2ubuntu4.4). When #8 is merged, users like me could report issues in a better way.

peppy commented 9 years ago

Fixed by 160101498893704157b1ed809eb9c967477e36c2.