LBBO / netflix-migrate

A command-line tool to migrate data to and from Netflix profiles
MIT License
266 stars 32 forks source link

Migrating "My List" #32

Closed N1k145 closed 1 year ago

N1k145 commented 5 years ago

Is it possible to migrate the watch list?

I know in the current version it is not possible, but in theory would it be possible to add this feature to the tool?

LBBO commented 5 years ago

I just looked into it and it seems to be very straight forward: netflix makes a POST request to a certain URL and the requests body contains data about the movie to add / remove as well as the instruction to add it to or remove it from "My List".

Would you like to implement this feature yourself? I am very busy at the moment and might not get to it for a while.

N1k145 commented 5 years ago

I think we are talking about different lists. I mean the one you can add movies to that you want to watch. Not the watch history

LBBO commented 5 years ago

Yeah, I did misunderstand you at first, but my edit refers to your actual question.

N1k145 commented 5 years ago

Yes seen it to late, currently i also have not that much time or experience with the whole node,js stuff. But i can have a look into it

LBBO commented 1 year ago

Netflix has added official support for this feature as part of their account transfer feature, see their official documentation