Skip to content

Instantly share code, notes, and snippets.

View pps43's full-sized avatar
🎯
Focusing

pps43 pps43

🎯
Focusing
View GitHub Profile
# Install FFMPEG and Youtube-dl first!
# This script is a wapper of youtube-dl cli tool, using a interactive manner to download a video/audio with specific params
function Search-Video {
param (
[Parameter(Mandatory = $true)]
$url
)
Write-Host "Availiable Video/Audio format (notice 'audio-only', 'video-only' tag)" -ForegroundColor Green
youtube-dl --list-formats $url
@pps43
pps43 / svn_migration_memo.md
Last active September 17, 2020 09:31
SVN 迁移方法