Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 1.62 KB

README.md

File metadata and controls

44 lines (30 loc) · 1.62 KB

Xtractor

Xtractor is a simple script written in python to extract the download links of your favorite TV show from todaytvseries6.com by skipping annoying link shorteners.

This script will crawl and extract the relavent download links based on the user selections and store them in a text file called "links.txt". Later on you can import this text file which containing the download links into your favourite download manager and begin downlading your shows.

Why should i use Xtractor

  • It's easy to use.
  • You can skip annoying link shorteners.
  • You can extract download links of an entire season at once. Therefore you don't have to waste your time on downloading episodes one by one.

Screenshot (90)

Git Installation

# clone the repo
$ git clone https://github.com/sameera-madushan/Xtractor.git

# change the working directory to Xtractor
$ cd Xtractor

# install the requirements
$ pip3 install -r requirements.txt

You can also download the compiled version from Releases tab

Usage

python xtractor.py

Support & Contributions

  • Please ⭐️ this repository if this project helped you!
  • Contributions of any kind welcome!

License

Xtractor is made with ♥ by @__sa_miya__ and it is released under the GPL-3.0 license.