This example is part of this article.
This is an example for an HLS delivery with basic security. Nginx compiled with nginx-rtmp-module & secure-link is used as media server. Features:
- Domain filtering
- Referrer filtering
- Embed buster
| #!/usr/bin/env python3 | |
| # Created by Muhammad Iqbal Rifai | |
| # Date 29/01/2018 | |
| # Time 16.07 UTC+7 | |
| List command of yukari bot <https://www.facebook.com/bot.yukari> | |
| ------------------------------- | |
| IF YOU HAVE ANY ISSUE PLEASE CONTACT ME (I REALLY NEED IT) | |
| gr33ntii@gmail.com | |
| ------------------------------- | |
| $g9 : Chúc ngủ ngon bạn trước khi đi ngủ | |
| $level : Kiểm tra điểm và level của bạn <3 |
| pylint: | |
| disable: | |
| - line-too-long | |
| - multiple-imports | |
| - pointless-string-statement | |
| - too-many-nested-blocks |
This example is part of this article.
This is an example for an HLS delivery with basic security. Nginx compiled with nginx-rtmp-module & secure-link is used as media server. Features:
| FROM alpine | |
| COPY configure-node.sh configure-node.sh | |
| CMD ["/bin/sh", "configure-node.sh"] |
$> sudo pacman -S gcc5 openssl-1.0
$> CC=gcc-5 CXX=g++-5 PKG_CONFIG_PATH=/usr/lib/openssl-1.0/pkgconfig/:/usr/lib/pkgconfig/RUBY_CONFIGURE_OPTS=--with-openssl-dir=/usr
/lib/openssl-1.0/ asdf install ruby 2.3.1| import pytesseract | |
| import numpy as np | |
| from PIL import Image, ImageOps | |
| import xml.etree.ElementTree as ET | |
| import os, sys | |
| import argparse | |
| ASS_HEADERS = """[Script Info] | |
| ; File generated by N4O PNG2SUB | |
| Title: PNG2SUB |
| /* | |
| * . | |
| * .__ .______/| .____ ____. .___ __. | |
| * _____\ \ ___/_ \ _|____\____Y __/____ _____\ Y /__. | |
| * / _ \ X / \ X | \ X _ \ | ___/---. | |
| * | \ | / l____ > | | \ | \ | | |
| * | ::.. __l__/ ::.__| / .: /:.__l__ ..:: | ::.. __l__ ..:: | | |
| * l______ / \______/ /___ /| _/ \ ______l______ / \ ______| | |
| * \/ \/ |/ \/ \/ \/ x0! | |
| * |
| // ==UserScript== | |
| // @name AlfaPasser | |
| // @namespace AlfaPasser - Cuma mau lewatin safelink | |
| // @description Download di Fansub dan Fanshare besar tanpa melewati Iklan || By DevStudio | |
| // @copyright 2019+, DevStudio | |
| // @version 2.0.1 | |
| // @homepageURL https://devstudio.web.id/ | |
| // @icon https://cdn.myanimelist.net/images/characters/2/337013.jpg | |
| // @grant GM_deleteValue | |
| // @grant GM_getValue |