Live data from Hacker News

Stream PirateBay movies directly from CLI

news.ycombinator.com

1–10 of 223 posts

Re: Stream PirateBay movies directly from CLI

#4
post #3

A CLI version of Popcorn Time, published using the real life identity of the author? Brave move.

And using a Hollywood movie as an example? If he wanted to claim "it's just a tool, usable for anything" he should have used something like Big Buck Bunny as the example.

Re: Stream PirateBay movies directly from CLI

#6
It seems a lot of the magic behind this comes from Peerflix - a node.js library for streaming torrents.

This is mostly a CLI wrapper for searching piratebay, parsing the results, and then streaming using peerflix. https://github.com/mafintosh/peerflix

I'm curious why thepiratebay npm package wasn't used instead: https://github.com/t3chnoboy/thepiratebay

That said, great usage of cheerio for parsing the returned HTML results. I love how it's as simple as running JQuery like commands on the server side.

Re: Stream PirateBay movies directly from CLI

#9
I'm deeply concerned about popularizing torrent streaming.

A few leechers breaking "rarest-first" might not cause much harm. But if most leechers become streamers, torrents will lose their efficiency in distributing less-popular content.

Transmission implemented a "streaming" feature once, that didn't actually stream. It just stopped fetching pieces "with the same rarity" randomly. They still got too much heat for adding that not very usefull feature. And they reverted the commits soon after.

Re: Stream PirateBay movies directly from CLI

#10
post #4
post #3

A CLI version of Popcorn Time, published using the real life identity of the author? Brave move.

And using a Hollywood movie as an example? If he wanted to claim "it's just a tool, usable for anything" he should have used something like Big Buck Bunny as the example.

This was just an example to be used by the rightholders of that movie. If you published your own movie, you can substitute the name of your movie in the example. :)
Post reply on HN