Skip to content

Commit

Permalink
Update shuyuan.py
Browse files Browse the repository at this point in the history
  • Loading branch information
shidahuilang authored Nov 11, 2024
1 parent c11c8d5 commit fd9c272
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions py/shuyuan.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@

# 定义不同网址对应的时间范围,单位为天
time_ranges = {
'https://www.yckceo.com/yuedu/shuyuan/index.html': (1, 4),
'https://www.yckceo.com/yuedu/shuyuans/index.html': (1, 10),
'https://www.yckceo.com/yuedu/shuyuan/index.html': (1, 3),
'https://www.yckceo.com/yuedu/shuyuans/index.html': (1, 5),
}

def parse_page(url):
Expand Down

0 comments on commit fd9c272

Please sign in to comment.