Skip to content

Instantly share code, notes, and snippets.

View danielb2's full-sized avatar

Daniel Bretoi danielb2

View GitHub Profile
@danielb2
danielb2 / readme.md
Created August 29, 2023 16:52 — forked from nfriedly/chirp-audiobooks-downloader-readme.md
Chirp Audiobook Download Script

Chirp AudioBook Download Script

This script eases the process of downloading the audio files from Chirp Audiobooks. It uses the browsers console to generate a list of URLs, and then provides a list of wget commands to download them.

Tested with Firefox on MacOS. Might need some small tweaks for Windows.

Instructions

  1. Find the book in your Chirp Library
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Label</key>
<string>com.ilovezfs.mac.zfs.zpool-import</string>
<key>ProgramArguments</key>
<array>
<string>/usr/local/sbin/zpool</string>
<string>import</string>
import weechat
SCRIPT_NAME = "test"
SCRIPT_AUTHOR = "test"
SCRIPT_VERSION = "0.0"
SCRIPT_LICENSE = "GPL3"
SCRIPT_DESC = "test"