Skip to content
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

It seems that all arte.tv links are now considered as invalid #598

Closed
Philetjosie opened this issue Sep 20, 2023 · 7 comments · Fixed by #601
Closed

It seems that all arte.tv links are now considered as invalid #598

Philetjosie opened this issue Sep 20, 2023 · 7 comments · Fixed by #601
Labels
bug Something isn't working in-beta This issue is fixed in a beta version
Milestone

Comments

@Philetjosie
Copy link

I have tried to download a video from arte.tv, but Parabole says the link is invalid. I have test others arte.tv link, and get the same invalid message error. However, the links are valid.
Here are some examples:
https://www.arte.tv/fr/videos/114146-000-A/omar-m-a-tuer/
https://www.arte.tv/fr/videos/111195-000-A/face-a-face/
https://www.arte.tv/fr/videos/000430-000-A/charles-mort-ou-vif/

Strange problem ?

@nlogozzo nlogozzo added the bug Something isn't working label Sep 20, 2023
@nlogozzo nlogozzo added this to the V2023.9.1 milestone Sep 20, 2023
@fsobolev
Copy link
Member

I assume you're running flatpak so here are the commands to test in terminal:

flatpak run --command=sh org.nickvision.tubeconverter
yt-dlp -F https://www.arte.tv/fr/videos/114146-000-A/omar-m-a-tuer/

Please provide the output.

@Philetjosie
Copy link
Author

Hello,

sorry I'm running a snap.

Therefore, the first command gives an error:

philippe@philippe-desktop:~$ flatpak run --command=sh org.nickvision.tubeconverter
error: app/org.nickvision.tubeconverter/x86_64/master not installed

I will uninstall the snap and try with the flatpak

@Philetjosie
Copy link
Author

Hello, I'm now running the flatpak version and here are the error messages I get:

philippe@philippe-desktop:~$ flatpak run --command=sh org.nickvision.tubeconverter
[📦 org.nickvision.tubeconverter ~]$ yt-dlp -F https://www.arte.tv/fr/videos/114146-000-A/omar-m-a-tuer/
[ArteTV] Extracting URL: https://www.arte.tv/fr/videos/114146-000-A/omar-m-a-tuer/
[ArteTV] 114146-000-A: Downloading JSON metadata
WARNING: [ArteTV] Skipping stream with unknown protocol API_HLS_NG
WARNING: [ArteTV] Skipping stream with unknown protocol API_HLS_NG
WARNING: [ArteTV] Skipping stream with unknown protocol API_HLS_NG
WARNING: [ArteTV] Skipping stream with unknown protocol API_HLS_NG
WARNING: [ArteTV] Skipping stream with unknown protocol API_HLS_NG
WARNING: [ArteTV] Skipping stream with unknown protocol API_HLS_NG
ERROR: [ArteTV] 114146-000-A: No video formats found!; please report this issue on https://github.com/yt-dlp/yt-dlp/issues?q= , filling out the appropriate issue template. Confirm you are on the latest version using yt-dlp -U

I check the release of yt-dlp:

[📦 org.nickvision.tubeconverter ~]$ yt-dlp -U
Available version: stable@2023.07.06, Current version: stable@2023.07.06
yt-dlp is up to date (stable@2023.07.06)

Therefore, I will open an issue for yt-dlp. Thanks for your help.

@Philetjosie
Copy link
Author

The bug is already reported on yt-dlp, a quick fix has been proposed.

@fsobolev
Copy link
Member

Thanks! Yeah, seems like it's related to this issue. We will apply the patch on next release if needed.

@Philetjosie
Copy link
Author

Thanks a lot for your help. I have manually edited the arte.py file as proposed on the yt_dlp page, and it works again. Regards.

@nlogozzo nlogozzo added the in-beta This issue is fixed in a beta version label Sep 25, 2023
@nlogozzo
Copy link
Member

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working in-beta This issue is fixed in a beta version
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants