Sude- / lgogdownloader

LGOGDownloader is unofficial downloader to GOG.com for Linux users. It uses the same API as the official GOG Galaxy.
https://sites.google.com/site/gogdownloader/
Do What The F*ck You Want To Public License
725 stars 68 forks source link

[Feature Request] Adding lgogdownloader as default action for gogdownloader:// #21

Closed BlackLotus closed 9 years ago

BlackLotus commented 10 years ago

Would be nice if lgogdownloader could be made to be the default handler so that you could one click download games with it.

Sude- commented 10 years ago

This will require creating a parser for gogdownloader:// url scheme Could be possible by adding a check to --game option. I'll see what I can do.

TheCycoONE commented 10 years ago

It would be good if this url scheme could be used for extra content as well. As a use case example, the nwn-gog aur package has to download nwn_KingmakerSetup.zip from the extras folder of neverwinter nights diamond edition. In the same case the game is split up into multiple files: setup_nwn_diamond_2.0.0.15.exe, setup_nwn_diamond_2.0.0.15-1.bin and setup_nwn_diamond_2.0.0.15-2.bin.

I propose the file layout created by lgogdownloader e.g. '''lgogdownloader://neverwinter_nights_diamond_edition/extras/nwn_KingmakerSetup.zip'''

Comments?