1.0.8 • Published 5 years ago

magnet-scrape-cli v1.0.8

Weekly downloads
5
License
MIT
Repository
github
Last release
5 years ago

magnet-scrape

CLI wrapper for magnet-scrape

  • magnet-scrape works with any site that contains magnet links in the response!

Install

npm i -g magnet-scrape-cli

Usage

curl https://domain.tld/search?q=example | magnet-scrape | head -1

Advanced Usage

Copy link to clipboard: curl & xclip
curl -GL 'https://thepiratebay.org/s/?apps=on\&page=0\&orderby=99' --data-urlencode "q=ubuntu desktop" | magnet-scrape | head -1 | xclip -sel clipboard -i
Download Ubuntu Desktop: curl & aria2
aria2c $(curl -GL 'https://thepiratebay.org/s/?apps=on\&page=0\&orderby=99' --data-urlencode "q=ubuntu desktop" | magnet-scrape | head -1)
Stream videos: curl & peerflix
#!/bin/bash

set -e
peerflix $(curl -GL 'https://thepiratebay.org/s/?video=on\&page=0\&orderby=99' --data-urlencode "q=$*" | magnet-scrape | head -1)
1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago