Hey there's a few posts about ebooks and podcasts a while ago that I'm too retarded to quote, but I wanted to share my 2c because I'm organizing all my shit at the moment and download a LOT of them. I started a huge collection of ebooks by downloading torrents and Project Gutenberg packs like everyone else, but now use IRC to get specific books and new releases from servers like #bookz on Undernet. You can google it if you're not an oldfag who already knows how to use IRC, or just ask me because I'm happy to help out. I've got HexChat set up to automatically connect, type "
@Search (book name or author)" and get a text in a zip file with all the results, then copy and paste whichever file I want back into the prompt to get it. It works with even brand new books within a few weeks of them getting published. Goodreads is great for book recommendations, you look up books you already love on there and go down a rabbit hole of things that are similar
Then for podcasts, holy shit there's so much fuckery trying to download episodes for keeps because (1) you need a premium subscription to Spotify/Apple, (2) they encrypt that shit within the app or (3) you run in circles between websites that require a subscription as well. So what I done on a windows PC is installed a free program called Poddl (NOT Poddle with an E) you can find on Github. It's just a 1.3MB exe file (or linux/mac) that doesn't need installing and runs from the command prompt. I then go to
https://podcastaddict.com/ to search for the podcast I'm after. DON'T sign up or download anything, just open your podcast's page and click the "Copy RSS" link. Open the command prompt to the poddl directry, type the thing and paste the url
So to break it down: I've got poddl.exe sitting on its own hard drive (D

, no folder. I want to download all of something from the first to latest episode
- Open the browser and go to podcastaddict.com and search for the one I want. Click on it
- Click the "Copy RSS" link to the bottom right of the description
- Click the start menu and type "cmd" in Windows (or open the terminal in whatever you're using)
- I change to my poddl drive by typing D

then type
- poddl "pasted address" -o ./
Then it'll say
Fetching URL: (the one you pasted)
Downloading 666 files
Downloading file 1/666 [1] Episode 1 There Are Only Two Genders
Downloading file 2/666 [2] Episode 2 Hitler Did Nothing Wrong
etc
And it'll plug away in its own window until it's done. Each file just appears once it's finished without any notifications. Then I cut and paste them into their own directory afterwards. One thing I've noticed is that this gets around whatever paywalls are put up on Spotify/Apple etc; by copying the RSS and doing this, you also get any special bonus episodes that are meant for subscribers only. Once I'm finished downloading everything, I make a note of which was the last file downloaded so I can go back and get new episodes later without starting from the beginning, because sometimes the episode names lag behind the actual file names when they throw in short episodes and bonuses etc if that makes sense
So if I've downloaded up to episode 666 but there's now 669 episodes you can type: poddl "podcast address" -o ./ -n 667-669
Sorry if that was a bit of a rant but I hope it might help someone out