Fix get_entry

pull/6/head
beucismis 1 year ago
parent 833b3169b0
commit ef1c1b5ae6
  1. 2
      ozgursozluk/api.py

@ -126,7 +126,7 @@ class Eksi:
return Topic(
h1.attrs["data-id"],
h1.attrs["data-title"],
urlparse(response.url).path[1:],
h1.find("a")["href"][1:],
self.base_url + h1.find("a", href=True)["href"],
self._get_entrys(soup),
)

Loading…
Cancel
Save