Skip to content

Commit

Permalink
new domain for 69shuba
Browse files Browse the repository at this point in the history
  • Loading branch information
nd2024 authored Dec 25, 2023
1 parent b1fb5f0 commit e7da01f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion sources/zh/69shuba.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,11 @@


class sixnineshu(Crawler):
base_url = ["https://www.69shuba.com/", "https://www.69shu.com/"] # Updated to the new domain
base_url = [
"https://www.69shuba.com/",
"https://www.69shu.com/",
"https://www.69xinshu.com/" # new domain
]

def get_soup(self, url):
"""overwrite the get_soup function to set the encoding"""
Expand Down

0 comments on commit e7da01f

Please sign in to comment.