Skip to content
FlowHubFluxonLab
Google Drive
Email Sendfree

Automated IMDB Video Downloader with Google Drive Upload & Email Alerts

by Sk developeradapted from n8n official workflow galleryUpdated Aug 2026
RequiresGoogle DriveGoogle DriveHTTP RequestHTTP RequestSend EmailSend Email
Share Post Share
FoOn form submissionOn form submiss…Google Drive Set PermissionGoogle Drive Se…HRFetch IMDB Video Info from APIFetch IMDB Vide…IfCheck API Response StatusCheck API Respo…HRDownload Video FileDownload Video …Upload Video to Google DriveUpload Video to…ESFailure Notification EmailFailure Notific…ESSuccess Notification Email with Drive LinkSuccess Notific…WaProcessing Delay12345678
1/5
STEPS · 8
Starts on an incoming request

Automated IMDB Video Downloader: Download, Upload to Google Drive & Notify via Email Easily download IMDB videos via a user-friendly form. Automatically fetch video links using the IMDB Downloader API, save videos to Google Drive, and notify users via email with shareable links or failure alerts. Perfect for content creators and marketers. Node-by-Node Explanation On form submission**: Triggers the workflow when a user submits an IMDB video URL via a form. Fetch IMDB Video Info from API: Sends the URL to the **IMDB Downloader API to get video metadata and download links. Check API Response Status**: Verifies if the API responded successfully (status code 200). Download Video File**: Downloads the video from the provided media URL. Upload Video to Google Drive**: Uploads the downloaded video file to a specified Google Drive folder. Google Drive Set Permission**: Sets sharing permissions on the uploaded video for easy access. Success Notification Email with Drive Link**: Emails the user the Google Drive link to access the video. Processing Delay**: Adds a wait time before sending failure notifications.

Tags

n8nreference-onlyemail-sendgoogle-drive
Connects
googledriveGoogle DriveWHTTP RequestsendemailSend Email
CategoryEmail Send
Triggermanual
Complexitycomplex
Nodes9
AddedSep 29, 2025

Related workflows

See all Email Send
Wsendemail
free

Find a new book recommendations

Receive a new book recommendation each Friday from Open Library. You can select the subject from thousands of options and have a new recommendation delivered to you automatically.

by jason
Wsendemail
free

Send trending "Show HN" to email

Triggers every day at 1pm Gets the current content from Hacker News Gets all the different submission items Extracts the rank, title and url Checks if it is a "Show HN" submission Combines the items into a simple email text Sends an email with the email text

by Jan Oberhauser
Wsendemail
free

Track changes of product prices

This workflow automatically tracks changes on specific websites, typically in e-commerce where you want to get information about price changes. Prerequisites Basic knowledge of HTML and JavaScript Nodes Execute Command nodes create a file named kopacky.json in the /data/ folder (Make sure that n8n has the permissions to make changes to the folder in your setup) and clean data. Cron node triggers the workflow at regular intervals (default is 15 minutes), depending on how often you want to crawl URLs of your watchers. Function Item node (Change me) adds the URL watchers. You can put as many URLs (watchers) as you want by changing the JavaScript code in the node. There are four properties for each watcher: |Property|Meaning| |-|-| |slug|Unique identifier for the watcher.| |link|URL of the website where you want to track changes.| |selector|CSS selector of the HTML tag, where your price is placed. You can use browser web tools to get a specific selector.| |currency|Currency code in which your price is set.| Function Item node (Init item) saves all required data from each watcher to the kopacky.json file. HTTP Request node fetches data from the website. HTML Extract node extracts the re

by sthosstudio