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