hotfix pmvhaven
This commit is contained in:
@@ -190,7 +190,8 @@ impl PmvhavenVideo {
|
||||
let mut item = VideoItem::new(
|
||||
self._id.clone(),
|
||||
self.title.clone(),
|
||||
format!("https://pmvhaven.com/video/{}_{}", self.title.replace(" ","-"), self._id),
|
||||
// format!("https://pmvhaven.com/video/{}_{}", self.title.replace(" ","-"), self._id),
|
||||
format!("https://storage.pmvhaven.com/{}/{}_{}", self._id.clone(), self.title.replace(" ","-"), self._id),
|
||||
"pmvhaven".to_string(),
|
||||
self.thumbnails[self.thumbnails.len()-1].clone().unwrap_or("".to_string()),
|
||||
self.duration as u32,
|
||||
|
||||
Reference in New Issue
Block a user