OFDLYUR5SXXQZOBVC4OIUFSOHX4WXKVA5D4W5DAUC5JSGUWMMDDAC OMMEITXS6J6ADT7PFSF45G5H7AJYU6Y5JIIURN532AMR4V4KFUFQC MQKD76RYJOC3SJ4EPKQRQFV7A2BRJAHAI4VMMLR4EKV4B3EV5YTQC UIMZBURR7KOWSREO4GDH5C2LZDUTEZBKQNYWBYSFGUTRYJ4GKSNQC WWO4T3TSJAX5YJCVXLZEOQVI3KEBI6TVBRBSWVC44FGZCSYCVUQAC ED7GAY6WJJ6Y3476KCKQULZ4XF73XBREX6FLX6URUAWCL5KDTBBQC XIHPYOWDLQY2MVMVUQPH23O3TBALRG4G2CHSLWSCAYMY5NVJ32WQC MOEXIJAVCTHVLSMKDNX54QLKBWKOC6SG6N6S3B73QWLYL2NWXLWAC DP6ASS5FJGSZUG2B4SQOKZVHFAVZLEHFVEWBNFG3BHMC6FZAJNHQC let mut dest = smol::io::BufWriter::new(smol::fs::OpenOptions::new().create(true).append(true).open(&episode.path).await?);
let mut dest = smol::io::BufWriter::new(smol::fs::OpenOptions::new().create(true).append(true).open(&episode.path).await?,);
Command::new("ls").about("list episodes of podcast").arg(Arg::new("PODCAST").help("Regex for subscribed podcast").index(1),),
Command::new("ls").about("list episodes of podcast").arg(Arg::new("PODCAST").help("Regex for subscribed podcast").index(1),),
Command::new("list").about("list episodes of podcast").arg(Arg::new("PODCAST").help("Regex for subscribed podcast").index(1),),
Command::new("list").about("list episodes of podcast").arg(Arg::new("PODCAST").help("Regex for subscribed podcast").index(1),),