aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/googlepodcasts
diff options
context:
space:
mode:
authorLibravatar Stephen Papierski <stephenpapierski@users.noreply.github.com>2020-10-15 15:54:40 -0600
committerLibravatar GitHub <noreply@github.com>2020-10-15 22:54:40 +0100
commit0be6bbf91e2fefe680128f1cdb6c49e07d47740d (patch)
tree64ef8a6713768aa3e495b63a230fd989c0323354 /recipes/googlepodcasts
parentMinify images using ImageOptim (lossless compression) (#326) (diff)
downloadferdium-recipes-0be6bbf91e2fefe680128f1cdb6c49e07d47740d.tar.gz
ferdium-recipes-0be6bbf91e2fefe680128f1cdb6c49e07d47740d.tar.zst
ferdium-recipes-0be6bbf91e2fefe680128f1cdb6c49e07d47740d.zip
Add Google Podcasts and YouTube Music recipes (#330)
Diffstat (limited to 'recipes/googlepodcasts')
-rw-r--r--recipes/googlepodcasts/README.md8
-rw-r--r--recipes/googlepodcasts/icon.pngbin0 -> 29560 bytes
-rw-r--r--recipes/googlepodcasts/icon.svg10
-rw-r--r--recipes/googlepodcasts/index.js2
-rw-r--r--recipes/googlepodcasts/package.json12
-rw-r--r--recipes/googlepodcasts/webview.js1
6 files changed, 33 insertions, 0 deletions
diff --git a/recipes/googlepodcasts/README.md b/recipes/googlepodcasts/README.md
new file mode 100644
index 0000000..eaeb743
--- /dev/null
+++ b/recipes/googlepodcasts/README.md
@@ -0,0 +1,8 @@
1# Google Podcasts for Ferdi
2A Ferdi recipe for Google Podcasts
3
4### Release notes
51.0.0: Initial release
6
7### How to create your own Ferdi recipes:
8* [Read the documentation](https://github.com/getferdi/recipes/blob/master/docs/integration.md)
diff --git a/recipes/googlepodcasts/icon.png b/recipes/googlepodcasts/icon.png
new file mode 100644
index 0000000..455c372
--- /dev/null
+++ b/recipes/googlepodcasts/icon.png
Binary files differ
diff --git a/recipes/googlepodcasts/icon.svg b/recipes/googlepodcasts/icon.svg
new file mode 100644
index 0000000..079d16d
--- /dev/null
+++ b/recipes/googlepodcasts/icon.svg
@@ -0,0 +1,10 @@
1<?xml version="1.0" encoding="UTF-8"?>
2<svg width="400" height="400" version="1.1" xmlns="http://www.w3.org/2000/svg">
3 <g stroke-linecap="round" stroke-width="48.5">
4 <path d="m24.26 186.32v27.351" stroke="#0066d9"/>
5 <path d="m375.74 186.32v27.351" stroke="#4285f4"/>
6 <path d="m112.13 104.27v89.46m0 74.645v27.351" stroke="#ea4335"/>
7 <path d="m287.87 206.26v89.46m0-191.46v27.351" stroke="#34a853"/>
8 <path d="m200 127.06v145.87m0-248.68v27.351m0 296.78v27.351" stroke="#fab908"/>
9 </g>
10</svg> \ No newline at end of file
diff --git a/recipes/googlepodcasts/index.js b/recipes/googlepodcasts/index.js
new file mode 100644
index 0000000..0f639fe
--- /dev/null
+++ b/recipes/googlepodcasts/index.js
@@ -0,0 +1,2 @@
1"use strict";
2module.exports = Franz => Franz;
diff --git a/recipes/googlepodcasts/package.json b/recipes/googlepodcasts/package.json
new file mode 100644
index 0000000..3a13821
--- /dev/null
+++ b/recipes/googlepodcasts/package.json
@@ -0,0 +1,12 @@
1{
2 "id": "googlepodcasts",
3 "name": "Google Podcasts",
4 "version": "1.0.0",
5 "description": "Google Podcasts",
6 "main": "index.js",
7 "author": "Stephen Papierski <stephenpapierski@gmail.com>",
8 "license": "MIT",
9 "config": {
10 "serviceURL": "https://podcasts.google.com/"
11 }
12}
diff --git a/recipes/googlepodcasts/webview.js b/recipes/googlepodcasts/webview.js
new file mode 100644
index 0000000..3918c74
--- /dev/null
+++ b/recipes/googlepodcasts/webview.js
@@ -0,0 +1 @@
"use strict";