Skip to content

Commit

Permalink
Update 69shuba.py
Browse files Browse the repository at this point in the history
  • Loading branch information
zGadli committed Mar 1, 2024
1 parent 5e7a685 commit d794048
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions sources/zh/69shuba.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"Accept-Language": "en-US,en;q=0.9,de-CH;q=0.8,de;q=0.7",
"Cache-Control": "no-cache",
"Content-Type": "application/x-www-form-urlencoded",
"Origin": "https://www.69xinshu.com",
"Origin": "https://www.69shu.pro",
"DNT": "1",
"Referer": "https://www.69xinshu.com/modules/article/search.php",
"Referer": "https://www.69shu.pro/modules/article/search.php",
"Connection": "keep-alive",
"Upgrade-Insecure-Requests": "1",
"Sec-Ch-Ua": '"Not_A Brand";v="8", "Chromium";v="120", "Opera GX";v="106"',
Expand All @@ -28,14 +28,15 @@
}

logger = logging.getLogger(__name__)
search_url = "https://www.69xinshu.com/modules/article/search.php" # Updated to the new domain
search_url = "https://www.69shu.pro/modules/article/search.php" # Updated to the new domain


class sixnineshu(Crawler):
base_url = [
"https://www.69shuba.com/",
"https://www.69shu.com/",
"https://www.69xinshu.com/",
"https://www.69shu.pro/"
]

def initialize(self):
Expand Down

0 comments on commit d794048

Please sign in to comment.