From 96aef682236eab4750d775f56ad952682059143c Mon Sep 17 00:00:00 2001 From: Michel Roux Date: Sat, 24 Dec 2022 12:22:53 +0000 Subject: [PATCH] Reformat anime-ultime --- commands/anime-ultime.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/commands/anime-ultime.py b/commands/anime-ultime.py index d770adf..1612d8e 100755 --- a/commands/anime-ultime.py +++ b/commands/anime-ultime.py @@ -17,7 +17,9 @@ root_url = "http://www.anime-ultime.net" while nextHop: r1 = requests.get(url) - m1 = re.search("javascript:open_ddlbox\('dl_orig', '([0-9]+)', 'orig'\)", r1.text) # noqa: W605 + m1 = re.search( + "javascript:open_ddlbox\('dl_orig', '([0-9]+)', 'orig'\)", r1.text # noqa: W605 + ) m2 = re.search('submit.*:right;.*(info-0-1)/([0-9]+)/([^"]+)', r1.text) if m1 is None: