An open API service indexing awesome lists of open source software.

https://github.com/yodhevauhe/yt-link-download

Copy and paste Youtube video link to download audio or video, you can also select a segement in video or audio you want to download.
https://github.com/yodhevauhe/yt-link-download

automaton python streamlit streamlit-application streamlit-webapp

Last synced: 13 days ago
JSON representation

Copy and paste Youtube video link to download audio or video, you can also select a segement in video or audio you want to download.

Awesome Lists containing this project

README

        

# ⇣ 🎥 YT-Link-Download

Copy and paste Youtube video link to download audio or video, you can also select a segement in video
or audio you want to download.

[![Open in Streamlit](https://static.streamlit.io/badges/streamlit_badge_black_white.svg)](https://blank-app-template.streamlit.app/)

### How to run it on your own machine

1. Install the requirements

```
$ pip install -r requirements.txt
```

2. Run the app

```
$ streamlit run main.py
```