You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[How do I contribute to spankbang-dl?](#how-do-i-contribute-to-spankbang-dl)
66
-
-[License](#license)
67
-
-[Credits](#credits)
54
+
-[Requirements](#requirements)
55
+
-[Installation](#installation)
56
+
-[From PyPI](#from-pypi)
57
+
-[Manual installation](#manual-installation)
58
+
-[Uninstall](#uninstall)
59
+
-[Usage](#usage)
60
+
-[Example of execution](#example-of-execution)
61
+
-[Contributors](#contributors)
62
+
-[How do I contribute to spankbang-dl?](#how-do-i-contribute-to-spankbang-dl)
63
+
-[License](#license)
64
+
-[Credits](#credits)
68
65
69
66
</details>
70
67
71
-
##Requirements
68
+
# Requirements
72
69
73
70
Here's a breakdown of the packages needed and their versions:
74
71
@@ -83,9 +80,9 @@ Here's a breakdown of the packages needed and their versions:
83
80
> [!NOTE]
84
81
> The software has been developed and tested using Python `3.13.5`. The minimum required version to run the software is Python 3.9. Although the software may work with previous versions, it is not guaranteed.
85
82
86
-
##Installation
83
+
# Installation
87
84
88
-
###From PyPI
85
+
## From PyPI
89
86
90
87
`spankbang-dl` can be installed easily as a PyPI package. Just run the following command:
91
88
@@ -102,7 +99,7 @@ pip3 install spankbang-dl
102
99
103
100
The program can now be ran from a terminal with the `spankbang-dl` command.
104
101
105
-
### Manual installation
102
+
## Manual installation
106
103
107
104
If you prefer to install the program manually, follow these steps:
108
105
@@ -134,15 +131,15 @@ If you prefer, you can directly install the package from the repository using `p
If you installed it using `pip`/`pipx`, you can use the following command:
140
137
141
138
```bash
142
139
pipx uninstall spankbang-dl
143
140
```
144
141
145
-
##Usage
142
+
# Usage
146
143
147
144
> [!TIP]
148
145
> For more information about the usage of the program, run `spankbang-dl --help` or `spankbang-dl -h`.
@@ -151,15 +148,15 @@ pipx uninstall spankbang-dl
151
148
152
149
The program can be run from the terminal with the `spankbang-dl` command. It will open a window where you can introduce the URL of the video you want to download.
Before you participate in our delightful community, please read the [code of conduct](https://github.com/YisusChrist/.github/blob/main/CODE_OF_CONDUCT.md).
165
162
@@ -169,11 +166,11 @@ We also need people to test out pull requests. So take a look through [the open
169
166
170
167
See [Contributing Guidelines](https://github.com/YisusChrist/.github/blob/main/CONTRIBUTING.md) for more details.
171
168
172
-
##License
169
+
# License
173
170
174
171
`spankbang-dl` is released under the [GPL-3.0 License](https://opensource.org/license/GPL-3.0).
0 commit comments