From 2613efbe0136cc6e61f8d361892ae03273883926 Mon Sep 17 00:00:00 2001 From: twolaw Date: Sat, 18 Jun 2022 10:41:46 +0200 Subject: [PATCH 1/2] type added to Userlist --- trakt/users.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/trakt/users.py b/trakt/users.py index 523b83d3..b8fc28e1 100644 --- a/trakt/users.py +++ b/trakt/users.py @@ -61,8 +61,9 @@ def unfollow(user_name): class UserList(namedtuple('UserList', ['name', 'description', 'privacy', - 'display_numbers', 'allow_comments', - 'sort_by', 'sort_how', 'created_at', + 'type', 'display_numbers', + 'allow_comments', 'sort_by', + 'sort_how', 'created_at', 'updated_at', 'item_count', 'comment_count', 'likes', 'trakt', 'slug', 'user', 'creator'])): From 27f9375451cc0979a1444f0d8ab91a56796ab42f Mon Sep 17 00:00:00 2001 From: twolaw Date: Sat, 18 Jun 2022 10:46:35 +0200 Subject: [PATCH 2/2] add type value to lists --- tests/mock_data/users.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/tests/mock_data/users.json b/tests/mock_data/users.json index f0222c3b..3e9176e2 100644 --- a/tests/mock_data/users.json +++ b/tests/mock_data/users.json @@ -47,6 +47,7 @@ "name":"Star Wars in NEW machete order", "description":"Some descriptive text", "privacy":"private", + "type":"personal", "display_numbers":true, "allow_comments":false, "updated_at":"2014-10-11T17:00:54.000Z", @@ -188,7 +189,7 @@ {"type":"show","show":{"title":"Breaking Bad","year":2008,"ids":{"trakt":1,"slug":"breaking-bad","tvdb":81189,"imdb":"tt0903747","tmdb":1396,"tvrage":18164}},"comment":{"id":199,"comment":"Skyler, I AM THE DANGER.","spoiler":false,"review":false,"parent_id":0,"created_at":"2015-02-18T06:02:30.000Z","replies":0,"likes":0,"user_rating":10,"user":{"username":"justin","private":false,"name":"Justin N.","vip":true,"vip_ep":false}}}, {"type":"season","season":{"number":1,"ids":{"trakt":3958,"tvdb":274431,"tmdb":60394,"tvrage":38049}},"show":{"title":"Gotham","year":2014,"ids":{"trakt":869,"slug":"gotham","tvdb":274431,"imdb":"tt3749900","tmdb":60708,"tvrage":38049}},"comment":{"id":220,"comment":"Kicking off season 1 for a new Batman show.","spoiler":false,"review":false,"parent_id":0,"created_at":"2015-04-21T06:53:25.000Z","replies":0,"likes":0,"user_rating":8,"user":{"username":"justin","private":false,"name":"Justin N.","vip":true,"vip_ep":false}}}, {"type":"episode","episode":{"season":1,"number":1,"title":"Jim Gordon","ids":{"trakt":63958,"tvdb":4768720,"imdb":"tt3216414","tmdb":975968,"tvrage":1065564827}},"show":{"title":"Gotham","year":2014,"ids":{"trakt":869,"slug":"gotham","tvdb":274431,"imdb":"tt3749900","tmdb":60708,"tvrage":38049}},"comment":{"id":229,"comment":"Is this the OC?","spoiler":false,"review":false,"parent_id":0,"created_at":"2015-04-21T15:42:31.000Z","replies":1,"likes":0,"user_rating":7,"user":{"username":"justin","private":false,"name":"Justin N.","vip":true,"vip_ep":false}}}, - {"type":"list","list":{"name":"Star Wars","description":"The complete Star Wars saga!","privacy":"public","display_numbers":false,"allow_comments":true,"updated_at":"2015-04-22T22:01:39.000Z","item_count":8,"comment_count":0,"likes":0,"ids":{"trakt":51,"slug":"star-wars"}},"comment":{"id":268,"comment":"May the 4th be with you!","spoiler":false,"review":false,"parent_id":0,"created_at":"2014-12-08T17:34:51.000Z","replies":0,"likes":0,"user_rating":null,"user":{"username":"justin","private":false,"name":"Justin N.","vip":true,"vip_ep":false}}} + {"type":"list","list":{"name":"Star Wars","description":"The complete Star Wars saga!","privacy":"public","type":"personal","display_numbers":false,"allow_comments":true,"updated_at":"2015-04-22T22:01:39.000Z","item_count":8,"comment_count":0,"likes":0,"ids":{"trakt":51,"slug":"star-wars"}},"comment":{"id":268,"comment":"May the 4th be with you!","spoiler":false,"review":false,"parent_id":0,"created_at":"2014-12-08T17:34:51.000Z","replies":0,"likes":0,"user_rating":null,"user":{"username":"justin","private":false,"name":"Justin N.","vip":true,"vip_ep":false}}} ] }, "users/sean/lists": { @@ -197,6 +198,7 @@ "name":"Star Wars in machete order", "description":"Some descriptive text", "privacy":"public", + "type":"personal", "display_numbers":true, "allow_comments":true, "sort_by": "rank", @@ -220,6 +222,7 @@ "name":"Vampires FTW", "description":"These suck, but in a good way!", "privacy":"public", + "type":"personal", "display_numbers":false, "allow_comments":true, "sort_by": "rank", @@ -244,6 +247,7 @@ "name":"Star Wars in machete order", "description":"Some descriptive text", "privacy":"public", + "type":"personal", "display_numbers":true, "allow_comments":true, "sort_by": "rank", @@ -261,6 +265,7 @@ "name":"Star Wars in machete order", "description":"Some descriptive text", "privacy":"public", + "type":"personal", "display_numbers":true, "allow_comments":true, "sort_by": "rank", @@ -277,6 +282,7 @@ "name":"Star Wars in NEW machete order", "description":"Some descriptive text", "privacy":"private", + "type":"personal", "display_numbers":true, "allow_comments":false, "sort_by": "rank",