-
Notifications
You must be signed in to change notification settings - Fork 3
/
README.txt
52 lines (30 loc) · 973 Bytes
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
TorrentMediaSearcher
====================
Fetches magnet links from various torrent providers.
Allows specifying a movie or show name, season, episode and returns (if available) magnet links to the content of the requested quality.
Torrents with the most seeds are prioritized. Works with threads and a function can be specified to send the results to.
Features
=============
- Very easy to use
- Returns a magnet link from the specified provider and lists seeds (if provider shows seeds)
- Provides exceptions
Torrent providers
=============
- EZTV (tv)
- TorrentProject (tv/movies)
- YIFY (movies)
- More can be requested
Usage
=============
For usage examples, see:
https://github.com/Christilut/TorrentMediaSearcher/blob/master/torrentmediasearcher/examples/examples.py
Installation
=============
Windows users can run the .exe installer
Everyone can run:
python setup.py install
Dependencies
=============
- requests
- beautifulsoup4
- simplejson