diff --git a/services/DROP/__init__.py b/services/DROP/__init__.py index a518fc1..c278e16 100644 --- a/services/DROP/__init__.py +++ b/services/DROP/__init__.py @@ -26,7 +26,9 @@ class DROP(Service): TITLE_RE = r"^(?:https?://(?:www\.)?dropout\.tv/)([^/]+)(?:/.*)?$" SERIES_RE = r"https?://(?:www\.)?dropout\.tv/([^/]+)(?:/season:(\d+))?/?$" - EPISODE_RE = r"https?://(?:www\.)?dropout\.tv/([^/]+)/season:(\d+)/videos/([^/]+)/?$" + EPISODE_RE = ( + r"https?://(?:www\.)?dropout\.tv/([^/]+)/season:(\d+)/videos/([^/]+)/?$" + ) LOGIN_URL = "https://www.dropout.tv/login" @@ -58,7 +60,9 @@ class DROP(Service): "utf8": "true", } - response = self.session.post(self.LOGIN_URL, data=login_data, allow_redirects=False) + response = self.session.post( + self.LOGIN_URL, data=login_data, allow_redirects=False + ) if '