Skip to content

Commit

Permalink
[FEAT] Use cloudflare for dictionary download
Browse files Browse the repository at this point in the history
  • Loading branch information
MinmoTech committed Nov 10, 2022
1 parent f818d8a commit d1c0e8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addon/text_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def parse(self, text):

class DicDownloader(aqt.qt.QObject):

DOWNLOAD_URI = 'https://migaku-public-data.s3.filebase.com/kanji_dict.zip'
DOWNLOAD_URI = 'https://pub-fe082030d4544007b9fdfebcf0b3690d.r2.dev/kanji_dict.zip'

def __init__(self, parent=None):
super().__init__(parent)
Expand Down

0 comments on commit d1c0e8b

Please sign in to comment.