Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/changh95/video-scraper
Easy interface for batch video downloading using youtube-dl
https://github.com/changh95/video-scraper
video-downloader youtube-dl
Last synced: 3 months ago
JSON representation
Easy interface for batch video downloading using youtube-dl
- Host: GitHub
- URL: https://github.com/changh95/video-scraper
- Owner: changh95
- Created: 2021-04-16T09:47:40.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-14T15:13:46.000Z (10 months ago)
- Last Synced: 2024-05-29T04:09:42.748Z (6 months ago)
- Topics: video-downloader, youtube-dl
- Language: Python
- Homepage:
- Size: 8.05 MB
- Stars: 10
- Watchers: 4
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# video-scraper
## Features
- **Video downloader with just a single command**.
- [yt-dlp](https://github.com/yt-dlp/yt-dlp) is used to download videos
- A .csv file is used to manage what videos to download.![](./images/demo.gif)
## Example uses
- Downloading lecture videos from Youtube
- Downloading music videos from Youtube
- Downloading presentation videos from online academic conferences## How to use
> Works for Windows / MacOS / Linux! :smile_cat:
>
> If you are using `python` alias instead of `python3`, use `python` command instead of `python3` (Most likely if you are using Windows)```bash
# Fill the 'video_list.csv' before running the command.
# First column of the csv file should be 'video name'
# Second column of the csv file should be 'video url'python3 ./run.py --setup
```## Downloading video from other websites
- If you are downloading a video from a website that is not officially supported by [yt-dlp](https://github.com/yt-dlp/yt-dlp)...
- Get the streaming url by using [Video Downloadhelper](https://chrome.google.com/webstore/detail/video-downloadhelper/lmjnegcaeklhafolokijcfjliaokphfk?hl=ko).
- Paste the streaming url onto the `video_list.csv`![](./images/video_download_helper.gif)
## License / Legal issues
- I strongly recommend using this software **ONLY to download videos for PERSONAL USE**.
- I am not responsible for any legal issues caused by copyright violations.
- For example...
- Sharing the videos without original author's contents
- Profitting from the videos you downloaded
- Downloading the videos from the websites where it's not allowed.