更新线路

更新总体:20250624
南风线路:20250624
潇洒单线路:v06.24
This commit is contained in:
Liu
2025-06-25 00:40:24 +08:00
parent 6ba2343848
commit d26705f515
26 changed files with 44633 additions and 9776 deletions

View File

@@ -155,7 +155,7 @@ class Spider(Spider):
pass
def gethost(self):
data=pq(self.fetch('https://13826.kstore.space/jubba.py/jbb.html',headers=self.headers).text)
data=pq(self.fetch('https://13826.kstore.space/jubba.py/jbb1.html',headers=self.headers).text)
hlist=list(data('.content-top ul li').items())[:2]
hsots=[j('a').attr('href') for i in hlist for j in i('a').items()]
return self.host_late(hsots)