mirror of
https://github.com/neosubhamoy/pytubepp.git
synced 2025-12-20 01:09:36 +05:30
(docs): now pytubepp works properly with python 3.12 and minor docs update
This commit is contained in:
@@ -37,7 +37,7 @@ pip install pytubepp
|
|||||||
**>> Install FFmpeg (If you haven't already!)**
|
**>> Install FFmpeg (If you haven't already!)**
|
||||||
|
|
||||||
Linux (Ubuntu): `apt install ffmpeg`<br>
|
Linux (Ubuntu): `apt install ffmpeg`<br>
|
||||||
Windows (using Chocolatey): `choco install ffmpeg`<br>
|
Windows (10/11): `winget install ffmpeg`<br>
|
||||||
MacOS (using Homebrew): `brew install ffmpeg`<br>
|
MacOS (using Homebrew): `brew install ffmpeg`<br>
|
||||||
Android (using Termux): `pkg install ffmpeg`
|
Android (using Termux): `pkg install ffmpeg`
|
||||||
|
|
||||||
@@ -56,6 +56,7 @@ pytubepp "https://youtube.com/watch?v=2lAe1cqCOXo" -s 480p
|
|||||||
```terminal
|
```terminal
|
||||||
pytubepp "https://youtube.com/watch?v=2lAe1cqCOXo" -s mp3
|
pytubepp "https://youtube.com/watch?v=2lAe1cqCOXo" -s mp3
|
||||||
```
|
```
|
||||||
|
* To cancel/stop an ongoing download press `CTRL` + `C` on keyboard.
|
||||||
* List of all available flags are given below:
|
* List of all available flags are given below:
|
||||||
|
|
||||||
| Flag | Usage | Requires Parameter | Requires URL | Parameters | Default |
|
| Flag | Usage | Requires Parameter | Requires URL | Parameters | Default |
|
||||||
|
|||||||
1
setup.py
1
setup.py
@@ -42,6 +42,7 @@ setup(
|
|||||||
"Programming Language :: Python :: 3.9",
|
"Programming Language :: Python :: 3.9",
|
||||||
"Programming Language :: Python :: 3.10",
|
"Programming Language :: Python :: 3.10",
|
||||||
"Programming Language :: Python :: 3.11",
|
"Programming Language :: Python :: 3.11",
|
||||||
|
"Programming Language :: Python :: 3.12",
|
||||||
"Programming Language :: Python",
|
"Programming Language :: Python",
|
||||||
"Topic :: Internet",
|
"Topic :: Internet",
|
||||||
"Topic :: Multimedia :: Video",
|
"Topic :: Multimedia :: Video",
|
||||||
|
|||||||
Reference in New Issue
Block a user