From 6f38ef2ac5dab1093db0fc28adc591679e6c9354 Mon Sep 17 00:00:00 2001 From: Noiredd Date: Sun, 31 May 2020 21:57:04 +0200 Subject: [PATCH] response to Filmweb changing the target URL for login POST --- filmatyk/filmweb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/filmatyk/filmweb.py b/filmatyk/filmweb.py index 57035c3..733a960 100644 --- a/filmatyk/filmweb.py +++ b/filmatyk/filmweb.py @@ -22,7 +22,7 @@ class Constants(): Create an instance for a given user to generate their specific URLs. """ - login_path = 'https://ssl.filmweb.pl/j_login' + login_path = 'https://www.filmweb.pl/j_login' base_path = 'https://www.filmweb.pl' main_class = 'userVotesPage__results' item_class = 'userVotesPage__result'