From 49e45ae1a49fe3b30774563915abdef0f41ffed1 Mon Sep 17 00:00:00 2001 From: Intel1 <25161862+Intel11@users.noreply.github.com> Date: Sat, 14 Oct 2017 00:08:35 -0500 Subject: [PATCH] Update flashx.py --- plugin.video.alfa/servers/flashx.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin.video.alfa/servers/flashx.py b/plugin.video.alfa/servers/flashx.py index c6074f61..e8e2a385 100644 --- a/plugin.video.alfa/servers/flashx.py +++ b/plugin.video.alfa/servers/flashx.py @@ -45,7 +45,7 @@ def get_video_url(page_url, premium=False, user="", password="", video_password= headers['Accept'] = "*/*" headers['Host'] = "www.flashx.tv" - coding_url = 'https://www.flashx.tv/flashx.php?fxfx=7' + coding_url = 'https://www.flashx.tv/flashx.php?f=x&fxfx=6' headers['X-Requested-With'] = 'XMLHttpRequest' httptools.downloadpage(coding_url, headers=headers)