How To Download Text

This isn’t a supported feature. There is a way to get the plain text of a text via the API though. What you can do is:

  1. Open any text, your browser should show a URL in its address bar which starts with https://readlang.com/library/:bookID where the bookID is a 24 character alphanumeric code. e.g.: https://readlang.com/library/69063d8717bd61df06f641dd/from/0
  2. Change the URL to be in the format https://readlang.com/api/book/:bookID/plainText, keeping the bookID as before. e.g. following the previous example: https://readlang.com/api/book/69063d8717bd61df06f641dd/plainText - this URL will fetch the entire plain text for the text in question.
1 Like