How to download .torrent files in bulk?

Yousaf Ehsan

I have 2000 links of .torrent files in .txt file in the following format:

http://torrage.com/torrent/57CB57A8D0BC355B28A850CA6707365CBACBBD4C.torrent
http://torrage.com/torrent/22AC2445EFCFE1DED424BAAC35EB122ABA4FC0CF.torrent

Each link is on a newline.

I used wget -i /path/to/file_of_torrents.txt.

It downloads the files but for some reason no file is able to be used. They are not in right format, perhaps. I don't know what the problem is with them.

But if I paste any link manually in a web browser it downloads perfectly in the right format to be used in a bittorrent client.

What is going wrong?

Additional Information

If i open the file in bitorrent client nothing happens bittorent client cannot read the file. and if I see the source it's encrypted and I don't see it as like a normal torrent file because in normal torrent files it has links of announce.php and servers, but if I download it with wget I can read anything in the source:

source file downloaded by wget

\8B\00\00\00\00\00\00\8D\BBStfѲwl\9B\9D\A4c۶\ED\CE\FF\B1m۶mtl\A7c\DBv:\C6\ED\BD\F7\C1>g\8Cs\EF]c\AD\97\AA5g\CD\F9\B0
\C0\C9mdcc\EBlcl\C2\CC\C2\ED\B0\E3f`pr02\B62q\A0766\A6\98ps22\B1\FC\88h\E1\E8\FE\DFX 3\FB\FF\CA\FDe\D8M\E8-\9C\FE\99f\E1\E06wr\FA\F7\BC\9D\F3O\A0\85\F1O'zc[kF\86\FFt\FA\8Bd\FB_B\B6v&6?-\9C\9ClLl\FE   \FF\97"\F3\FFU̿\8B1\FEo\DB\A1\FE\C2\F9\BFt\FE\BD\B0\FF\A5\C6\FE\FF\B6\88\FF\A9\F9@7[\80\B3\E3_GGw\E3*\B2s\B1s\FD;\F4?\97\E1\EA\EAJo\CE\C2\F2/[\A636\E1\E0\FE\B4\FE\BBz6.n\D5\ED1\C0\D6\D5hk0\9B:\D8Z\FF\C7\FE\9B\9B9\FFg\A9\E3Ff&\FF\90eb\E46v01r\FAK\F9\E9\FE\B7#\CE\FF)F\A5(\A9H,4rt$\A6#8X\98\D8KX\FCt0r\A2\FE{\FEI\B2\B0\B5!\FC\E5Z0\B1\B03\B22s\B0\B3r\99pr\9B\D8\DB,l\CCظ\D5T\C5\E98Y\B9-lLm9\A6@:\80\B3\C3?\[email protected]\C6\FF~M\FE\F3O\8C\B5  \C0\C2\F8\8F \D3\FF\F8L\D8\FE

Source of same file downloded from web browser

d8:announce23:udp://tracker.ccc.de:8013:announce-listll23:udp://tracker.ccc.de:80el26:udp://tracker.istole.it:80el37:http://tracker.publicbt.com0/announceel35:udp://tracker.openbittorrent.com:80el32:udp://tracker.ccc.de:80/announceel30:http://tracker.ccc.de/announceel38:udp://tracker.publicbt.com:80/announceel36:http://tracker.publicbt.com/announceel38:http://exodus.desync.com:6969/announceel32:udp://www.h33t.com:3310/announceee7:comment59:Torrent downloaded from torrent cache at http://torrage.com10:created by37:ruTorrent (PHP Class - Adrien Gibrat)13:creation datei1360427649e8:encoding5:UTF-84:infod13:file-durationli4927ei0ei0ei0ei0ee10:file-mediali0ei-1ei-1ei-1ei-1ee5:filesld6:lengthi737021634e4:pathl26:s4a-tpb.afk.hdrip.xvid.avieed6:lengthi4239360e4:pathl4:Subs26:s4a-tpb.afk.hdrip.xvid.subeed6:lengthi40513e4:pathl4:Subs26:s4a-tpb.afk.hdrip.xvid.idxeed6:lengthi4986e4:pathl26:s4a-tpb.afk.hdrip.xvid.nfoeed6:lengthi353e4:pathl44:Torrent Downloaded From ExtraTorrent.com.txteee4:name27:TPB.AFK.2013.HDRip.XviD-S4A12:pie
Rinzwind
  1. wget http://torrage.com/torrent/57CB57A8D0BC355B28A850CA6707365CBACBBD4C.torrent -O test.gz && gunzip test.gz
  2. more test.gz

result

d8:announce23:udp://tracker.ccc.de:8013:announce-listll23:udp://tracker.ccc.de:8 0el26:udp://tracker.istole.it:80el3

  • rest deleted since most of the content seems not to be allowed ;)
  • The file you downloaded is zipped. gunzip does not unzip .torrent so I added a -O and a gunzip

How about these 4 commands for all files:

cd /path/to/
wget -i file_of_torrents.txt
rename.ul torrent torrent.gz *.torrent
gunzip *.gz

Just make sure you work in an empty directory (otherwise files might get renamed or gunzipped that are not intended to).

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

How to download .torrent files in bulk?

From Dev

How to exclude files in torrent from download?

From Dev

How to exclude files in torrent from download?

From Dev

How to edit the list of files to download in a .torrent file?

From Dev

How to download a trackerless torrent?

From Dev

Massively (bulk) reassociating torrent files with their data?

From Dev

How do I tell qBittorrent v4.3 to download files within a torrent sequentially? (files, not parts of files)

From Dev

When adding a Magnet link in Deluge how can I choose which files in the torrent to download?

From Dev

When adding a Magnet link in Deluge how can I choose which files in the torrent to download?

From Dev

How to download .torrent file using urllib in python?

From Dev

How to download .torrent file using urllib in python?

From Dev

Is there a way I can choose what individual files to download within a .torrent?

From Dev

Can I create a .torrent file that will download files from an webhost ftp?

From Dev

How to associate .torrent files with utorrent server?

From Dev

How do I associate torrent files with Vuze?

From Dev

What is the size of Debian OS 8.6? & How to download it via torrent?

From Dev

how to download torrents via UDP links in Torrent Trackers

From Dev

How can I download a torrent in reverse order of pieces?

From Dev

How to make a copy of torrent to FTP location after download completion

From Dev

Download .torrent file Java

From Dev

Java .torrent file download

From Dev

Power Failures and Torrent Download

From Dev

Download .torrent file Java

From Dev

Is it possible to download corrupted torrent files, even with a download client builtin checksum verification?

From Dev

Bulk SFTP download of files specified by URL preserving directories

From Dev

How can I get Firefox to open torrent files with Transmission?

From Dev

How can I get Firefox to open torrent files with Transmission?

From Dev

How do I find .torrent files for completed downloads?

From Dev

Torrent padding files

Related Related

  1. 1

    How to download .torrent files in bulk?

  2. 2

    How to exclude files in torrent from download?

  3. 3

    How to exclude files in torrent from download?

  4. 4

    How to edit the list of files to download in a .torrent file?

  5. 5

    How to download a trackerless torrent?

  6. 6

    Massively (bulk) reassociating torrent files with their data?

  7. 7

    How do I tell qBittorrent v4.3 to download files within a torrent sequentially? (files, not parts of files)

  8. 8

    When adding a Magnet link in Deluge how can I choose which files in the torrent to download?

  9. 9

    When adding a Magnet link in Deluge how can I choose which files in the torrent to download?

  10. 10

    How to download .torrent file using urllib in python?

  11. 11

    How to download .torrent file using urllib in python?

  12. 12

    Is there a way I can choose what individual files to download within a .torrent?

  13. 13

    Can I create a .torrent file that will download files from an webhost ftp?

  14. 14

    How to associate .torrent files with utorrent server?

  15. 15

    How do I associate torrent files with Vuze?

  16. 16

    What is the size of Debian OS 8.6? & How to download it via torrent?

  17. 17

    how to download torrents via UDP links in Torrent Trackers

  18. 18

    How can I download a torrent in reverse order of pieces?

  19. 19

    How to make a copy of torrent to FTP location after download completion

  20. 20

    Download .torrent file Java

  21. 21

    Java .torrent file download

  22. 22

    Power Failures and Torrent Download

  23. 23

    Download .torrent file Java

  24. 24

    Is it possible to download corrupted torrent files, even with a download client builtin checksum verification?

  25. 25

    Bulk SFTP download of files specified by URL preserving directories

  26. 26

    How can I get Firefox to open torrent files with Transmission?

  27. 27

    How can I get Firefox to open torrent files with Transmission?

  28. 28

    How do I find .torrent files for completed downloads?

  29. 29

    Torrent padding files

HotTag

Archive