Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/duonglh711/python-video-downloader
Download any video from website
https://github.com/duonglh711/python-video-downloader
Last synced: 3 months ago
JSON representation
Download any video from website
- Host: GitHub
- URL: https://github.com/duonglh711/python-video-downloader
- Owner: duonglh711
- Created: 2021-10-21T15:19:19.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2021-10-25T06:23:34.000Z (about 3 years ago)
- Last Synced: 2024-06-28T17:47:45.733Z (5 months ago)
- Language: Python
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Python - Video Downloader
Download any video from website
## Create Virtual Environments
```python
python3 -m venv venv
venv/scripts/activate
```## Install package
```python
pip3 install -r requirements.txt
```## Download
follow: youtube_downloader, m3u8_downloader in code