# youtube-dl #
youtube-dl --config-location .
youtube-dl -o '~/Downloads/%(title)s.%(ext)s' --prefer-ffmpeg https://m.twitch.tv/videos/327690336
# youtube-dl.conf
-u mikecostea@gmail.com
-p Mikecostea1
-i
-c
--no-warnings
--console-title
--batch-file='batch-file.txt'
-o '%(playlist_title)s/%(playlist_index)s-%(title)s.%(ext)s'
-f 'best[tbr<=1000]/worst[[height>=720]]/best[[height<720]]'
# batch-file.txt
https://learning.oreilly.com/videos/distributed-systems-in/9781491924914
https://www.oreilly.com/videos/distributed-systems-in/9781491924914
https://help.github.com/articles/basic-writing-and-formatting-syntax
sequenceDiagram
Alice -->> Alice: Hi?
Alice ->> Alice: Hi2?
Alice ->>+ John: Open 1.
Alice->>+John: Open 1.1
John-->>-Alice: Close 1.1
John-->>-Alice: Close 1.
John --x Alice: hiii
John --) Tom(wer desc): Async
graph TD;
A-->B;
A-->C;
B-->D;
C-->D;
graph LR;
A-->B;
A-->C;
B-->D;
C-->D;