Skip to content

Instantly share code, notes, and snippets.

@yoya3312
yoya3312 / hack1.c
Last active January 18, 2019 07:09
#include "../../skse64_common/Relocation.h"
#include "../../skse64_common/SafeWrite.h"
#include "../../skse64_common/BranchTrampoline.h"
#include "../../xbyak/xbyak.h"
#include "../config.h"
#include "../../skse64/GameSettings.h"
namespace Hack0
@yoya3312
yoya3312 / youtube.py
Created January 10, 2019 17:25
streamlink with youtube
import re
from streamlink.compat import urlparse, parse_qsl
from streamlink.plugin import Plugin, PluginError
from streamlink.plugin.api import http, validate
from streamlink.plugin.api.utils import parse_query
from streamlink.stream import HTTPStream, HLSStream
from streamlink.stream.ffmpegmux import MuxedStream
import json