Skip to content

Commit

Permalink
Update 69shuba.py
Browse files Browse the repository at this point in the history
removed unnecessary comments
  • Loading branch information
dipu-bd authored Jan 1, 2024
1 parent 6748cb5 commit ea7fb19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sources/zh/69shuba.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ class sixnineshu(Crawler):
base_url = [
"https://www.69shuba.com/",
"https://www.69shu.com/",
"https://www.69xinshu.com/", # new domain
] # Updated to the new domain
"https://www.69xinshu.com/",
]

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

0 comments on commit ea7fb19

Please sign in to comment.