From 3de393f03094ae23628674aca92a5a68adaf6b03 Mon Sep 17 00:00:00 2001 From: mac12m99 <10120390+mac12m99@users.noreply.github.com> Date: Fri, 15 Oct 2021 20:03:09 +0200 Subject: [PATCH] Maxstream check codice video --- servers/maxstream.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/servers/maxstream.py b/servers/maxstream.py index 2d31235a..b8d649e9 100644 --- a/servers/maxstream.py +++ b/servers/maxstream.py @@ -46,7 +46,7 @@ def get_video_url(page_url, premium=False, user="", password="", video_password= else: logger.debug('Something wrong: no url found before that :(') - if url_video: + if url_video and url_video.split('/')[-1] == page_url.split('/')[-1]: import random, string parse = urlparse.urlparse(url_video) video_urls.append(['mp4 [MaxStream]', url_video])