Skip to content

Commit 4e4e97e

Browse files
committed
Added WP parsing for load_by_guid
1 parent 4d1c4d2 commit 4e4e97e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pycaching/cache.py

+2
Original file line numberDiff line numberDiff line change
@@ -732,6 +732,8 @@ def load_by_guid(self):
732732

733733
self.name = content.find("h2").text
734734

735+
self.wp = res.find(id="Header").find_all("h1")[-1].text
736+
735737
self.location = Point.from_string(
736738
content.find("p", "LatLong Meta").text)
737739

0 commit comments

Comments
 (0)