Skip to content

Instantly share code, notes, and snippets.

View froschgrosch's full-sized avatar
🚀

froschgrosch

🚀
View GitHub Profile
@MartinEesmaa
MartinEesmaa / youtube_formats.md
Last active February 24, 2026 19:09 — forked from AgentOak/youtube_formats.md
Youtube Format IDs

Note: This is all almost full YouTube ID informations. Original owner goes to AgentOak, modified version by Martin Eesmaa.

See the credits and also special thanks in below.

Before this gist has been forked, AgentOak made original gist on November 13 2019 and it was last updated on May 5 2021.

From now on, this forked gist is maintained by Martin Eesmaa since 17 September 2022.

Last updated: 07 February 2026

@ankitmundada
ankitmundada / download_gdrive
Last active April 17, 2022 23:11
Shell Script to download Publicly shared Google drive files
#!/bin/bash
# Get files from Google Drive
# Source: https://stackoverflow.com/a/50573452/2382312
# Usage: download_gdrive FILE_ID DESTINATION_PATH
# $1 = file ID
# $2 = file name
URL="https://drive.google.com/uc?export=download&id=$1"
@Newbrict
Newbrict / defrag.md
Last active December 4, 2022 21:08
How to install DeFRaG ( on windows )