-
-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
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.
amalricBzh
Metadata
Metadata
Assignees
Labels
No labels