Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Why KAT torrents dont download on the browers #466

Closed
MMHossaini opened this issue Oct 24, 2015 · 7 comments
Closed

Why KAT torrents dont download on the browers #466

MMHossaini opened this issue Oct 24, 2015 · 7 comments

Comments

@MMHossaini
Copy link

@MMHossaini MMHossaini commented Oct 24, 2015

Hi, noob here

When i get a magnet link from kickass torrents they download fine with jstorrent which is a chrome extension but the links fail to download using webtorrent on the browser. it is not possible to download any magnet links from kickass torrent on instant.io. instant.io uses webtorrent Is this suppose to not work in the browser or what. sorry not very familier with p2p.

@TomasHubelbauer

This comment has been minimized.

Copy link

@TomasHubelbauer TomasHubelbauer commented Oct 24, 2015

WebTorrent can only download torrents that other WebTorrent peers seed. Torrents from KAT are not seeded by any other peers from instant.io and thus cannot be downloaded through WebTorrent. I believe @feross is researching bridging desktop torrent clients and WebTorrent so they can interoperate, which can be achieved by the desktop clients supporting WebRTC Data Channels.

@MMHossaini

This comment has been minimized.

Copy link
Author

@MMHossaini MMHossaini commented Oct 24, 2015

ok i see.
thank you for the explanation.

so if a user seeds a file it will only be downloadable to peers that use webtorrent also? the other peer would need the magnet link that is all?

@TomasHubelbauer

This comment has been minimized.

Copy link

@TomasHubelbauer TomasHubelbauer commented Oct 24, 2015

Yep, when you go to instant.io and upload a file, copy the info hash, open a new tab and download the file using that info hash, you will be able to get that file, and so should any other peer using WebTorrent.

BTW on webtorrent.io you can see this in action. The video on that page is seeded by other WebTorrent peers to your browser so you can view it.

@MMHossaini

This comment has been minimized.

Copy link
Author

@MMHossaini MMHossaini commented Oct 24, 2015

Thanks again man.

Is it possible to get list of all torrents currently available on webtorrent?

@MMHossaini MMHossaini changed the title Why some torrents dont download on the browers Why all torrents dont download on the browers Oct 24, 2015
@MMHossaini MMHossaini changed the title Why all torrents dont download on the browers Why KAT torrents dont download on the browers Oct 24, 2015
@TomasHubelbauer

This comment has been minimized.

Copy link

@TomasHubelbauer TomasHubelbauer commented Oct 24, 2015

I don't know. I don't think BitTorrent protocol itself includes any content discovery mechanisms, that's why BitTorrent trackers exist. The bridging solution I was talking about earlier I presume would work by implementing a tracker server software which supports both desktop torrent clients and WebTorrent and serves the pieces between both kinds of clients transparently. Tracker servers are not standardized AFAIK and thus each one has different content discovery mechanisms, in case of KAT and most of the others, this purpose is served by the website that lists the torrents in the tracker's database. Theoretically you can enumerate KAT's torrents by scraping the website and similarly you should be able to scrape the WebTorrent<>BitTorrent tracker's website/API.

But realistically: no, I don't think you can enumerate that: Really though, someone who knows what they are talking about should chip in to confirm or correct this.

@DiegoRBaquero

This comment has been minimized.

Copy link
Member

@DiegoRBaquero DiegoRBaquero commented Dec 14, 2015

For the moment there's no way to list all currently available torrent on the webrtc network. Room for a project there!

@feross

This comment has been minimized.

Copy link
Member

@feross feross commented Jan 1, 2016

Please don't discuss third-party torrent tracker sites that encourage copyright infringement on this issue tracker. We cannot help with such requests. Do not use WebTorrent for piracy.

@webtorrent webtorrent locked and limited conversation to collaborators Jan 1, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
4 participants
You can’t perform that action at this time.