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.
Files changed (2) hide show
  1. package/README.md +7 -12
  2. 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
- **Available Sources:**
55
- - `yts` - YTS (Movies only)
56
- - `thepiratebay` - The Pirate Bay (All categories)
57
- - `nyaa` - Nyaa.si (Anime, Software)
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:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tor-dl",
3
- "version": "1.0.8",
3
+ "version": "1.0.9",
4
4
  "description": "CLI torrent search tool - search, open in browser, copy magnet links",
5
5
  "main": "dist/index.js",
6
6
  "bin": {