Skip to content

Conversation

@glensc
Copy link
Contributor

@glensc glensc commented Nov 30, 2022

glensc added 30 commits January 11, 2022 22:13
This will make one api request to create list of
TVSeason with TVEpisode objects.
This is not needed for Python3 as the "old style" classes don't exist
and inheritance from object is implicit.

- https://stackoverflow.com/questions/15374857/should-all-python-classes-extend-object
- http://docs.python.org/release/2.5.2/ref/node33.html
glensc and others added 26 commits October 24, 2022 22:56
This allows caller to pass progress value in same go
The responses may contain useful information what was updated:

{
  'added': {
    'movies': 1, 'episodes': 0
  },
  'not_found': {
    'movies': [], 'shows': [], 'seasons': [],
    'episodes': [], 'people': [], 'users': []
  }
}
The tests doesn't seem to be testing anything much other than coverage?
Construct in a way that ids are filled properly
@glensc
Copy link
Contributor Author

glensc commented Nov 30, 2022

Wrong fork. god damn it. Right one: glensc/python-pytrakt#10

@glensc glensc closed this Nov 30, 2022
@glensc glensc deleted the pts-1244-fix-v3 branch November 30, 2022 21:38
@glensc glensc changed the title Pts 1244 fix v3 WRONG REPO Pts 1244 fix v3 Jan 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants