podsync: Failed to execute youtube-dl: exit status 1

Hi

Today, the download doesn’t work anymore but it was working yesterday.

time="2023-02-17T16:49:14-05:00" level=info msg="download count: 1"
time="2023-02-17T16:49:14-05:00" level=info msg="! downloading episode https://youtube.com/watch?v=CjsPSHRuwIM" episode_id=CjsPSHRuwIM index=0
time="2023-02-17T16:49:26-05:00" level=error msg="youtube-dl error: /tmp/podsync-4005477621/CjsPSHRuwIM.%(ext)s" error="failed to execute youtube-dl: exit status 1"
time="2023-02-17T16:49:26-05:00" level=error msg="[youtube] CjsPSHRuwIM: Downloading webpage\n[youtube] CjsPSHRuwIM: Downloading android player API JSON\nERROR: [youtube] CjsPSHRuwIM: Unable to extract uploader id; please report this issue on  https://github.com/yt-dlp/yt-dlp/issues?q= , filling out the appropriate issue template. Confirm you are on the latest version using  yt-dlp -U\n"
time="2023-02-17T16:49:27-05:00" level=info msg="downloaded 0 episode(s)"

Does anyone have the same issue?

Thanks

About this issue

  • Original URL
  • State: closed
  • Created a year ago
  • Comments: 15 (3 by maintainers)

Most upvoted comments

I’ve used docker image from https://hub.docker.com/r/tdeutsch/podsync Build 4 days ago. So far so good

I was running into this as well. The problem is you need to update yt-dlp. Fortunately the container can handle this automatically by adding the following to your config file:

# Youtube-dl specific configuration.
[downloader]
# Optional, auto update youtube-dl every 24 hours
self_update = true