Replies: 3 comments
-
can you try if you can execute |
Beta Was this translation helpful? Give feedback.
0 replies
-
Can you try fresh release - 2.6.1, it should include latest youtube-dl |
Beta Was this translation helpful? Give feedback.
0 replies
-
I also had problems with |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Info
OS: Ubuntu 20.04.2 LTS
Podsync Version: 2.5.0 (
Podsync_2.5.0_Linux_x86_64.tar.gz
)What I want to do
Podsync stops working two months ago due to issues of
youtube-dl
.Error log:
There is suggestion of using
yt-dlp
instead ofyoutube-dl
#318. Therefore, I tried using symbolic link betweenyt-dlp
andyoutube-dl
.Steps I have done
youtube-dl
from the machine.sudo apt update
and thensudo apt get yt-dlp
.ln -s /usr/bin/yt-dlp /usr/bin/youtube-dl
Beta Was this translation helpful? Give feedback.
All reactions