Skip to content

Commit

Permalink
set default language to Chinese
Browse files Browse the repository at this point in the history
  • Loading branch information
driftcrow committed Dec 25, 2021
1 parent 71c33bd commit 5a20e41
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions douban/douban.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ def to_metadata(self, browser, log, entry_, timeout): # {{{

mi = Metadata(title)
mi.identifiers = {'douban': douban_id}
mi.language = 'Chinese'

try:
raw = get_details(browser, details_url, timeout)
Expand Down

0 comments on commit 5a20e41

Please sign in to comment.