Skip to content

Instantly share code, notes, and snippets.

@J-Broadway
J-Broadway / yt-vids-scrape.js
Last active November 27, 2023 07:33
YouTube videos page scrapper (JS to paste into dev tools console)
///////////////////////////////////////////////////////////////////////////////////////////////////
// WAT DO
//-------------------------------------------------------------------------------------------------
// Intended to scrape youtube video thumbnail, title (with embeded hyperlink), estimated date. And
// save as a .html file
///////////////////////////////////////////////////////////////////////////////////////////////////
// USAGE
//-------------------------------------------------------------------------------------------------
// - Open up your browser's dev tools (CTRL + SHIFT + C [works for me])
// - Navigate to 'Console' tab
@J-Broadway
J-Broadway / 01 - ytd.bat
Last active April 5, 2020 16:55
youtube-dl batch
@echo off
::Change directory below to point to your youtube-dl folder
cd "C:\Users\%USERNAME%\Downloads\youtube-dl"
setlocal EnableDelayedExpansion
set "input="
set "p-start="
set "p-end="