- All content keys were redacted, they should be 128-bit hex strings.
- These methods involve the use of ffmpeg and -cenc_decryption_key which is not part of stable releases as of July 2022. Use nightlies from gyan.dev or some other autobuild in the meantime. Hopefully it gets added in the next stable release.
- On my end none of these were particularly reliable. This may change in the future as FFmpeg evolves. The direct method of playing with ffplay is currently the most reliable out of the listed methods.
This file contains 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
red = $FF7C7C | |
green = $B2FF7C | |
blue = $8F97FF | |
yellow = $FFFF00 | |
orange = $FFB97C | |
magenta = $FF77FF | |
violet = $C787FF | |
cyan = $7DF9FF | |
white = $FFFFFF | |
azure = $86C8FF |
This file contains 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
TORRENT_WATCH_DIR="$HOME/rtorrent/watch/load" | |
ANNOUNCE_BTN='http://landof.tv/YOUR_PASSKEY/announce' | |
ANNOUNCE_PTP='http://please.passthepopcorn.me:2710/YOUR_PASSKEY/announce' | |
ANNOUNCE_HDB='http://tracker.hdbits.org/announce.php?passkey=YOUR_PASSKEY' | |
mkt() { | |
tracker="$1" | |
announce=$(eval printf -- "'%s'" "\$ANNOUNCE_$tracker") | |
if [[ -z "$announce" ]]; then | |
printf 'Error: $ANNOUNCE_%s is not set\n' "$tracker" >&2 |
This file contains 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 base64 | |
import uuid | |
from pymp4.parser import Box | |
def get_moov_pssh(fd): | |
while True: | |
x = Box.parse_stream(fd) | |
if x.type == b'moov': |
This file contains 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
WEBVTT | |
WEBVTT | |
WEBVTT | |
WEBVTT | |
WEBVTT |
From here with modifications, https://www.digitalocean.com/community/questions/no-internet-connection-after-droplet-reboot
- Open DO droplet control panel, open networking, save publicipv4, gateway, netmask
- Open Access in control panel, open recovery console
- Check active network adapter with this command
ip link ls up
if eth0/eth1 not showing, continue
- Get mac address in here
This file contains 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
Last update: 28/10/2022 | |
81044857 - The Doll 2 (2017) - HD | |
81435406 - Alas Pati: Hutan Mati (2018) - HD | 5.1 | |
80020885 - Soekarno (2013) - HD | 5.1 | |
81260646 - Milea (2020) - HD | 5.1 | |
81504484 - Sacred (2009) - HD | 5.1 | |
81294413 - If I Were You (2019) - HD | |
81260663 - Two Blue Stripes (2019) - HD | 5.1 | |
81301263 - Rasuk (2018) - HD | 5.1 |
Last update: 28/10/2022
- 81044857 - The Doll 2 (2017) - HD
- 81435406 - Alas Pati: Hutan Mati (2018) - HD | 5.1
- 80020885 - Soekarno (2013) - HD | 5.1
- 81260646 - Milea (2020) - HD | 5.1
- 81504484 - Sacred (2009) - HD | 5.1
- 81294413 - If I Were You (2019) - HD
- 81260663 - Two Blue Stripes (2019) - HD | 5.1
OlderNewer