All Projects → Donearm → m2t

Donearm / m2t

Licence: MIT license
Magnet links to torrent files

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to m2t

Torrenter
Simple nodejs package to download torrents using torrent-indexer and webtorrent, especially movie and series.
Stars: ✭ 42 (+133.33%)
Mutual labels:  torrent, magnet
Ssbc
手撕包菜网站
Stars: ✭ 1,382 (+7577.78%)
Mutual labels:  torrent, magnet
Lenz
Console based MAP 🗺 : with lots of features 🤩
Stars: ✭ 51 (+183.33%)
Mutual labels:  torrent, magnet
bthello
Python3 DHT 磁力种子爬虫 种子解析 种子搜索 演示地址
Stars: ✭ 43 (+138.89%)
Mutual labels:  torrent, magnet
Bt
BitTorrent library and client with DHT, magnet links, encryption and more
Stars: ✭ 2,011 (+11072.22%)
Mutual labels:  torrent, magnet
Itorrent
Torrent client for iOS 9.3+
Stars: ✭ 632 (+3411.11%)
Mutual labels:  torrent, magnet
Aria2.sh
Aria2 一键安装管理脚本 增强版
Stars: ✭ 1,276 (+6988.89%)
Mutual labels:  torrent, magnet
magnet-link
DEPRECATED: Get a magnet link from a torrent file.
Stars: ✭ 65 (+261.11%)
Mutual labels:  torrent, magnet
Magnet And Torrent Search Engine
磁力链接和 BT 种子的搜索引擎
Stars: ✭ 154 (+755.56%)
Mutual labels:  torrent, magnet
Magnetx
资源搜索型软件 macOS OSX magnet
Stars: ✭ 1,819 (+10005.56%)
Mutual labels:  torrent, magnet
Animetrackerlist
动漫磁性链接加速方案(animeTrackerList)
Stars: ✭ 572 (+3077.78%)
Mutual labels:  torrent, magnet
Gmdb
GMDB is the ultra-simple, cross-platform Movie Library with Features (Search, Take Note, Watch Later, Like, Import, Learn, Instantly Torrent Magnet Watch)
Stars: ✭ 189 (+950%)
Mutual labels:  torrent, magnet
Torrentleech Gdrive
It is a fork of 'PublicLeech' with support of uploading files and foder to gdrive or any drive rclone.org support. Like onedrive, mega and so on. Now supports Unzip, unrar, untar too. Now you all can also mirror the telegram files to your respective cloud too.
Stars: ✭ 353 (+1861.11%)
Mutual labels:  torrent, magnet
Moviemagnetbot
🤖 telegram bot for movies
Stars: ✭ 39 (+116.67%)
Mutual labels:  torrent, magnet
torrent2magnet
种子转磁力链工具
Stars: ✭ 74 (+311.11%)
Mutual labels:  torrent, magnet
Rdcli
The simple way to download and unrestrict DDL files, torrents and magnets
Stars: ✭ 75 (+316.67%)
Mutual labels:  torrent, magnet
torrent-spider
基于DHT的p2p网络资源爬虫
Stars: ✭ 65 (+261.11%)
Mutual labels:  torrent, magnet
URL-Magnet-Cloud-Uploader-Heroku
Aria 2 Rclone Remote URL /magnet Clouds upload via HEROKU
Stars: ✭ 99 (+450%)
Mutual labels:  torrent, magnet
Snail
基于Java、JavaFX开发的下载工具,支持下载协议:BT(BitTorrent、磁力链接、种子文件)、HLS(M3U8)、FTP、HTTP。人家才不要你的⭐⭐呢,哼
Stars: ✭ 102 (+466.67%)
Mutual labels:  torrent, magnet
Put.io Adder
OS X put.io client that acts as handler for magnet: links and .torrent files, and adds them to your put.io download queue
Stars: ✭ 172 (+855.56%)
Mutual labels:  torrent, magnet

M2T

standard-readme compliant Build Status

M2T (aka Magnet To Torrent) is an utility to convert magnet URI into torrent files. It is meant to be used in combination with rTorrent or any other torrent downloader that support a "watch directory" (a directory that is periodically checked for new torrent files which are then automatically downloaded). rTorrent, µtorrent, Transmission do support this feature, among others (you know more? PR please!)

Install

Pretty standard procedure

go get github.com/Donearm/m2t
go install github.com/Donearm/m2t

Usage

M2T accepts only 2 parameters, -t and w. The former is the type of file to download (preset are music, books, vids and others). This is mostly useful to scripting then with your torrent client saving directories, notification messages etc. according to different types of files. So using M2T like

m2t -t vids $long_magnet_link

will save the resulting torrent files inside the watch directory, in a directory named "vids". That's for movies, tv series, video lessons and any files containing audio+video. It's up to you to classify or not the torrent files according to these types or not. If not inserted, it defaults to others.

With w instead you can choose a different watch directory. Yours will be most definitely different than mine so for frequent use, directly change the constant defWatchdir in the source and build M2T again to save the data.

License

MIT © Gianluca Fiore. See LICENSE

ko-fi

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].