[subscribestar] merge 'user-tag' into regular 'user' extractor (#8737)

This commit is contained in:
Mike Fährmann
2025-12-23 18:39:34 +01:00
parent c3ef760a9f
commit 2be54be692
3 changed files with 34 additions and 37 deletions

View File

@@ -40,6 +40,27 @@ __tests__ = (
"date": "type:datetime",
},
{
"#url" : "https://www.subscribestar.com/subscribestar?tag=Security",
"#comment" : "'tag' query parameter (#8737)",
"#class" : subscribestar.SubscribestarUserExtractor,
"#count" : 0,
"#metadata": "post",
"author_id" : 11,
"author_name": "subscribestar",
"author_nick": "SubscribeStar",
"content" : "\n<h1>Enhance Your Account Security with OTP</h1>\n<div>In addition to our existing email-based Two-Factor Authentication (2FA), we encourage everyone to use a more secure and convenient method: One-Time Password (OTP) 2FA using authentication apps like 1Password, Google Authenticator etc. To get started:</div>\n<ol>\n<li>Navigate to <strong>Menu → Account Settings</strong>, scroll down to the Authenticator Apps (OTP 2FA) section.</li>\n<li>Click the \"<strong>Set up OTP</strong>\" button and follow the instructions.<br><br>\n</li>\n</ol>\n<div>The entire process should take less than 5 minutes. You can opt out of using email 2FA then.</div>\n<div><br></div>\n<div><strong>Why Choose OTP 2FA Over Email 2FA?</strong></div>\n<div>\n<strong>Stronger Security</strong>: While email 2FA adds an extra layer of protection, OTP 2FA generates codes directly on your mobile device, reducing the risk associated with email interception or unauthorized access.</div>\n<div>\n<strong>Instant Access</strong>: Authentication apps provide time-sensitive codes without the need for an internet connection or waiting for an email to arrive.</div>\n<div>\n<strong>Enhanced Protection Against Phishing</strong>: OTP codes from authentication apps are less susceptible to phishing attacks compared to email-based codes.</div>\n\n",
"date" : "dt:2024-09-30 20:46:00",
"post_id" : 1320999,
"search_tags": "Security",
"title" : "Enhance Your Account Security with OTP",
"tags" : [
"Security",
"PlatformUpdates",
],
},
{
"#url" : "https://subscribestar.adult/kanashiipanda",
"#category": ("", "subscribestar", "user-adult"),
@@ -123,24 +144,4 @@ __tests__ = (
"date": "dt:2019-04-28 07:32:00",
},
{
"#url" : "https://www.subscribestar.com/subscribestar?tag=Security",
"#class" : subscribestar.SubscribestarUserTagExtractor,
"#count" : 0,
"#metadata": "post",
"author_id" : 11,
"author_name": "subscribestar",
"author_nick": "SubscribeStar",
"content" : "\n<h1>Enhance Your Account Security with OTP</h1>\n<div>In addition to our existing email-based Two-Factor Authentication (2FA), we encourage everyone to use a more secure and convenient method: One-Time Password (OTP) 2FA using authentication apps like 1Password, Google Authenticator etc. To get started:</div>\n<ol>\n<li>Navigate to <strong>Menu → Account Settings</strong>, scroll down to the Authenticator Apps (OTP 2FA) section.</li>\n<li>Click the \"<strong>Set up OTP</strong>\" button and follow the instructions.<br><br>\n</li>\n</ol>\n<div>The entire process should take less than 5 minutes. You can opt out of using email 2FA then.</div>\n<div><br></div>\n<div><strong>Why Choose OTP 2FA Over Email 2FA?</strong></div>\n<div>\n<strong>Stronger Security</strong>: While email 2FA adds an extra layer of protection, OTP 2FA generates codes directly on your mobile device, reducing the risk associated with email interception or unauthorized access.</div>\n<div>\n<strong>Instant Access</strong>: Authentication apps provide time-sensitive codes without the need for an internet connection or waiting for an email to arrive.</div>\n<div>\n<strong>Enhanced Protection Against Phishing</strong>: OTP codes from authentication apps are less susceptible to phishing attacks compared to email-based codes.</div>\n\n",
"date" : "dt:2024-09-30 20:46:00",
"post_id" : 1320999,
"search_tags": "Security",
"title" : "Enhance Your Account Security with OTP",
"tags" : [
"Security",
"PlatformUpdates",
],
},
)