tor-dl 1.0.10 → 1.0.11

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 +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -55,9 +55,9 @@ tor-dl search <query> [options]
55
55
 
56
56
  | Source | Categories | Description |
57
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
+ | yts | movie | Movie torrents with direct .torrent download |
59
+ | thepiratebay | all | General torrent search |
60
+ | nyaa | anime, tv | Anime and Japanese media |
61
61
 
62
62
  **Examples:**
63
63
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tor-dl",
3
- "version": "1.0.10",
3
+ "version": "1.0.11",
4
4
  "description": "CLI torrent search tool - search, open in browser, copy magnet links",
5
5
  "main": "dist/index.js",
6
6
  "bin": {