bugfixes
This commit is contained in:
@@ -166,7 +166,6 @@ impl ParadisehillProvider {
|
|||||||
.collect::<Vec<&str>>()[1..].to_vec();
|
.collect::<Vec<&str>>()[1..].to_vec();
|
||||||
let mut formats = vec![];
|
let mut formats = vec![];
|
||||||
for url in video_urls {
|
for url in video_urls {
|
||||||
println!("{}", url);
|
|
||||||
let video_url = url
|
let video_url = url
|
||||||
.split("\"")
|
.split("\"")
|
||||||
.collect::<Vec<&str>>()[0]
|
.collect::<Vec<&str>>()[0]
|
||||||
|
|||||||
Reference in New Issue
Block a user