-
-
Notifications
You must be signed in to change notification settings - Fork 6.9k
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
[ArteTV] Unable to download JSON metadata - HTTP Error 404: Not Found #3622
Comments
All www.arte.tv video URLs are broken. Did not check this earlier, as it was working a couple of days ago. |
Possibly fixed by #3302 |
We just have to replace the EDIT: it does not work: I replaced those two files with the “fixed” version above, and it crashed:
In youtube-dl, we could just change the broken extractor file to make it works again. But yt-dlp does not like it and become unusable. Is it because I use my distro packaged version? |
replacing files may or may not work depending on how diverged the branches are. Either pull the branch as-is, or |
Okay, it worked with just replacing the |
@fstirlitz I think there is still a bug with #3302 : it produces too big files. MediaInfo data:
But with your fixed
As you can see, the streams rates are different. Plus, when I run a download, it begins with downloading at max speed for a 16 GiB video file, then it slows down to 4-5 MiB/s and the estimated total size go down as well, and it downloads segment by segment. Is it downloading the video twice? Is it a API issue, or your fix that must be refined? |
Probably because u didn't apply e4fa34a |
Well, yt-dlp breaks when I do that (see above). I’d prefer to wait an updated version with all the patches well integrated. Since I just need to DL the weekly Karambolage (for my parents) and I can do it anyway with the extractor script only, I can wait. Thanks for the answer. |
While the exact errors are different, I'm closing this as duplicate of #3428 since the fix for both are the same |
So, v2022.05.18 fixed the HLS issue, but the arte.py extractor was not fixed (no mention for it in the changelog, and JSON 404 error again). Replacing it with the fstirlitz version makes it work again. |
Indeed, not fixed. Can't download with the v2022.05.18 version. |
@rtega If you are on Linux, replace the |
Indeed, that solves it. Thanks! |
@Trit34 welp - this worked fine for one file last night, but now a 90min video sits at a download in the order of 2.5TiB. |
@tpikonen PR with the patch is welcome in https://github.com/yt-dlp/FFmpeg-Builds |
Ok ! With the patched version of ffmpeg, I can get get the subtitles embeded in the video file, by example with this command line : The only little problem remaining is that the subtitles are the ones with audiodescription, for people with audio disabilities. |
Having hit this error with the latest release version, I cloned the repo and made the arte.py patch and I'm still seeing it.
|
Probably an error from them: the only subtitles available seem to be the audiodescription version in French ( |
I just have overwritten the arte.py file by the patched version and it worked again. yt-dlp installed from the package in the Arch Linux official repos. |
Confirmed working. |
This version of the extractor fixes the problem for me too. |
Working for me too. Will this soon be merged in master? |
I got this link: https://raw.githubusercontent.com/yt-dlp/yt-dlp/27cadeeaca7ab2398aed0228fac3ca92bdf2de04/yt_dlp/extractor/arte.py. I am under ubuntu: I made a make. |
This comment was marked as spam.
This comment was marked as spam.
I can't compile yt-dlp with the command: make |
Just clone the repo, replace the file |
When I tried to use the first time: make. |
Based on this comment #3622 (comment) and since official ffmpeg won't apply the patch for ages now. Is there a way to maybe add a step inside --convert-subs function to just remove all the "style" and "region" junk from vtt, before conversion takes place. Guess, this is a bit of an overkill, but may close the problem for regular folk until the patch https://ffmpeg.org/pipermail/ffmpeg-devel/2022-May/296353.html is applied. Just saying. |
I managed to build yt-dlp as well, using the patched arte.py file. Thank you so much!! :) Now I'm still waiting on it to be fixed in an official release because my relatives are relying on it and surely won't try to build it themselves. Do you know when this will be done? |
New version of yt-dlp, Arte extractor still not fixed, we still have to fix it ourselves with the patched files by fstirlitz… Well, as long as this trick still works, at least… |
Yes indeed, that's sad. Can someone please put the fix to the next version? |
Checklist
Region
Germany
Description
Command lines below should be self-explanatory.
By the way, many thanks for this really useful program and the effort you put in to it.
Verbose log
The text was updated successfully, but these errors were encountered: