Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update parsing to reflect changes on the Geocaching website #240

Merged
merged 1 commit into from
Jan 14, 2025

Conversation

BelKed
Copy link
Contributor

@BelKed BelKed commented Jan 13, 2025

Geocaching changed structure of their page a bit on 2025-01-11

From:

<span id="ctl00_ContentBody_lblFindCounts">
    <ul class="LogTotals" aria-labelledby="LoggedVisits">
        <li>
            <img src="/images/logtypes/2.png" alt="Found it" title="Found it" /> 60
        </li>

To:

<span id="ctl00_ContentBody_lblFindCounts">
    <ul class="flex p-0 gap-[1rem] list-none" aria-labelledby="LoggedVisits">
        <li class="flex items-center justify-center gap-1">
            <img height="16" width="16" src="/images/logtypes/2.png" alt="Found it" title="Found it"> 60
        </li>

Fixes #239

@tomasbedrich tomasbedrich self-requested a review January 14, 2025 08:54
@tomasbedrich tomasbedrich merged commit ce627ee into tomasbedrich:master Jan 14, 2025
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cannot load geocache anymore
2 participants