Allow CSV data dump

Hmm, i’d hold back for now. Once we get editions handled (my next big task) I think it’d make more sense to focus on fixing ISBN data.

2 Likes

@pm215

So after poking around, should still be able to automate. You just need to send the sessionid, CSRF and X-CSRF tokens along the request. The first two by setting the cookies.txt on wget, and the other by parsing the html header each time you want to get the file.

Not sure how short lived are the CSRF and sessionid parameters in the cookies.txt, so you might need to keep an eye on updating your cookies.txt too.

Is not as straightforward as the other service you are using though :sweat_smile:

3 Likes

Ok! You should have all data downloads now! :slight_smile:

TV sessions are a little complicated, but hopefully it’s self explanatory.

One note: I altered the following fields:

  • Date Started → Date Started (Raw)
  • Date Started (Full) → Date Started
  • Date Finished → Date Finished (Raw)
  • Date Finished (Full) → Date Finished
  • Book Tags → Book Tags (No Spoilers)… now excludes spoilers by default

Let me know your feedback! Otherwise we will call this branch done!

8 Likes

This request is now completed! :slight_smile:

5 Likes