Switch the name to ilovetv
This commit is contained in:
@ -11,9 +11,9 @@ use serde_json;
|
||||
|
||||
use crate::{download_with_progress, get_mut_ref, Readline};
|
||||
|
||||
const JSON_CONFIG_FILENAME: &'static str = "iptvnator_config.json";
|
||||
const APP_IDENTIFIER: [&'static str; 3] = ["com", "billenius", "iptvnator"];
|
||||
const STANDARD_PLAYLIST_FILENAME: &'static str = "ilovetv.m3u8";
|
||||
const JSON_CONFIG_FILENAME: &'static str = "config.json";
|
||||
const APP_IDENTIFIER: [&'static str; 3] = ["com", "billenius", "ilovetv"];
|
||||
const STANDARD_PLAYLIST_FILENAME: &'static str = "playlist.m3u8";
|
||||
const STANDARD_SEEN_LINKS_FILENAME: &'static str = "watched_links.json";
|
||||
const MAX_TRIES: u8 = 4;
|
||||
|
||||
|
@ -3,7 +3,7 @@ use std::process::Command;
|
||||
use std::rc::Rc;
|
||||
|
||||
use colored::Colorize;
|
||||
use iptvnator::{download_with_progress, get_mut_ref, Configuration, M3u8, Parser, Readline};
|
||||
use ilovetv::{download_with_progress, get_mut_ref, Configuration, M3u8, Parser, Readline};
|
||||
|
||||
#[tokio::main]
|
||||
async fn main() {
|
||||
@ -11,7 +11,7 @@ async fn main() {
|
||||
[
|
||||
format!(
|
||||
"Welcome to {}, a {} iptv client written in rust\n",
|
||||
"iptvnator".bold(),
|
||||
"ilovetv".bold(),
|
||||
"BLAZINGLY FAST".italic()
|
||||
),
|
||||
"There will be some options along the way".to_owned(),
|
||||
|
Reference in New Issue
Block a user