There were 3 releases between 12/23 and 2/19.siamhie wrote: Thu Mar 20, 2025 7:04 pm It's only 58 days between releases. How is that way out of date?
https://github.com/yt-dlp/yt-dlp/releases
There were 3 releases between 12/23 and 2/19.siamhie wrote: Thu Mar 20, 2025 7:04 pm It's only 58 days between releases. How is that way out of date?
Does 2024.12.23-1~mx23+1 work for you? because it works for me, both audio and video.BV206 wrote: Thu Mar 20, 2025 7:41 pmThere were 3 releases between 12/23 and 2/19.siamhie wrote: Thu Mar 20, 2025 7:04 pm It's only 58 days between releases. How is that way out of date?
https://github.com/yt-dlp/yt-dlp/releases
2024.12.23-1~mx23+1 is working fine for me.Nokkaelaein wrote: Thu Mar 20, 2025 7:25 pmVideo services like Youtube try to actively stop tools like this from working, so it breaks often. (Sometimes way more often than 58 days in betweensiamhie wrote: Thu Mar 20, 2025 7:04 pm It's only 58 days between releases. How is that way out of date?)
How many video services did you test it with, and what were they? :P
Code: Select all
ERROR: unable to download video data: HTTP Error 403: Forbidden
@Nokkaelaein Post the link so I can try on my end. Also post the command.Nokkaelaein wrote: Thu Mar 20, 2025 8:51 pm
Edit 2: but yeah, I tested 2024.12.23-1~mx23+1 with Youtube just now as well ; ) and it doesn't work:
Code: Select all
ERROR: unable to download video data: HTTP Error 403: Forbidden
I tested it with Rob Zabrecky's recent performance on Fool Us:siamhie wrote: Thu Mar 20, 2025 9:53 pm @Nokkaelaein Post the link so I can try on my end. Also post the command.
Code: Select all
yt-dlp "https://www.youtube.com/watch?v=bQPX8MT2Ik0"
Looks to be copyrighted. "HTTP Error 403: Forbidden"Nokkaelaein wrote: Thu Mar 20, 2025 10:07 pmI tested it with Rob Zabrecky's recent performance on Fool Us:siamhie wrote: Thu Mar 20, 2025 9:53 pm @Nokkaelaein Post the link so I can try on my end. Also post the command.
Code: Select all
yt-dlp "https://www.youtube.com/watch?v=bQPX8MT2Ik0"
Code: Select all
╔═[siamhie@flux23]═[19:18 20/03/25]═════════════════════════════════════[~/Downloads]
╚═> yt-dlp -f 137+140 https://www.youtube.com/watch?v=bQPX8MT2Ik0
[youtube] Extracting URL: https://www.youtube.com/watch?v=bQPX8MT2Ik0
[youtube] bQPX8MT2Ik0: Downloading webpage
[youtube] bQPX8MT2Ik0: Downloading ios player API JSON
[youtube] bQPX8MT2Ik0: Downloading mweb player API JSON
[youtube] bQPX8MT2Ik0: Downloading player 69f581a5
[youtube] bQPX8MT2Ik0: Downloading m3u8 information
[info] bQPX8MT2Ik0: Downloading 1 format(s): 137+140
[download] Destination: PENN & TELLER FOOL US ⧸⧸ ZABRECKY [bQPX8MT2Ik0].f137.mp4
[download] 9.8% of 101.11MiB at 30.96MiB/s ETA 00:02ERROR: unable to download video data: HTTP Error 403: Forbidden
Yes, the obsolete version of yt-dlp gives you a 403.
Code: Select all
yt-dlp "https://www.youtube.com/watch?v=bQPX8MT2Ik0"
[youtube] Extracting URL: https://www.youtube.com/watch?v=bQPX8MT2Ik0
[youtube] bQPX8MT2Ik0: Downloading webpage
[youtube] bQPX8MT2Ik0: Downloading tv client config
[youtube] bQPX8MT2Ik0: Downloading tv player API JSON
[youtube] bQPX8MT2Ik0: Downloading ios player API JSON
[youtube] bQPX8MT2Ik0: Downloading player 69f581a5
[youtube] bQPX8MT2Ik0: Downloading m3u8 information
[info] bQPX8MT2Ik0: Downloading 1 format(s): 248+251
[download] Destination: PENN & TELLER FOOL US ⧸⧸ ZABRECKY [bQPX8MT2Ik0].f248.webm
[download] 100% of 55.33MiB in 00:00:43 at 1.28MiB/s
[download] Destination: PENN & TELLER FOOL US ⧸⧸ ZABRECKY [bQPX8MT2Ik0].f251.webm
[download] 100% of 6.65MiB in 00:00:05 at 1.23MiB/s
[Merger] Merging formats into "PENN & TELLER FOOL US ⧸⧸ ZABRECKY [bQPX8MT2Ik0].webm"
Deleting original file PENN & TELLER FOOL US ⧸⧸ ZABRECKY [bQPX8MT2Ik0].f248.webm (pass -k to keep)
Deleting original file PENN & TELLER FOOL US ⧸⧸ ZABRECKY [bQPX8MT2Ik0].f251.webm (pass -k to keep)
I was using the test repo version.
Code: Select all
Package: yt-dlp
Version: 2024.12.23-1~mx23+1
Yes, same here. And then the up to date one, which works.