updates
This commit is contained in:
@@ -493,7 +493,7 @@ impl SxyprnProvider {
|
||||
|
||||
for dood_url in doodstream_urls {
|
||||
formats.push(
|
||||
VideoFormat::m3u8(dood_url.clone(), "auto".to_string(), "m3u8".to_string())
|
||||
VideoFormat::new(dood_url.clone(), "auto".to_string(), "doodstream".to_string())
|
||||
.format_note("doodstream".to_string())
|
||||
.format_id("doodstream".to_string())
|
||||
.http_header("Referer".to_string(), "https://sxyprn.com/".to_string()),
|
||||
|
||||
@@ -137,7 +137,7 @@ pub fn config(cfg: &mut web::ServiceConfig) {
|
||||
.route(web::get().to(proxy2redirect)),
|
||||
);
|
||||
cfg.service(
|
||||
web::resource("/allpornstream/{endpoint}*")
|
||||
web::resource("/aps/{endpoint}*")
|
||||
.route(web::post().to(crate::proxies::allpornstream::serve))
|
||||
.route(web::get().to(crate::proxies::allpornstream::serve)),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user