mirror of
https://github.com/fmhy/dupe-checker.git
synced 2026-03-11 08:55:39 +00:00
chore: change single-page url
NOTE: I did not test if this works, feel free to revert.
This commit is contained in:
parent
9933893630
commit
5958ca519e
1 changed files with 2 additions and 2 deletions
|
|
@ -607,7 +607,7 @@ class WikiScraper:
|
|||
'''
|
||||
def __init__(self):
|
||||
self.URLS = {
|
||||
"https://raw.githubusercontent.com/nbats/FMHYedit/main/single-page": (
|
||||
"https://api.fmhy.net/single-page": (
|
||||
self.handle_wiki,
|
||||
self.handle_b64,
|
||||
),
|
||||
|
|
@ -666,4 +666,4 @@ if __name__ == "__main__":
|
|||
MainWindow = QMainWindow()
|
||||
window = UI()
|
||||
sys.exit(app.exec_())
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue