https://github.com/neotoxic-off/ytsd
yts.rs dumper, extracts all links, download torrents
https://github.com/neotoxic-off/ytsd
Last synced: 17 days ago
JSON representation
yts.rs dumper, extracts all links, download torrents
- Host: GitHub
- URL: https://github.com/neotoxic-off/ytsd
- Owner: Neotoxic-off
- License: mit
- Created: 2023-09-24T21:48:18.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-24T21:58:09.000Z (over 2 years ago)
- Last Synced: 2023-09-25T04:35:59.792Z (over 2 years ago)
- Language: Python
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ytsd
yts.rs dumper, extracts all links, download torrents
## Settings
Set the number of pages you want to scrap + download
```PY
if (__name__ == "__main__"):
Scrapper(2712)
```
## Usage
```
python3 .\ytsd.py
```