Introducing Audibler: Download your audible audio books DRM free (and into Zune as well)

When I first heard of Audible.com (in one of the TWiT shows) I was very excited that I could get lots of stuff to hear on my mp3 player.

Then I started using it. And was terribly annoyed.

  • I couldn't use the downloads on my Zune device because of Silly DRM issues
  • Living in Israel, some audio books (like colbert's book, or Hodgman's book) are blocked for me to purchase.
  • I can't back up or convert my files or play them freely because of the DRM protection, even though they are mine and I have purchased them fairly.

I looked for a long time for a way to get the files DRM free. There was one way but it required to have an old version of the audible software installed. They have fixed that "bug" and not the only way is for people to burn 9 hour books on 11 CDs and then rip them to mp3. and that is a big pain.

So, Audible, this is for making me feel a second class net citizen, as well as many others.

I finally found a way to get my fully paid for audio files without DRM and without needing the bloody audible download manager (which is actually the thing that puts the DRM on the files!). I created a little program that helps you download the files directly to your computer without the audible software.

To make sure you understand - you can only download your own purchased books using this tool just like the standard way. the only difference is that they will not be with DRM so you can back them up and move them around and convert them as much as you want.

If you're interested in how my workaround works (you're a geek) it is in the bottom of this post.

How to download your paid-for DRM free audible books

  • Download my little program: Audibler.zip and unzip it.  (5k). You need .NET Framework 2.0 or above
  • Login to the audible website normally and go to "my library"
  • Go the line where the book you want to download is, and right click on the button that says "Download it". The copy the link url in the button to the clipboard.
  • Run the audibler.exe file that you unzipped earlier.
    • The link you copied to the clipboard should be shown on the top screen.
    • image
    • Click "Translate and start link" to have your default browser start downloading the file directly.
    • Or you can click "translate" and then copy the URL on the bottom of the dialog to your browser address bar.

 

How to convert the downloaded .aa files to mp3

