jetsung / 【脚本】将 torrent 种子文件转为 magnet 磁力链接
0 喜歡
0 分支
1 檔案
最後活躍 1 month ago
| 1 | import subprocess |
| 2 | import sys |
| 3 | import os |
| 4 | import re |
| 5 | import urllib.parse |
| 6 | |
| 7 | """ |
| 8 | torrent_to_magnet_batch.py |
| 9 | |
| 10 | 功能: |
上一頁
下一頁