I've been working on a PowerShell thing to download videos with

Avatar image for jondan
jondan

166

Forum Posts

557

Wiki Points

0

Followers

Reviews: 0

User Lists: 9

#1  Edited By jondan

https://github.com/jlucktay/posh-bomb

I'll try not to repeat myself too much from the README in the repo, but this is a small collection of PowerShell scripts that I banged together just before going on holiday a few months ago, so that I could download a bunch of videos to my laptop to watch on the plane and such.

Currently, the elevator pitch is this: it can find videos through a few different avenues, and will pull down the HD version of every video within that scope which the user confirms that they want.

I've been tinkering with it on and off, and the next thing I want to implement is proper parameter handling, instead of the current messy situation that requires direct editing of one of the script files.

If anyone finds it useful at all and/or has any feedback, or any tips or suggestions or even a PR to help me clean up my mess, I'd really appreciate it any and all of the above! :D

No Caption Provided