MCPcopy Create free account
hub / github.com/RickDB/PlexMALSync / get_mal_list

Function get_mal_list

PlexMALSync.py:115–124  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

113
114
115def get_mal_list():
116 logger.info('[MAL] Retrieving list...')
117 user = mal_settings['username']
118 mal_list = spice.get_list(
119 spice.get_medium('anime'),
120 user,
121 mal_credentials).get_mediums()
122 items = len(mal_list) if mal_list else 0
123 logger.info('[MAL] Found {} shows on list'.format(items))
124 return mal_list
125
126
127def match_seasons_on_mal_list(mal_list):

Callers 1

startFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected