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

when downloading playlist, title is not original title on piped results #308

Open
calilux opened this issue Oct 23, 2023 · 3 comments
Open

Comments

@calilux
Copy link

calilux commented Oct 23, 2023

When I try to download the YouTube playlist, the title of the video is downloaded in English set by the video publisher for English-speaking users, not the original language. When I download one video at a time, it is downloaded under the title of the original language. I don't know much about programming, so I tried to solve this problem by searching. As a result, I learned about the additional command --extractor-args YouTube:lang=ko and added it. But the title is still printed in English. How do I fix this?
Screenshot_20231023_095437
These videos are korean videos, but english title..

@calilux calilux added the bug Something isn't working label Oct 23, 2023
@calilux calilux changed the title [BUG] [BUG] when downloading playlist, title is not original title. Oct 23, 2023
@deniscerri
Copy link
Owner

send me the playlist please. Also a japanese guy had the same issue. ill try --extractor-args YouTube:lang=ko and get back at you

@deniscerri
Copy link
Owner

yt-dlp was able to show the correct titles with that command but with piped i cant do anything yet. I opened an issue for them
TeamPiped/Piped#3067

@deniscerri deniscerri added external-library-related and removed bug Something isn't working labels Oct 29, 2023
@deniscerri deniscerri changed the title [BUG] when downloading playlist, title is not original title. when downloading playlist, title is not original title on piped results Oct 29, 2023
@deniscerri
Copy link
Owner

The fix for yt-dlp is done in 1.6.8
A workaround for now is to make a gibberish url for the piped url so the app is forced to fallback to yt-dlp for data.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants