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
#!/usr/bin/env python3 | |
import time | |
from datetime import datetime, timezone, timedelta | |
import requests | |
import traceback | |
#################################################### | |
# SET THOSE VALUES |
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
// ==UserScript== | |
// @name Download tewind m3u8 | |
// @namespace http://tampermonkey.net/ | |
// @version 0.1 | |
// @description try to take over the world! | |
// @author You | |
// @match https://tewind.kr/rewind/* | |
// @match https://tewind.kr/liveback/* | |
// @icon https://www.google.com/s2/favicons?sz=64&domain=tewind.kr | |
// @grant none |
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
#!/bin/bash | |
# 이미 이 스크립트가 실행 중이라면 새로 실행하지 않음. | |
if pidof -o %PPID -x "$0"; then | |
exit 1 | |
fi | |
####### | |
# 아래 값에서 쌍따옴표 내부 값만 수정하는걸 권장함 | |
# 구글드라이브 특화 스크립트임. |