Index: contrib/housemixes.py ================================================================== --- contrib/housemixes.py +++ contrib/housemixes.py @@ -78,54 +78,17 @@ # collect self.status(0.0) html = ahttp.get(self.base_url + self.catmap[cat]) max = int(conf.max_streams) / 50 # or enable conf.housemixes_pages? - for i in range(2, 3):#int(max)): + for i in range(2, int(max)): self.status(float(i) / max) if html.find("latest/" + str(i)): html = html + ahttp.get(self.base_url + self.catmap[cat] + "/latest/%s" % i) html = re.sub(".+?", "", html, 100, re.S) self.status("Extracting mixes…") - - """ -
-
-
- different mix (2) -
- -

different mix (2)

-

By DJ RIKKI

- -  21/09/2021 01:42:08 +01:00 - -
- Chicago House -
- -
- 141 - 2 - 0 - 0 - 0 -
- - -
-
- """ - # extract for card in pq(html).find(".mix-item"): print(card) card = pq(card) r = {