Skip to content

Instantly share code, notes, and snippets.

View a-y-u-s-h's full-sized avatar
🟢

Ayush Sharma a-y-u-s-h

🟢
View GitHub Profile
@a-y-u-s-h
a-y-u-s-h / machine.js
Created August 18, 2021 21:43
Generated by XState Viz: https://xstate.js.org/viz
const application = Machine({
"id": "application",
"initial": "uninitialized",
"preserveActionOrder": true,
"context": {
"value": 1
},
"on": {
"telemetry": {
@a-y-u-s-h
a-y-u-s-h / youtube-playlist-download.txt
Last active September 8, 2018 12:21
Download entire YouTube playlists with pretty format, skip video if error occurs.
youtube-dl --no-check-certificate -i -o "%(playlist_index)s. %(title)s.%(ext)s" "<URL>"