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])