Harnas
Harnas
In ESP32-C3, UART can be used on any pins due to IO Mux https://docs.espressif.com/projects/arduino-esp32/en/latest/tutorials/io_mux.html . Problem was only on older ESP chips, where hardware UART was on was used to...
Podsync uses yt-dlp to download from youtube. Last time, Youtube changes their policy, and now yt-dlp have problems with downloading. More about that https://github.com/yt-dlp/yt-dlp/issues/10128
Podsync uses yt-dlp to download from youtube. Last time, Youtube changes their policy, and now yt-dlp have problems with downloading. More about that https://github.com/yt-dlp/yt-dlp/issues/10128
@d4os try use yt-dlp nightly and set PO token https://github.com/yt-dlp/yt-dlp/issues/10128#issuecomment-2350782316 For each feed in file config, You must add following parameters to "youtube_dl_args" `youtube_dl_args = [ .. "--sleep-requests", "1.5", "--min-sleep-interval",...