Skip to content

Commit

Permalink
Handle GitHub's JSON MIME type
Browse files Browse the repository at this point in the history
  • Loading branch information
HebaruSan committed Sep 26, 2024
1 parent a4a36dd commit 4471cfa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions netkan/netkan/metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,7 @@ def __str__(self) -> str:
'application/x-tar': 'tar',
'application/x-compressed-tar': 'tar.gz',
'application/zip': 'zip',
'application/vnd.github+json': 'zip',
}
ISODATETIME_PROPERTIES = [
'release_date'
Expand Down

0 comments on commit 4471cfa

Please sign in to comment.