22
33![ torrentfile] ( https://github.com/alexpdev/torrentfile/blob/master/site/images/torrentfile.png?raw=true )
44
5- ------
5+ * * *
66
77![ GitHub repo size] ( https://img.shields.io/github/repo-size/alexpdev/torrentfile?color=orange )
88![ GitHub License] ( https://img.shields.io/github/license/alexpdev/torrentfile?color=red&logo=apache )
99![ PyPI - Downloads] ( https://img.shields.io/pypi/dm/torrentfile?color=brown )
1010![ GitHub Last Commit] ( https://badgen.net/github/last-commit/alexpdev/torrentfile?color=blue&icon=github )
1111[ ![ CI] ( https://github.com/alexpdev/TorrentFile/actions/workflows/pyworkflow.yml/badge.svg?branch=master&event=push )] ( https://github.com/alexpdev/torrentfile/actions/workflows/pyworkflow.yml )
1212[ ![ Codacy Badge] ( https://app.codacy.com/project/badge/Coverage/b67ff65b3d574025b65b6587266bbab7 )] ( https://www.codacy.com/gh/alexpdev/torrentfile/dashboard?utm_source=github.com&utm_medium=referral&utm_content=alexpdev/torrentfile&utm_campaign=Badge_Coverage )
13- [ ![ Codacy Badge] ( https://app.codacy.com/project/badge/Grade/b67ff65b3d574025b65b6587266bbab7 )] ( https://www.codacy.com/gh/alexpdev/torrentfile/dashboard?utm_source=github.com& ; utm_medium=referral& ; utm_content=alexpdev/torrentfile& ; utm_campaign=Badge_Grade )
13+ [ ![ Codacy Badge] ( https://app.codacy.com/project/badge/Grade/b67ff65b3d574025b65b6587266bbab7 )] ( https://www.codacy.com/gh/alexpdev/torrentfile/dashboard?utm_source=github.com&utm_medium=referral&utm_content=alexpdev/torrentfile&utm_campaign=Badge_Grade )
1414[ ![ DeepSource] ( https://deepsource.io/gh/alexpdev/TorrentFile.svg/?label=active+issues&token=16Sl_dF7nTU8YgPilcqhvHm8 )] ( https://deepsource.io/gh/alexpdev/torrentfile/ )
1515[ ![ codecov] ( https://codecov.io/gh/alexpdev/torrentfile/branch/master/graph/badge.svg?token=EWF7NIL9SQ )] ( https://codecov.io/gh/alexpdev/torrentfile?color=navy&logo=codecov )
1616
@@ -21,22 +21,22 @@ validating bittorrent meta files (aka torrent files). _`torrentfile`_
2121supports all versions of Bittorrent files, including hybrid meta files, and has
2222full unicode support.
2323
24- > A GUI frontend for this project can be found at [ https://github.com/alexpdev/TorrentfileQt ] ( https://github.com/alexpdev/TorrentfileQt )
24+ > A GUI frontend for this project can be found at < https://github.com/alexpdev/TorrentfileQt >
2525
2626## 🔌 Requirements
2727
28- - Python 3.6+
29- - Tested on Linux, Windows and Mac
28+ - Python 3.6+
29+ - Tested on Linux, Windows and Mac
3030
3131## 💻 Install
3232
33- __ via PyPi:__
33+ ** via PyPi:**
3434
3535``` bash
3636pip install torrentfile
3737```
3838
39- __ via Git:__
39+ ** via Git:**
4040
4141``` bash
4242git clone https://github.com/alexpdev/torrentfile.git
@@ -51,7 +51,7 @@ pip install .
5151Documentation can be found [ here] ( https://alexpdev.github.io/torrentfile )
5252or in the _ ` docs ` _ directory.
5353
54- > _ torrentfile_ is under active development, and is subject to significant changes in the codebase between releases.
54+ > _ torrentfile_ is under active development, and is subject to significant changes in the codebase between releases.
5555
5656## 🚀 Usage
5757
@@ -69,9 +69,9 @@ If you encounter any bugs or would like to request a new feature please open a n
6969
7070> PRs and other contributions are welcome
7171
72- [ https://github.com/alexpdev/torrentfile/issues ] ( https://github.com/alexpdev/torrentfile/issues )
72+ < https://github.com/alexpdev/torrentfile/issues >
7373
74- ------
74+ * * *
7575
7676## Usage Examples
7777
@@ -99,7 +99,7 @@ multitracker protocols.
9999torrentfile create /path/to/content --private
100100```
101101
102- By default __ ` torrentfile ` __ displays a progress bar indicating how much of the content
102+ By default ** ` torrentfile ` ** displays a progress bar indicating how much of the content
103103has already been processed. To turn off this display you can either use ` --quiet ` mode in
104104as a global flag or you can set the ` --prog ` flag to 0.
105105
@@ -111,7 +111,7 @@ torrentfile --quiet create /path/to/content
111111torrentfile create /path/to/content --prog 0
112112```
113113
114- __ ` torrentfile ` __ automatically extracts the name of the file or directory
114+ ** ` torrentfile ` ** automatically extracts the name of the file or directory
115115if the content and saves the file to the current working directory with the
116116extracted title.
117117
@@ -146,6 +146,7 @@ version. Options include `1`(v1 default), `2`(v2), or `3`(v1 & v2).
146146``` bash
147147torrentfile create /path/to/content --meta-version 2
148148```
149+
149150``` bash
150151torrentfile create /path/to/content --meta-version 3
151152```
@@ -173,9 +174,7 @@ torrentfile edit /path/to/content --tracker https://new.tracker.url1.com https:
173174
174175You can use the ` -h ` flag for a full list of available fields that can be edited.
175176
176- ```
177- torrentfile edit -h
178- ```
177+ torrentfile edit -h
179178
180179### Create Magnet
181180
0 commit comments