This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |