Skip to content
This repository has been archived by the owner on Sep 9, 2021. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
eliasbenb committed Mar 16, 2020
2 parents 69470ae + dcd6e73 commit 3a73f55
Showing 1 changed file with 62 additions and 40 deletions.
102 changes: 62 additions & 40 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@
</p>

# What is this repo?
MagnetMagnet is well, a magnet link magnet, it's a scraper that allows you to scrape magnet links from RARBG and The Pirate Bay. I decided to make this app to improve my Python skills.
MagnetMagnet is well, a magnet link magnet, it's a scraper that allows you to scrape magnet links from RARBG, The Pirate Bay and Kick Ass Torrents. I decided to make this app to improve my Python skills.

## Features supported:
- Scraping magnet links from all RARBG mirrors
- Scraping magnet links from **most** The Pirate Bay mirrors (depending on if the mirror supports RSS)
- Scraping magnet links from **most** Kick Ass Torrents mirrors (depending on if the mirror contains the magnet link all on one page)
- Ability to choose multiple categories/subcategories to scrape magnet links from
- Copies magnet links to clipboard
- Exports magnet links into .txt file
Expand All @@ -19,46 +20,67 @@ MagnetMagnet is well, a magnet link magnet, it's a scraper that allows you to sc
**To install MagnetMagnet either download the executable file from [here](https://github.com/eliasbenb/MagnetMagnet/releases).**
**Or you can download the python file above and run it using python (make sure to install the dependencies in the requirements.txt file)**
### Usage:
- On launch you get two options of torrent indexers to scrape from: RARBG and The Pirate Bay
![App Screenshot](https://user-images.githubusercontent.com/54410649/76706838-ea331300-6703-11ea-9667-aacb549b26d0.PNG)
- On launch you get three options of torrent indexers to scrape from: RARBG, The Pirate Bay and Kick Ass Torrents
![App Screenshot](https://user-images.githubusercontent.com/54410649/76709427-0b9dfa00-6718-11ea-9f53-9bc1c848d737.PNG)
- There are only three user changeable fields in MagnetMagnet:
![App Screenshot](https://user-images.githubusercontent.com/54410649/76706841-ec956d00-6703-11ea-9068-cae7ad0977e5.PNG)
- Domain: the first field is for the domain, here just input any RARBG/The Pirate Bay domain name. I reccomend https://rarbg.to/ and https://tpb.party/ as of March 2020
- Category Number: the second field is for the category number. This must be entered as a number ID. Multiple IDs can be inputed at once when seperated by a semi colon ';'. **All the category IDs can be found below**
![App Screenshot](https://user-images.githubusercontent.com/54410649/76709428-0d67bd80-6718-11ea-9261-c46a57bf0812.PNG)
- Domain: the first field is for the domain, here just input a RARBG/The Pirate Bay/Kick Ass Torrents domain. I reccomend https://rarbg.to/ / https://tpb.party/ / https://kat.rip/ as of 16th March 2020
- Category Number: the second field is for the category number. This must be entered as a number ID. Multiple IDs can be inputed at once when seperated by a semi colon ';'. ** All the category IDs can be found below **
- Clipboard: this is the third field and is a yes or no option, this just copies the magnet links to your clipboard
- Save Config: this saves whatever is inputed in the text fields to a config file stored in %APPDATA%\eliasbenb
- Load Config: this loads the config that has been saved to make filling the fields easier
### Category IDs for RARBG:
**You can get any of these IDs from the end of the RARGB link**
- XXX (18+) = 4
- Movies/XVID = 14
- Movies/XVID/720 = 48
- Movies/x264 = 17
- Movies/x264/1080 = 44
- Movies/x264/720 = 45
- Movies/x264/3D = 47
- Movies/x264/4k = 50
- Movies/x265/4k = 51
- Movs/x265/4k/HDR = 52
- Movies/Full BD = 42
- Movies/BD Remux = 46
- TV Episodes = 18
- TV HD Episodes = 41
- TV UHD Episodes = 49
- Music/MP3 = 23
- Music/FLAC = 25
- Games/PC ISO = 27
- Games/PC RIP = 28
- Games/PS3 = 40
- Games/XBOX-360 = 32
- Software/PC ISO = 33
- Games/PS4 = 53
### Category IDs for The Pirate Bay:
**You can get any of these from the end of the The Pirate Bay link here: https://tpb.party/rss**
- Audio = top100/100
- Video = top100/200
- Applications = top100/300
- Games = top100/400
- Porn = top100/500
- Other = top100/600
- All = top100/0
## Category IDs:
<h3>RARBG:</h3>
<details><summary>Category IDs for RARBG</summary><br>
<ul>
<li> XXX (18+) = 4</li>
<li> Movies/XVID = 14</li>
<li> Movies/XVID/720 = 48</li>
<li> Movies/x264 = 17</li>
<li> Movies/x264/1080 = 44</li>
<li> Movies/x264/720 = 45</li>
<li> Movies/x264/3D = 47</li>
<li> Movies/x264/4k = 50</li>
<li> Movies/x265/4k = 51</li>
<li> Movs/x265/4k/HDR = 52</li>
<li> Movies/Full BD = 42</li>
<li> Movies/BD Remux = 46</li>
<li> TV Episodes = 18</li>
<li> TV HD Episodes = 41</li>
<li> TV UHD Episodes = 49</li>
<li> Music/MP3 = 23</li>
<li> Music/FLAC = 25</li>
<li> Games/PC ISO = 27</li>
<li> Games/PC RIP = 28</li>
<li> Games/PS3 = 40</li>
<li> Games/XBOX-360 = 32</li>
<li> Software/PC ISO = 33</li>
<li> Games/PS4 = 53</li>
</ul>
</details>
<h3>The Pirate Bay:</h3>
<details><summary>Category IDs for The Pirate Bay</summary><br>
<ul>
<li> Audio = top100/100</li>
<li> Video = top100/200</li>
<li> Applications = top100/300</li>
<li> Games = top100/400</li>
<li> Porn = top100/500</li>
<li> Other = top100/600</li>
<li> All = top100/0</li>
</ul>
</details>
<h3>Kick Ass Torrents:</h3>
<details><summary>Category IDs for Kick Ass Torrents</summary><br>
<ul>
<li> Movies = movies</li>
<li> TV = tv</li>
<li> Anime = anime</li>
<li> Music = music</li>
<li> Books = books</li>
<li> Games = games</li>
<li> Applications = applications</li>
<li> XXX = xxx</li>
<li> All = new</li>
</ul>
</details>

0 comments on commit 3a73f55

Please sign in to comment.