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 Jan 1, 2024
1 parent 8bfbb57 commit 6748cb5
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
] # Updated to the new domain

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

0 comments on commit 6748cb5

Please sign in to comment.