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

https://github.com/a904guy/explorer-video-download-context-menu-item

Explorer Video Download Context Menu Item
https://github.com/a904guy/explorer-video-download-context-menu-item

Last synced: 8 months ago
JSON representation

Explorer Video Download Context Menu Item

Awesome Lists containing this project

README

          

# File Explorer, Right Click, Context Menu Item For Video Downloads
This script will add a item to your right click context menu of a folder in File Explorer. From it you can download most videos just by entering their URL.

## To Install

Run this command in an admin command or powershell terminal.
```bash
python.exe video_context_menu.py --install
# Context menu item added.
```

## To Use

Right click anywhere on the background of file explorer.

![Context Menu](https://github.com/a904guy/Explorer-Video-Download-Context-Menu-Item/blob/main/Screenshot%202024-03-05%20164413.png)

There will be a item called Download Video.

When you click it, it will open a dialog for you to put the URL into.

![Dialog](https://github.com/a904guy/Explorer-Video-Download-Context-Menu-Item/blob/main/Screenshot%202024-03-05%20164522.png)

When you click OK, the video will begin to download.

![Download](https://github.com/a904guy/Explorer-Video-Download-Context-Menu-Item/blob/main/Screenshot%202024-03-05%20174311.png)

The video will then be downloaded to the folder you right clicked in.

![Outcome](https://github.com/a904guy/Explorer-Video-Download-Context-Menu-Item/blob/main/Screenshot%202024-03-05%20174331.png)

# Enjoy