BSPWOOHZMN3RAOHGJ2A3XKUOUCFFAOXS7YR67E3AARPPPIA5YPDAC
JJ4SMY257MAHSJSZH5PJZMLBH3GJX5VKH2ZZSBGWLL7FWP7OA7TQC
UIMZBURR7KOWSREO4GDH5C2LZDUTEZBKQNYWBYSFGUTRYJ4GKSNQC
6FJACP6KUOZ4HWK4PSS5PFPGDYXZSCAWSKIARWBDGCZTPJWXA62AC
XIHPYOWDLQY2MVMVUQPH23O3TBALRG4G2CHSLWSCAYMY5NVJ32WQC
use std::process::Command;
use std::process::{Command, Stdio};
filename.push_str(episode.download_extension().unwrap());
filename.push_str(episode.extension().unwrap());
extern crate rss;
extern crate clap;
extern crate serde_json;
extern crate clap;use std::fs::File;use std::io::BufReader;use rss::Channel;
use std::fs::File;
use std::io::BufReader;
use rss::Channel;
use structs::*;
use serde_json;use std::collections::BTreeSet;
use serde_json;
use std::collections::BTreeSet;
pub fn download_extension(&self) -> Option<&str> {
pub fn extension(&self) -> Option<&str> {
filename.push_str(self.download_extension().unwrap());
filename.push_str(self.extension().unwrap());
use std::fs;use std::path::PathBuf;
use std::fs;
use std::path::PathBuf;