From a560fca0b0ca789c532f5c0e015061852464bdce Mon Sep 17 00:00:00 2001 From: unkn0w7n <51942695+unkn0w7n@users.noreply.github.com> Date: Thu, 5 Sep 2024 18:16:32 +0530 Subject: [PATCH] Update tls_mag.recipe --- recipes/tls_mag.recipe | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes/tls_mag.recipe b/recipes/tls_mag.recipe index 9a277afe7c..f845787688 100644 --- a/recipes/tls_mag.recipe +++ b/recipes/tls_mag.recipe @@ -12,6 +12,7 @@ def re_html(y): if y: soup = BeautifulSoup(y.rstrip()) return soup.text + return '' def get_id(url): rq = browser().open(url)