diff --git a/src/providers/hentaihaven.rs b/src/providers/hentaihaven.rs index f4a5910..3edf5e4 100644 --- a/src/providers/hentaihaven.rs +++ b/src/providers/hentaihaven.rs @@ -216,9 +216,9 @@ impl HentaihavenProvider { if season { video_url = format!("https://master-lengs.org/api/v3/hh/{}-season-eng/master.m3u8", url_part); } - let title = video_segment.split("title=\"").collect::>()[1] + let title = format!("{} - {}",video_segment.split("title=\"").collect::>()[1] .split("\"").collect::>()[0] - .to_string(); + .to_string(), i); let id = format!("{}-{}", url_part, i); let mut thumb = format!("https://himg.nl/images/hh/{}-{}-eng/poster.jpg", url_part, i); if season {