From ae495cdf216c9e3eba8cc8514be4d6918bb84002 Mon Sep 17 00:00:00 2001 From: moykin Date: Sat, 9 May 2026 01:20:17 +0400 Subject: [PATCH] =?UTF-8?q?Add=20YT2GDrive=20=E2=80=94=20multi-platform=20?= =?UTF-8?q?video=20downloader=20for=20OSINT=20researchers?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adds YT2GDrive to Images/Videos/Docs > Videos > Analyze/Record. Supports YouTube, TikTok, Instagram, Twitter/X, Facebook, and 1000+ sites. Saves directly to Google Drive for cloud evidence archiving. Google-verified OAuth integration. Free, no local install required. --- public/arf.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/public/arf.json b/public/arf.json index 16c8607d..dd72ef0e 100644 --- a/public/arf.json +++ b/public/arf.json @@ -6879,6 +6879,26 @@ "name": "yasiv-youtube", "type": "url", "url": "https://yasiv.com/youtube/" + }, + { + "name": "YT2GDrive (R)", + "type": "url", + "url": "https://photovideo.ae/download", + "description": "Web-based video downloader supporting YouTube, TikTok, Instagram, Twitter/X, Facebook, and 1000+ sites. Allows direct saving of downloaded media to Google Drive for evidence archiving and media preservation.", + "status": "live", + "pricing": "free", + "bestFor": "Media preservation and evidence archiving for journalists and OSINT researchers", + "input": "Video URL from YouTube, TikTok, Instagram, Twitter/X, Facebook, or 1000+ supported sites", + "output": "Downloaded video file saved to Google Drive or local storage", + "opsec": "active", + "opsecNote": "Requests are made to the target platform to fetch video content, which may expose investigator network identifiers.", + "localInstall": false, + "googleDork": false, + "registration": true, + "editUrl": false, + "api": false, + "invitationOnly": false, + "deprecated": false } ] }