Maksym Pavlenko
Maksym Pavlenko
Hello. Can you check that links to videos are correct in the feed? (point to 8443 port)
@bcongdon can you clarify which field are you referring to? There is `snippet.publishedAt`, but I don't see anything related to addition date: https://developers.google.com/youtube/v3/docs/playlistItems
Should probably update the documentation with more examples on this.
Hello. Can you share `PATH` env var and `youtube-dl` location on your system?
I'm not sure what's the reason of the problem. I've added the code to lookup for `youtube-dl` binary. Let's see if that helps.
@nuTTeLLo can you try 2.1.0? (https://github.com/mxpv/podsync/releases/tag/v2.1.0)
Hello. Could you please clarify which field is missing? Is it on feed or episode level? Are there any details in the error message you see ?
Blocked by https://github.com/eduncan911/podcast/issues/7
Could you please provide an example of youtube-dl configuration you use?
I would suggest ``` ios: keys: - cert: "key.pem" password: "" - cert: "cert2.pem" password: "" - cert: "cert3.pem" password: "" ``` intead of ``` ios: key_map: cert1: "key.pem" cert2:...