Skip to content

Releases: ayieko168/Eztv-torrent-scrapper

2.0

03 Aug 15:21
bf69820
Compare
Choose a tag to compare

Summary.

EZTV Torrent Scraper is a simple python GUI that makes looking for torrents online easy to find, analyze and download.
Currently you can download torrents on: Tv-Shows, Movies, Anime and Subtitles.

Release Info

This release is currently able to get Tv-Shows, Movies, Anime and Subtitle torrents by scraping the website of your choice and getting all magnet links regarding the searches title. NOTE: Not all scrapers are functional and thus you will have to wait a little longer.

Installation Info

In order to run the program you will need to install python 3 on your system.
In order to open/download the magnet links you will need a BitTorrent Client Like uTorrent, Transmission or qBittorrent

After installing python 3, you will need to install some modules:

Python modules:

  1. BeautifulSoup pip install beautifulsoup4
  2. PyQt5 pip install PyQt5
  3. Requests-html pip install requests-html

OR Just Run the command:

python3 -m pip install -r requirements.txt

Running the program

To run the program, you need to run the command:

  • On Unix systems ==> python3 main.py
  • On Windows systems ==> python main.py or just double-click the main.pyw file
    NOTE: These files are found in Eztv-torrent-scrapper/GUI

Functionality

  • Scrape various torrent websites for torrents i.e :EZTV, Kickass, nyaa, AnimeTosho and YIFY movies.
  • Searching for specific TV-Show seasons and episodes
  • Searching for a specific term in the torrent file names e.g, find all titles with the word 'dual audio'
  • Sort the results by Size, Number of seeders, or just by Name
  • Download the desired torrent via your Bittorrent client
  • Copy the selected torrent's magnet link
  • See more information about a TV-Show, Movie or Anime on reputable sites such as IMDB

Eztv Torrent Scraper

27 Apr 14:30
Compare
Choose a tag to compare

Summary.

EZTV Torrent Scraper is a simple python GUI that makes looking for torrents online easy to find, analyze and download.

Release Info

This release is currently only able to get torrent links (or magnet links) from eztv website. I am still working on creating a movie scraper that will make possible the scraping and downloading of movie torrents and also downloading movie and TV-Show subtitles.

Installation Info

In order to run the program you will need to install python 3 on your system.

After installing python 3, you will need to install some modules:

Python modules:

  1. BeautifulSoup pip install beautifulsoup4
  2. PyQt5 pip install PyQt5
  3. Requests-html pip install requests-html

Running the program

To run the program, you need to run the command:

  • On Unix systems ==> python3 main.py
  • On Windows systems ==> python main.py or just double-click the main.pyw file
    NOTE: These files are found in Eztv-torrent-scrapper/GUI

Functionality

  • Scrape the eztv website for torrents
  • Searching for specific TV-Show seasons and episodes
  • Sort the results by Size, Number of seeders, or just by Name
  • Download the desired torrent via your Bittorrent client
  • Copy the selected torrent's magnet link
  • See more information about a TV-Show online.