Skip to content
This repository has been archived by the owner on May 2, 2022. It is now read-only.

Remove WidevineDRM support #276

Merged
merged 1 commit into from
Jul 8, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file removed catalog/apps/amazon-music/amazon-music-icon.png
Binary file not shown.
3 changes: 0 additions & 3 deletions catalog/apps/amazon-music/amazon-music.yml

This file was deleted.

Binary file not shown.
3 changes: 0 additions & 3 deletions catalog/apps/amazon-prime-video/amazon-prime-video.yml

This file was deleted.

Binary file removed catalog/apps/hulu/hulu-icon.png
Binary file not shown.
3 changes: 0 additions & 3 deletions catalog/apps/hulu/hulu.yml

This file was deleted.

Binary file removed catalog/apps/netflix/netflix-icon.png
Binary file not shown.
4 changes: 0 additions & 4 deletions catalog/apps/netflix/netflix.yml

This file was deleted.

Binary file removed catalog/apps/spotify/spotify-icon.png
Binary file not shown.
3 changes: 0 additions & 3 deletions catalog/apps/spotify/spotify.yml

This file was deleted.

3 changes: 2 additions & 1 deletion catalog/apps/twitter/twitter.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
name: Twitter
category: 'Social Networking'
url: 'https://twitter.com/'
url: 'https://twitter.com/'
featured: true
9 changes: 0 additions & 9 deletions docs/_catalog/amazon-music.md

This file was deleted.

9 changes: 0 additions & 9 deletions docs/_catalog/amazon-prime-video.md

This file was deleted.

9 changes: 0 additions & 9 deletions docs/_catalog/hulu.md

This file was deleted.

10 changes: 0 additions & 10 deletions docs/_catalog/netflix.md

This file was deleted.

9 changes: 0 additions & 9 deletions docs/_catalog/spotify.md

This file was deleted.

1 change: 1 addition & 0 deletions docs/_catalog/twitter.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
name: Twitter
category: Social Networking
featured: true
title: Twitter for macOS on WebCatalog
key: twitter
fullUrl: 'https://twitter.com/'
Expand Down
2 changes: 2 additions & 0 deletions docs/support.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ <h1>WebCatalog Support</h1>

<h3>Frequently Asked Questions (FAQs) </h3>
<p><b>Where can I download WebCatalog 12?</b><br/>Even though WebCatalog 12 is no longer officially supported, you can still download it from <a href="/legacy">here</a>.

<p><b>Does WebCatalog supports Amazon Music, Amazon Prime Video, BBC iPlayer, Hulu, Netflix and Spotify?</b><br/>No, it doesn't. We would love to support these apps. But they rely on a technology call <a href="https://en.wikipedia.org/wiki/Widevine">WidevineDRM</a> which is not available in WebCatalog because of technical and legal constraints <a href="https://electronjs.org/docs/tutorial/testing-widevine-cdm">[1]</a> <a href="https://www.theregister.co.uk/2019/04/03/googles_widevine_drm/">[2]</a>.</p>
</div>
</div>
</section>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ decompress(templatePath, tmpPath)
prune: true,
osxSign: false,
asar: {
unpack: '{app.json,icon.png,package.json,libwidevinecdm.dylib,libwidevinecdm.dylib.sig,manifest.json}',
unpack: '{app.json,icon.png,package.json,manifest.json}',
},
};

Expand Down
6 changes: 0 additions & 6 deletions template/public/electron.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// eslint-disable-next-line import/no-extraneous-dependencies
const { app, protocol, ipcMain } = require('electron');
const path = require('path');

const loadListeners = require('./listeners');

Expand Down Expand Up @@ -39,11 +38,6 @@ if (!gotTheLock) {

loadListeners();

const WIDEVINE_PATH = path.join(__dirname, 'plugins', 'WidevineCdm', '_platform_specific', 'mac_x64').replace('app.asar', 'app.asar.unpacked');
const WIDEVINE_VERSION = '4.10.1192.0';
app.commandLine.appendSwitch('widevine-cdm-path', WIDEVINE_PATH);
app.commandLine.appendSwitch('widevine-cdm-version', WIDEVINE_VERSION);

const commonInit = () => {
mainWindow.createAsync()
.then(() => {
Expand Down
8 changes: 0 additions & 8 deletions template/public/plugins/WidevineCdm/LICENSE

This file was deleted.

Binary file not shown.
Binary file not shown.
35 changes: 0 additions & 35 deletions template/public/plugins/WidevineCdm/manifest.json

This file was deleted.