Skip to content

Commit

Permalink
Add remapping for standard Japanese-yen currency character
Browse files Browse the repository at this point in the history
  • Loading branch information
xenova committed Feb 17, 2021
1 parent c8f63b8 commit b639ba8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion chat_downloader/sites/youtube.py
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,9 @@ def get_simple_text(item):
'₩': 'KRW',
'€': 'EUR',
'₹': 'INR',
'¥': 'JPY'

'¥': 'JPY',
'¥': 'JPY',
}

# All other currency symbols use the ISO 4217 format:
Expand Down

0 comments on commit b639ba8

Please sign in to comment.