Skip to content

Instantly share code, notes, and snippets.

View Yur-ok's full-sized avatar

Yuriy Bachevskiy Yur-ok

  • WorldWideWeb
View GitHub Profile
@r3code
r3code / Readme.md
Last active May 12, 2025 18:40
kinescope.io video downloader

kinescope.io video downloader

  1. Install python3, download tools: ffmpeg and N_m3u8DL-RE
  2. Put kdl.py, ffmpeg and N_m3u8DL-RE into same folder
  3. Run python kdl.py it will ask you to input kinescope embed link (e.g. https://kinescope.io/embed/1234534) and referrer link (e.g. https://videos.mysite.org). kinescope forbids to access without a referrer.
  4. Wait for a download copletion.

kdl.py can automatically select the best quality of a video or you can choose it in a menu provided by N_m3u8DL-RE.
ffmpeg receives parts of the selected video and an audio and muxes them into output mp4 file.

@fesor
fesor / Getstarted.md
Last active February 2, 2024 05:31 — forked from mkusher/Getstarted.md
Лонгрид для новичков чата php

Введение

Этот текст о том, с чего начать прежде чем писать в https://telegram.me/prophp7

Правила

  1. Тема чата - php и связанное с ним. Оффтоп не приветствуется. Вакансии или поиск "сделать что-то для wordpress" (скорее всего) будут удаляться.
  2. Просьбы сделать что-то за денежку, вакансии и прочее будут удаляться (за редкими исключениями, право размещать такого рода вещи оставляем за администраторами чата).
@zmts
zmts / tokens.md
Last active May 15, 2025 14:07
Про токены, JSON Web Tokens (JWT), аутентификацию и авторизацию. Token-Based Authentication

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

Last major update: 25.08.2020

  • Что такое авторизация/аутентификация
  • Где хранить токены
  • Как ставить куки ?
  • Процесс логина
  • Процесс рефреш токенов
  • Кража токенов/Механизм контроля токенов
@awidegreen
awidegreen / vim_cheatsheet.md
Last active April 10, 2025 20:01
Vim shortcuts

Introduction

  • C-a == Ctrl-a
  • M-a == Alt-a

General

:q        close
:w        write/saves
:wa[!]    write/save all windows [force]
:wq       write/save and close