Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
luolongfei committed Sep 14, 2022
2 parents c9522d5 + d2567ad commit 87eacf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netflix.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ class Netflix(object):

# 密码被重置邮件正则
PWD_HAS_BEEN_CHANGED_REGEX = re.compile(
r'https?://.*?netflix\.com/YourAccount\?lnktrk=EMP&g=[^&]+&lkid=URL_YOUR_ACCOUNT_2', re.I)
r'https?://.*?netflix\.com/YourAccount\?(?:lnktrk=EMP&g=[^&]+&lkid=URL_YOUR_ACCOUNT_2|g=[^&]+&lkid=URL_YOUR_ACCOUNT&lnktrk=EVO)', re.I)

# 奈飞强迫用户修改密码
FORCE_CHANGE_PASSWORD_REGEX = re.compile(r'https?://www\.netflix\.com/LoginHelp.*?lkid=URL_LOGIN_HELP', re.I)
Expand Down

0 comments on commit 87eacf0

Please sign in to comment.