dependabot[bot] on npm_and_yarn
Bump file-type from 16.5.2 to 1… (compare)
twiddli on dev
implement download queue ui; add collections; notifications; grouping; improv… and 26 more (compare)
if data.get('times_read'):
gdata.rating = SetValue(data['times_read'])
log.debug("applied times_read")
common_data = {
'titles': None, # [(title, language),...]
'artists': None, # [(artist, (circle, circle, ..)),...]
'parodies': None, # [parody, ...]
'category': None,
'tags': None, # [tag, tag, tag, ..] or {ns:[tag, tag, tag, ...]}
'pub_date': None, # DateTime object or Arrow object
'language': None,
'urls': None, # [url, ...]
'rating': None,
'times_read': None
}