1
1
mirror of https://github.com/neosubhamoy/pytubepp.git synced 2025-12-19 23:59:36 +05:30

(docs): now pytubepp works properly with python 3.12 and minor docs update

This commit is contained in:
2024-08-12 23:22:31 +05:30
parent 1b6aace305
commit 73e75d104c
2 changed files with 3 additions and 1 deletions

View File

@@ -37,7 +37,7 @@ pip install pytubepp
**>> Install FFmpeg (If you haven't already!)**
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>
Android (using Termux): `pkg install ffmpeg`
@@ -56,6 +56,7 @@ pytubepp "https://youtube.com/watch?v=2lAe1cqCOXo" -s 480p
```terminal
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:
| Flag | Usage | Requires Parameter | Requires URL | Parameters | Default |

View File

@@ -42,6 +42,7 @@ setup(
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python",
"Topic :: Internet",
"Topic :: Multimedia :: Video",