### 아이리 칸나 Airi Kanna StelLive [YouTube & Chzzk & Live] Graduation date: December 2, 2024
Links to channels:
- [아이리 칸나 Music Official](https://www.youtube.com/@airikanna)
- [아이리 칸나 AIRI KANNA](https://www.youtube.com/@airikannach)
- [칸나 다시보기](https://www.youtube.com/@Kannareplay)
- [Chzzk Profile](https://chzzk.naver.com/f722959d1b8e651bd56209b343932c01)
---
![AIRI KANNA Image 1](https://files.catbox.moe/cwh50h.jpg)
![AIRI KANNA Image 2](https://files.catbox.moe/jljn5n.jpg)
---
### My Method to Download Videos
```python
python run.py or python3 run.py
import subprocess
from concurrent.futures import ThreadPoolExecutor
def download_video(url):
command = [
"yt-dlp",
"-o", "%(uploader)s/%(playlist)s/%(title).70s [%(id)s]",
"--add-metadata",
"--write-description",
"--concurrent-fragments", "30",
"--embed-thumbnail",
"--embed-metadata",
"--embed-subs",
"--all-subs",
"--merge-output-format", "mp4",
url
]
with open("errors.log", "a") as error_log:
subprocess.run(command, stderr=error_log)
with open("urls.txt", "r") as file:
urls = [line.strip() for line in file if line.strip()]
# Adjust max_workers for the number of parallel downloads
with ThreadPoolExecutor(max_workers=8) as executor:
executor.map(download_video, urls)
```
---
### Contact
- **Discord**: [Join Us](https://discord.gg/JFmGGkZ4cn)
- **By**: `.aileen`
Comments - 0