Open tshpr opened 1 year ago
Any video
Please don't do this, you can never be sure a bug can be reproduced with 100 % of existing videos. Providing an example saves the maintainer time. I suppose you mean any YouTube video. I can reproduce with https://youtu.be/fhS83VEUB5Y.
Conversion of DASH segments is not supported.
It looks like fetching a YouTube video with -f 'bestaudio/best/bestvideo'
now returns an audio in the DASH format and AllTube does not support converting this format to MP3.
DownloadController::getAudioResponse()
would probably need to ask yt-dlp not to return DASH formats.
What is phantomjs used for?
It is used by some extractors, you probably don't need it unless you want to download videos from specific websites that require it.
I put any, because I tried 5 different videos - I am sorry.
Anyway, should I replace the patched yt-dl with yt-dlp (quick fix) or wait for the latest release?
Thank you for your all your support and for the amazing software - it has saved me a lot of time over the years.
Can I pay you for a fix to get the site working? :)
What is your operating system (Windows, Linux, OSX, etc.)?
Debian 11
What is your web server (Apache, IIS, etc.)?
Apache as frontend and Nginx as backend
What version of AllTube are you using?
3.1.1
How did you install AllTube?
Release package
What version of PHP are you using?
7.4
What version of Python are you using?
2.7.18
What version of youtube-dl are you using?
2023.04.15.19419 (Nightly build to fix uploader id issue)
Do you get any PHP-related errors in your webserver's logs?
No response
What is the content of your "config/config.yml" file?
Please provide the URL of a video that causes the issue.
Any video
Describe your issue
Hi,
I am getting this error on any video I try to convert to mp3. Direct downloads of videos work fine:
An error occurred Conversion of DASH segments is not supported.
My installation steps are a little bit specific, so I will post them as follows:
I have tried to set ffmpeg verbosity to warning in config.yml, but I can't get more details. debug option in same file also didn't help providing me any insight.
Can you help me with this ?
And two unrelated questions:
Thanks in advance.