|
Before installing and using YTDLnis on my android phone, I've been using ytd-lp on my computer. I've been able to download any youtube video through ytdlp on my computer. I'm having some problems downloading certain videos though with YTDLnis on my Android. It seems that about 20% of vids I try to download (on YTDLnis) fail. Can anyone tell me why? |
Replies: 2 comments 2 replies
|
Your failure is likely from subtitle rate-limiting, not from the main video download. In your log the hard error is: So this is usually fixed by reducing subtitle requests and/or retries:
Quick test: run same video with no subtitles. If it succeeds, then your 20% failures are almost certainly subtitle/429 related. Also your log warns about missing impersonation target; that can increase request failures on some videos. If this solved it, please mark the answer. |
|
Great question. The Practical mapping in the app:
If it still fails, share the exact new error line after this change and we can narrow it further. If this solved it, please mark the answer so others can find it faster. |
Your failure is likely from subtitle rate-limiting, not from the main video download. In your log the hard error is:
ERROR: Unable to download video subtitles for \"en-ar\": HTTP Error 429So this is usually fixed by reducing subtitle requests and/or retries:
en+en-orig)Quick test: run same video with no subtitles. If it succeeds, then your 20% failures are almost certainly subtitle/429 related.
Also your log warns about missing impersonation target; that can increase request failures on some…