tywil04 / slavartdl

Simple tool written in Go(lang) to download music using the SlavArt Divolt server
GNU General Public License v3.0
18 stars 1 forks source link

Missing support for new hosts #27

Closed bacon-cheeseburger closed 11 months ago

bacon-cheeseburger commented 11 months ago

Hi, Apple and Amazon links are now supported but slavartdl blocks the url's from being requested. This is why I suggested moving the allowed hosts into the config file; So users can easily update this themselves rather than require a new compile. It would be better if slavartdl didn't police url's at all and just lets the server decide what hosts it does and doesn't allow at any given moment.

tywil04 commented 11 months ago

hosts are no longer policed, I would rather this then allowing allowed hosts in the config file.

bacon-cheeseburger commented 11 months ago

Good call not going the config file route! Was hoping you'd decide the way you did. :)