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

Fix Cocktail Party scraper #270

Merged

Commits on Jan 27, 2024

  1. Configuration menu
    Copy the full SHA
    7ffca47 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2024

  1. Merge pull request karlomikus#261 from karlomikus/develop

    Generate slug if missing
    karlomikus committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    a09aac4 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

  1. Configuration menu
    Copy the full SHA
    6507865 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. Merge pull request karlomikus#263 from karlomikus/develop

    Add copy, add external classes
    karlomikus committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    04af7fb View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. Merge pull request karlomikus#264 from karlomikus/develop

    Sync only cocktail thumbs
    karlomikus committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    5e6bd12 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. Fix Cocktail Party scraper

    Cocktail Party have changed their website. It now appears to be using
    something called Elementor. Quite possibly https://elementor.com/. This
    has caused the old scraper to stop working.
    
    This commit fixes the scraper. I've tried it with 192 cocktails from
    Cocktail Party and, except for a few, it worked fine. The ones that
    didn't work were using units that recipe-utils doesn't understand, such
    as "stick" or "half," and thus I assume that they wouldn't've worked
    with the old scraper as well.
    zdenek-biberle committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    2d3a2d4 View commit details
    Browse the repository at this point in the history