Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
luolongfei committed Dec 27, 2021
1 parent e1f7f7b commit 40ba24f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions netflix.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,10 @@ def wrapper(*args, **kwargs):


class Netflix(object):
VERSION = 'v0.5.1'
VERSION = 'v0.5.2'

# 超时秒数,包括隐式等待和显式等待
TIMEOUT = 23
TIMEOUT = 24

USER_AGENT = 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36'

Expand Down

0 comments on commit 40ba24f

Please sign in to comment.