Skip to content

Error: Path is invalid - /css2 #1

@smileBeda

Description

@smileBeda

The download script defines valid path as css, but when you copy the URL from google the path is css2, thus the script errors.

Changing it in the download script works. Not entirely sure if maybe Google has changed their paths recently.

Just in case someone stumbles on this, edit the ./download file (it is a PHP file, just open it in a code editor) and find const VALID_PATH = "/css";
Change that to /css2.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions