tor-dl 1.0.8 → 1.0.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +7 -12
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -51,10 +51,13 @@ tor-dl search <query> [options]
|
|
|
51
51
|
- `games` - Games
|
|
52
52
|
- `apps` - Applications
|
|
53
53
|
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
54
|
+
## Supported Sources
|
|
55
|
+
|
|
56
|
+
| Source | Categories | Description |
|
|
57
|
+
|--------|------------|-------------|
|
|
58
|
+
| YTS | movie | Movie torrents with direct .torrent download |
|
|
59
|
+
| The Pirate Bay | all | General torrent search |
|
|
60
|
+
| Nyaa | anime, tv | Anime and Japanese media |
|
|
58
61
|
|
|
59
62
|
**Examples:**
|
|
60
63
|
|
|
@@ -109,14 +112,6 @@ tor-dl open <number>
|
|
|
109
112
|
| `-v, --version` | Show version number |
|
|
110
113
|
| `-h, --help` | Show help information |
|
|
111
114
|
|
|
112
|
-
## Supported Sources
|
|
113
|
-
|
|
114
|
-
| Source | Categories | Description |
|
|
115
|
-
|--------|------------|-------------|
|
|
116
|
-
| YTS | movie | Movie torrents with direct .torrent download |
|
|
117
|
-
| The Pirate Bay | all | General torrent search |
|
|
118
|
-
| Nyaa | anime, tv | Anime and Japanese media |
|
|
119
|
-
|
|
120
115
|
## Size Format
|
|
121
116
|
|
|
122
117
|
Size can be specified in various formats:
|