Skip to content

Instantly share code, notes, and snippets.

View DMax-YT's full-sized avatar
🙃
Nothing

Maxim Borisov DMax-YT

🙃
Nothing
  • Russia
  • 16:05 (UTC +03:00)
  • YouTube @dmax_
View GitHub Profile
@redbrain
redbrain / An overview of youtube-dl and ytdl-core.md
Last active October 21, 2021 19:08
A tutorial for getting acquainted with YouTube-downloading libraries

youtube-dl and ytdl-core

This is a short guide aimed at beginners to explain what youtube-dl and ytdl-core are and how to use them effectively.


Preface: are you a programmer?

youtube-dl and ytdl-core are not user-friendly websites or GUI applications for downloading YouTube videos!
The projects are meant for embedding in computer programs.
If you're looking for a YouTube downloading website, check out

@MeguminSama
MeguminSama / Discord Experiments.js
Last active July 25, 2024 10:24
Discord Experiments.js
let cache; webpackChunkdiscord_app.push([["wp_isdev_patch"], {}, r => cache=r.c]);
var UserStore = Object.values(cache).find(m => m?.exports?.default?.getUser).exports.default;
var actions = Object.values(UserStore._dispatcher._actionHandlers._dependencyGraph.nodes);
var user = UserStore.getCurrentUser();
actions.find(n => n.name === "ExperimentStore").actionHandler.CONNECTION_OPEN({
type: "CONNECTION_OPEN", user: {flags: user.flags |= 1}, experiments: [],
});
actions.find(n => n.name === "DeveloperExperimentStore").actionHandler.CONNECTION_OPEN();
webpackChunkdiscord_app.pop(); user.flags &= ~1; "done";

Privacy Policy

Last updated: 07/19/2021

This document contains the privacy policy and agreement you accept when adding any of the below mentioned Bots to a server, or use them as a member of a Server. This document does not supersede any of the terms laid out by Discord.

Terminology

  • Discord – The chat platform hosted and operated by Discord Inc.
@demidovakatya
demidovakatya / anime.md
Last active January 17, 2024 09:33
telegram stickers // anime
@zmts
zmts / tokens.md
Last active July 25, 2024 07:03
Про токены, JSON Web Tokens (JWT), аутентификацию и авторизацию. Token-Based Authentication

Про токены, JSON Web Tokens (JWT), аутентификацию и авторизацию. Token-Based Authentication

Last major update: 25.08.2020

  • Что такое авторизация/аутентификация
  • Где хранить токены
  • Как ставить куки ?
  • Процесс логина
  • Процесс рефреш токенов
  • Кража токенов/Механизм контроля токенов