Pre-beta: BackupBook now includes downloading pdf. This replaces the need for throttling pdf downloads
This commit is contained in:
parent
88d49acdad
commit
e69df2abbc
9 changed files with 152 additions and 105 deletions
|
|
@ -1,14 +1,14 @@
|
|||
using System;
|
||||
using System.IO;
|
||||
using System.Threading.Tasks;
|
||||
using FileManager;
|
||||
using DataLayer;
|
||||
using Dinah.Core.ErrorHandling;
|
||||
using FileManager;
|
||||
|
||||
namespace FileLiberator
|
||||
{
|
||||
/// <summary>
|
||||
/// Download DRM book and decrypt audiobook files.
|
||||
/// Download DRM book
|
||||
///
|
||||
/// Processes:
|
||||
/// Download: download aax file: the DRM encrypted audiobook
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue