Skip to content

Instantly share code, notes, and snippets.

View brainztorm's full-sized avatar

François brainztorm

  • Paris, France
View GitHub Profile
@moaj257
moaj257 / Youtube Downloader - Mac - Using terminal.md
Last active June 30, 2024 08:20
Download youtube videos via mac terminal
  1. Open terminal.
  2. Use any one of following to install youtube-dl (A downloader written in python).
    • Fire these 2 command if you have curl installed.
    sudo curl -L https://yt-dl.org/downloads/latest/youtube-dl -o /usr/local/bin/youtube-dl 
    sudo chmod a+rx /usr/local/bin/youtube-dl
    
    • Fire these 2 commands

sudo wget https://yt-dl.org/downloads/latest/youtube-dl -O /usr/local/bin/youtube-dl

@greenlaw110
greenlaw110 / gelin-common-play-modules.yml
Last active December 5, 2023 02:36
Green's common Play modules
# Application dependencies
require:
- com.greenlaw110 -> app-base 2.1.3
- com.greenlaw110 -> play-excel 1.2.3
- com.greenlaw110 -> config 1.2.2
- com.greenlaw110 -> betterlogs 1.2j
- com.greenlaw110 -> aaa 2.1
- com.greenlaw110 -> play-rythm 1.0.1-b3
- com.greenlaw110 -> morphia 1.5.0a