From 0be6bbf91e2fefe680128f1cdb6c49e07d47740d Mon Sep 17 00:00:00 2001 From: Stephen Papierski Date: Thu, 15 Oct 2020 15:54:40 -0600 Subject: Add Google Podcasts and YouTube Music recipes (#330) --- recipes/googlepodcasts/README.md | 8 ++++++++ recipes/googlepodcasts/icon.png | Bin 0 -> 29560 bytes recipes/googlepodcasts/icon.svg | 10 ++++++++++ recipes/googlepodcasts/index.js | 2 ++ recipes/googlepodcasts/package.json | 12 ++++++++++++ recipes/googlepodcasts/webview.js | 1 + recipes/pushbullet/icon.png | Bin 10346 -> 10338 bytes recipes/youtubemusic/README.md | 8 ++++++++ recipes/youtubemusic/icon.png | Bin 0 -> 36938 bytes recipes/youtubemusic/icon.svg | 28 ++++++++++++++++++++++++++++ recipes/youtubemusic/index.js | 2 ++ recipes/youtubemusic/package.json | 12 ++++++++++++ recipes/youtubemusic/webview.js | 1 + 13 files changed, 84 insertions(+) create mode 100644 recipes/googlepodcasts/README.md create mode 100644 recipes/googlepodcasts/icon.png create mode 100644 recipes/googlepodcasts/icon.svg create mode 100644 recipes/googlepodcasts/index.js create mode 100644 recipes/googlepodcasts/package.json create mode 100644 recipes/googlepodcasts/webview.js create mode 100644 recipes/youtubemusic/README.md create mode 100644 recipes/youtubemusic/icon.png create mode 100644 recipes/youtubemusic/icon.svg create mode 100644 recipes/youtubemusic/index.js create mode 100644 recipes/youtubemusic/package.json create mode 100644 recipes/youtubemusic/webview.js (limited to 'recipes') 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 @@ +# Google Podcasts for Ferdi +A Ferdi recipe for Google Podcasts + +### Release notes +1.0.0: Initial release + +### How to create your own Ferdi recipes: +* [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 Binary files /dev/null and b/recipes/googlepodcasts/icon.png 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 @@ + + + + + + + + + + \ 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 @@ +"use strict"; +module.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 @@ +{ + "id": "googlepodcasts", + "name": "Google Podcasts", + "version": "1.0.0", + "description": "Google Podcasts", + "main": "index.js", + "author": "Stephen Papierski ", + "license": "MIT", + "config": { + "serviceURL": "https://podcasts.google.com/" + } +} 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"; diff --git a/recipes/pushbullet/icon.png b/recipes/pushbullet/icon.png index 93004ae..46fbe46 100644 Binary files a/recipes/pushbullet/icon.png and b/recipes/pushbullet/icon.png differ diff --git a/recipes/youtubemusic/README.md b/recipes/youtubemusic/README.md new file mode 100644 index 0000000..d863bb5 --- /dev/null +++ b/recipes/youtubemusic/README.md @@ -0,0 +1,8 @@ +# YouTube Music for Ferdi +A Ferdi recipe for YouTube Music + +### Release notes +1.0.0: Initial release + +### How to create your own Ferdi recipes: +* [Read the documentation](https://github.com/getferdi/recipes/blob/master/docs/integration.md) diff --git a/recipes/youtubemusic/icon.png b/recipes/youtubemusic/icon.png new file mode 100644 index 0000000..b70051a Binary files /dev/null and b/recipes/youtubemusic/icon.png differ diff --git a/recipes/youtubemusic/icon.svg b/recipes/youtubemusic/icon.svg new file mode 100644 index 0000000..9dd9150 --- /dev/null +++ b/recipes/youtubemusic/icon.svg @@ -0,0 +1,28 @@ + + + + + + + + + + +]> + + + + + + + + + + + + + diff --git a/recipes/youtubemusic/index.js b/recipes/youtubemusic/index.js new file mode 100644 index 0000000..0f639fe --- /dev/null +++ b/recipes/youtubemusic/index.js @@ -0,0 +1,2 @@ +"use strict"; +module.exports = Franz => Franz; diff --git a/recipes/youtubemusic/package.json b/recipes/youtubemusic/package.json new file mode 100644 index 0000000..3802dc7 --- /dev/null +++ b/recipes/youtubemusic/package.json @@ -0,0 +1,12 @@ +{ + "id": "youtubemusic", + "name": "YouTube Music", + "version": "1.0.0", + "description": "YouTube Music", + "main": "index.js", + "author": "Stephen Papierski ", + "license": "MIT", + "config": { + "serviceURL": "https://music.youtube.com/" + } +} diff --git a/recipes/youtubemusic/webview.js b/recipes/youtubemusic/webview.js new file mode 100644 index 0000000..3918c74 --- /dev/null +++ b/recipes/youtubemusic/webview.js @@ -0,0 +1 @@ +"use strict"; -- cgit v1.2.3-70-g09d2