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
echo "------------------------------------" | |
echo " ANURAOS TO STATIC " | |
echo "------------------------------------" | |
rm -rf static_version # remove the directory if it exist | |
mkdir static_version # create the directory | |
# move all directories | |
cp -r ./public/* ./static_version | |
cp -r ./apps ./static_version |
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
# Reverse engineered by Mollomm1 | |
# Some shit used to scrape webtor, mostly for a 'potential' future cloudstream plugin. | |
# | |
from requests import get, post | |
from base64 import b64decode | |
import re, codecs, json, urllib.parse | |
headers = { | |
"User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0", |
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
from math import * | |
import ion |