you can use your own favorite conversion software from .aa to .mp3. below is how I am doing it.

  • Install DbPowerAmp power pack and the directshow plugin (http://www.dbpoweramp.com/) (It seems to work really fast)
  • Download and run the Audible Media Player Filter and install it, if you are running the latest version (5.0) of audible manager.
  • if you are running version 4.0 this is not needed.
  • after downloading the file you wanted,  right click on the file in windows explorer and choose "covert to" and convert to mp3.
  • if you don't see any "convert to" menu,
    • You may need to go to "c:\Documents and Settings\[YOUR_USER_NAME]\Application Data\dBpoweramp\directshow.txt and add '.aa' without the quotes as a new line in the middle of the file somewhere.
    • then go the the start menu and run dbPowerAmp configuration and click OK on the dialog. then try again.

 

How this works:

To find out what happens behind the scenes I used the free Fiddler2 tool from Microsoft that can trace http communications. When I ran it along side the audible download manager I could see the request to download the special file URL. From there it was a simple matter of looking at the web page, seeing how the links are built, and changing parts of the URL to fit what the Download manager was requesting.

It uses a simple regular expression to find out the parts of the URL (let's see how fast they change it..) and then replace them with what the software needs. You can also just open Reflector and look at audibler.exe to see exactly how simple it is.

Published Sunday, July 06, 2008 6:21 PM by RoyOsherove
Filed under:

Comments

Sunday, July 06, 2008 6:38 PM by Vadim

# re: Introducing Audibler: Download your audible audio books DRM free

Thanks.  You need to fix the link to dBpoweramp site.  It has right round brace at the end.

Sunday, July 06, 2008 8:09 PM by Leigh

# re: Introducing Audibler: Download your audible audio books DRM free

Great little program. One thing, I had an audiobook that was for audio format 2 instead of the expected 4. I had to change the  codec=mp332 to codec=acelp85

Thursday, July 10, 2008 1:28 PM by John Rocha

# re: Introducing Audibler: Download your audible audio books DRM free

Hi Roy

DRM or not I'm sure you're aware that there are loads of free audio books on the internet and lots of them need processing with various types of software. My blog deals with how to find free books and how to process them when you've got them. As I love audio books I try to help people find and enjoy them. Not everyone's a geek

All the best

Sunday, July 13, 2008 3:05 PM by alfred nonymous

# re: Introducing Audibler: Download your audible audio books DRM free

Hi, I was trying to use your program, and can't find the .txt file you're talking about. The directshow pluggin doesn't seem to be on the site, either. Am I missing something here? I have vista 32bit, but didn't think that would make a difference. Any recommendations?

Thanks, this is a really cool program.

Sunday, July 13, 2008 3:13 PM by alfred nonymous

# re: Introducing Audibler: Download your audible audio books DRM free

d'oh! I figured it out, had to search the dBpoweramp site for the directshow add-on. once I downloaded that, everything worked like a charm. Thanks!

Monday, July 21, 2008 1:14 PM by JoeBlack

# re: Introducing Audibler: Download your audible audio books DRM free

keep getting the following

Internal error. Code: 5

Monday, July 21, 2008 1:15 PM by JoeBlack

# re: Introducing Audibler: Download your audible audio books DRM free

Keep getting

Internal error. Code: 5

url looks wrong

cdl.audible.com/.../aw_assemble_title_dynamic.aa

Monday, July 21, 2008 2:04 PM by bstein77

# re: Introducing Audibler: Download your audible audio books DRM free

Your a genius. I this tool, because I want to download the books at work and I don't want to install the stupid download manager on my company desktop.

Thanks Orem,

Monday, July 21, 2008 3:07 PM by RoyOsherove

# re: Introducing Audibler: Download your audible audio books DRM free

JoeBlack

are you sure you are right clicking and copying the javascript that is under the "download " button?

Sunday, July 27, 2008 1:03 AM by BF

# re: Introducing Audibler: Download your audible audio books DRM free (and into Zune as well)

JoeBlack -- I had the same problem using Firefox. I tried IE and it worked. When you use "Copy link location" on the Firefox context menu for a URL, it came up with something different then "Copy Shortcut" in IE.

Sunday, July 27, 2008 4:59 AM by BF

# re: Introducing Audibler: Download your audible audio books DRM free (and into Zune as well)

Well, I finally got it to work, or so I thought, but the mp3 produced by dBpoweramp was double-speed, so it sounded like the chipmunks. Could I be doing something wrong?

Friday, August 01, 2008 11:20 PM by Paul

# re: Introducing Audibler: Download your audible audio books DRM free (and into Zune as well)

Any chance someone can work something like this for mac?  I figure the author doesn't own a mac so won't be interested.  But just maybe?

Saturday, August 09, 2008 2:05 PM by Amber

# re: Introducing Audibler: Download your audible audio books DRM free (and into Zune as well)

I could not get this to work

It download the files but they had a rss.aa extension and dbpoweramp could not convert

Any ideas?  Am using poweramp v 11

Wednesday, August 20, 2008 12:24 AM by mhb

# re: Introducing Audibler: Download your audible audio books DRM free (and into Zune as well)

My friend, your program is King!!  I signed up for Audible and was dismayed to see I couldn't easily port (not fileshare) my downloads to my other devices. I like to re-master & speed up the tempo through Sound Forge, and this was impossible until I read your post.

Thanks again, Roy! And thanks to alfred nonymous who posted on Sunday, July 13, 2008 3:13 PM; I had the same issue & your advice was A-1!

Thursday, August 28, 2008 9:41 AM by Happy Person

# re: Introducing Audibler: Download your audible audio books DRM free (and into Zune as well)

You are seriously my hero right now!! You are the emperor of awesomeness!

I had been recently foiled by the new "upgrade" but now I can return to stripping the DRM to get what I paid for.

Sunday, August 31, 2008 6:23 AM by JoeBlack

# re: Introducing Audibler: Download your audible audio books DRM free (and into Zune as well)

Do you have alternative instruction for people like me who are using

www.audible.co.uk

Sunday, September 07, 2008 8:16 PM by genev

# re: Introducing Audibler: Download your audible audio books DRM free (and into Zune as well)

It seem that I'm almost there ... My problem is in the ".aa" to "mp3" converter.  "convert to" does not recognize the ".aa" extension.  

Here are my steps ...

1. Loaded Audible Manager V5

2. Loaded dbPowerAmp Music Converter R13

3. Loaded DirectShow Decoder R2

4. Loaded Audible Media Player Filter

AudibleMediaPlayerFilter.exe did not work (could not find svci79.dll).

I modified "directshow.txt" to include ".aa". (the txt file was empty to begin with?)

Executed "dbampconfiguration" but it could not find the file.

Please help!

Tuesday, September 23, 2008 11:36 AM by noturbizniss

# re: Introducing Audibler: Download your audible audio books DRM free (and into Zune as well)

Awesome little program!  audible manager won't install on company desktop, and this is so much simpler, Thanks!

Thursday, September 25, 2008 6:33 PM by Michael

# re: Introducing Audibler: Download your audible audio books DRM free (and into Zune as well)

Link to audibler.exe at http://shrinkster.com is down. Any help?

Wednesday, October 01, 2008 2:03 PM by Chris

# re: Introducing Audibler: Download your audible audio books DRM free (and into Zune as well)

Shrinkster appears to be down. Any chance of a tinyurl?

Thursday, October 02, 2008 1:22 AM by RoyOsherove

# re: Introducing Audibler: Download your audible audio books DRM free (and into Zune as well)

If shrinkster is down you can download it directly from:

files.osherove.com/.../AudiblerFull.zip