audiobook-dl icon indicating copy to clipboard operation
audiobook-dl copied to clipboard

ERROR: Missing data from source on Ubuntu

Open Hai567 opened this issue 4 months ago • 1 comments

Installation method: pip install audiobook-dl

Version:

  • Python 3.10.12
  • audiobook-dl 0.7.3

Describe the bug It works well on Windows but when I bring it on an Ubuntu machine, it crashes

Command output

audiobook-dl -c .everand.com_cookies.txt --debug --combine --output-format mp3 -o ./AudioBooks/{title} https://www.everand.com/listen/689418323

DEBUG audiobook-dl 0.7.3
DEBUG python 3.10.12 (main, Nov 20 2023, 15:14:05) [GCC 11.4.0]
 INFO Finding compatible source
 INFO Authenticating with everand
DEBUG Downloading result of https://www.everand.com/listen/689418323
DEBUG Could not find match from https://www.everand.com/listen/689418323 with 
(?<=(Scribd.Audiobooks.Show, )){.+}(?=\))
ERROR: Missing data from source

Hai567 avatar Mar 18 '24 10:03 Hai567