nicoSWD / put.io-adder

macOS put.io client that acts as handler for magnet: links and .torrent files, and adds them to your put.io download queue
MIT License
195 stars 23 forks source link

changed open file URL to match the new put.io layout #15

Closed jorgenbs closed 8 years ago

jorgenbs commented 8 years ago

Currently the app opens a file on the old put.io site, this change would take you to the their new layout.

nicoSWD commented 8 years ago

Hey @jorgenbs!

Thank you very much for taking the time to create this PR. At first glance, it seems like the new URL only works if you have the new layout enabled in your profile settings. Otherwise it'll 404.

I'll take a look into this, though. Perhaps there's a way to see if it's enabled via the API, and only send those users to the new layout instead.

Thanks again!

jorgenbs commented 8 years ago

Ah yes, I assumed they had made the new layout default by now since I've been on it for a while. Or at least accessible without having to enable it. Thanks for looking into it, I use this app everyday.

nicoSWD commented 8 years ago

Yeah that would be nice. But no luck as far as I can tell.

The API documentation doesn't state anything about this, so I'm considering adding an option to the app's settings to enable the new layout manually.

For now I'm going to have to reject this PR. I really appreciate your support, though.

Thank you!