rev
This commit is contained in:
@@ -181,6 +181,7 @@ impl ParadisehillProvider {
|
|||||||
formats.push(format);
|
formats.push(format);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
formats.reverse();
|
||||||
let id = url_str
|
let id = url_str
|
||||||
.split("/")
|
.split("/")
|
||||||
.collect::<Vec<&str>>()[3]
|
.collect::<Vec<&str>>()[3]
|
||||||
@@ -197,7 +198,7 @@ impl ParadisehillProvider {
|
|||||||
0,
|
0,
|
||||||
)
|
)
|
||||||
.aspect_ratio(0.697674419 as f32)
|
.aspect_ratio(0.697674419 as f32)
|
||||||
.formats(formats.reverse());
|
.formats(formats);
|
||||||
|
|
||||||
return Ok(video_item);
|
return Ok(video_item);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user