Update tls_mag.recipe

This commit is contained in:
unkn0w7n 2024-09-05 18:16:32 +05:30
parent 634871213f
commit a560fca0b0

View File

@ -12,6 +12,7 @@ def re_html(y):
if y: if y:
soup = BeautifulSoup(y.rstrip()) soup = BeautifulSoup(y.rstrip())
return soup.text return soup.text
return ''
def get_id(url): def get_id(url):
rq = browser().open(url) rq = browser().open(url)