-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MP3 doesn't get downloaded some times #5
Comments
Hi :) Hopefully I applied some hacks to make it work and to me it does, I'll leave the issue open to give you time to test it out. Thanks :) |
Hi, I downloaded and installed then new version and on the first song I tried to download again the same problem. One idea I had was maybe you could check the magic number of the file (first few bytes of the file) and if it's wrong delete the one you downloaded and download it again? Or maybe include the FFmpeg Android Java library and download the m4a and convert it locally? |
Needs further investigation. For now I made a release (1.3.1) with new icons and styles, the next thing on the roadmap is this issue |
Let me explain you how the downloading module works. Maybe some further debugging for the app/server/app interactions will produce more detailed information |
Drafted a new release, check out how it works for you :) |
Still having this issue with some files, it's really annoying, this needs a deeper dive :/ |
I still have the same issue as you do. |
@AndreaCioccarelli Could it be possible that some videos cant be downloaded? this seems to be the cast with other apps too that download music from youtube. It could just be due to specific videos being unable to download. |
Youtube splits videos around different servers and only the internal algorithm has a 100% success rate. For now, the only workaround I could find is downloading the same file again if a blank song/video is downloaded. MusicDownloader will overwrite it and so no manual cleanup is needed. |
Description
Some times when I try to download an mp3 all I get is an mp3 file with length of some KB.
Upon opening it with a text editor it displays an html page.
I have attached the last failed download: Evening Over Rooftops - The Edgar Broughton Band.zip
Steps to reproduce the issue
Just paste a url and try to download the mp3 file.
The last url I tried to download and did this was: https://youtu.be/U3v0ToMWzZQ
The text was updated successfully, but these errors were encountered: