-
-
Notifications
You must be signed in to change notification settings - Fork 633
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
Youtube dl to yt dlp #1840
Youtube dl to yt dlp #1840
Conversation
Set yt-dlp version Fixed yt-dlp arguments
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Fixes #1779 |
Thanks @schwingm. |
Great work! @schwingm @schwingm, @vpetersson There's one front-end nitpick though — After saving the URL asset (which is a YouTube link), the Activity (status) of the asset stays at "Asset in processing", unless the page's refreshed. Here's what I got from the server logs (from the What I got after submitting a (YouTube) URL asset:
What I got after refreshing the page:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like it's working, but there's still problems with the websocket.
Thank you! I believe the issue is within settings.py self.socket.send("ws_server {}".format(msg)) might need to be changed to self.socket.send("ws_server {}".format(msg).encode()) I will make this modification and test. |
Thanks too! Got the same error on a Pi 3 B+ (using a 64-bit Bullseye). Let me try the changes if it'll work. |
@schwingm, I tried
However, a manual page refresh is still needed before enabling the newly-added YouTube asset (as it still displays "Asset in processing"). |
No description provided.