gtorrent / gtorrent-core

Core library of gTorrent which handles everything but UI/UX
GNU General Public License v3.0
39 stars 12 forks source link

Gtorrent-core now handles magnets and http links to torrent files. #100

Closed lluixhi closed 9 years ago

lluixhi commented 9 years ago

renamed isMagnetLink to isLink.

Is https supported in add_torrent_params.url? reference says http URLs, but a parse_url.cpp exists in libtorrent, and it handles https.