Skip to content

Commit

Permalink
IA metadata: deprecated year, use date field
Browse files Browse the repository at this point in the history
  • Loading branch information
yzqzss committed Sep 7, 2023
1 parent d521382 commit 47753eb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion biliarchiver/_biliarchiver_upload_bvid.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,6 @@ def _upload_bvid(
else owner_creator, # type: list[str] | str
# UTC time
"date": time.strftime("%Y-%m-%d %H:%M:%S", time.gmtime(pubdate)),
"year": time.strftime("%Y", time.gmtime(pubdate)),
# 'aid': aid,
# 'bvid': bvid,
# 'cid': cid,
Expand Down

0 comments on commit 47753eb

Please sign in to comment.