manga-download / hakuneko

Manga & Anime Downloader for Linux, Windows & MacOS
https://hakuneko.download
The Unlicense
4.66k stars 466 forks source link

Adapt new protocol handling #212

Closed ronny1982 closed 5 years ago

ronny1982 commented 5 years ago

Electron 5 no longer allows to register standard protocols from UI process during runtime, standard protocols must now be registered from the main process before the application is ready.

This has a huge impact, since all websites that register its own protocol will now no longer work with the fetch API.

ronny1982 commented 5 years ago

New protocol handling has been implemented in:

ronny1982 commented 5 years ago

The following connectors needs to be migrated to use the new protocol mechanics: