This is simple shell Kinopub Downloader via Podcasts.
curl,awk(comes by default on most systems)xmlstarlet— install with:
sudo apt install xmlstarlet # Debian/Ubuntu
brew install xmlstarlet # macOSSave the script as kinopub_downloader.sh.
Make it executable:
chmod +x kinopub_downloaderReplace the placeholder XML URL in XML_URL and DOWNLOAD_PATH.
Run it:
./kinopub_downloader.sh
# Or
./kinopub_downloader.sh s01e03 # to start downloading from Season 1 Episod 3Add possiblity to set all parameters via CLI.