diff --git a/extractors/ourbits.py b/extractors/ourbits.py index d0693cb..8d247b1 100644 --- a/extractors/ourbits.py +++ b/extractors/ourbits.py @@ -20,6 +20,7 @@ def update_cookies(self): password = self.config.get('password') s = requests.Session() + s.cookies.update(self.cookies) r = s.post(self.url_host + '/takelogin.php', data={ 'username': username, 'password': password,