From 428c474c4c71ef4c7961070d4246017d15aa0c0c Mon Sep 17 00:00:00 2001 From: Wojtek Kosior Date: Fri, 13 Aug 2021 18:47:29 +0200 Subject: add google drive file download fix --- content/pgoogle_drive_download/index.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 content/pgoogle_drive_download/index.json (limited to 'content/pgoogle_drive_download') diff --git a/content/pgoogle_drive_download/index.json b/content/pgoogle_drive_download/index.json new file mode 100644 index 0000000..f1d544e --- /dev/null +++ b/content/pgoogle_drive_download/index.json @@ -0,0 +1,5 @@ +{ +"type" : "page", +"pattern" : "https://drive.google.com/file/d/**", +"payload" : ["script", "google_drive_download"] +} -- cgit v1.2.3