Skip to content

Instantly share code, notes, and snippets.

@misaka00251
Last active July 1, 2025 05:02
Show Gist options
  • Save misaka00251/f1e076f783f07d8a4489cbafd9ccd57c to your computer and use it in GitHub Desktop.
Save misaka00251/f1e076f783f07d8a4489cbafd9ccd57c to your computer and use it in GitHub Desktop.
# nginx conf
location / {
# ...
autoindex on;
autoindex_exact_size off;
autoindex_localtime on;
}
# cd ~/
# sudo chown ubuntu:www-data .
# Update system
apt update
# Upgrade system
apt upgrade -y
# Let add-apt-repository usable
apt install software-properties-common
# Install get-iplayer repo
add-apt-repository ppa:m-grant-prg/utils -y
# Install get-iplayer
apt install get-iplayer -y
# get something using
# get_iplayer --subtitles --subsraw --quality="fhd,hd,high" --metadata --pid-recursive --pid xxxxxxxx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment