saves to downloadmode correctly

This commit is contained in:
2023-03-03 00:36:06 +01:00
parent 3c3acfe0ef
commit b9007713f5
4 changed files with 56 additions and 25 deletions

View File

@ -2,7 +2,7 @@ mod m3u8;
mod parser;
use std::io::{stdin, stdout, Stdin, StdoutLock, Write};
pub use m3u8::M3u8;
pub use m3u8::{DataEntry, M3u8};
pub use parser::Parser;
mod config;
pub use config::Configuration;