Skip to content

Commit

Permalink
[piczel] update API server (#4244)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikf committed Jun 30, 2023
1 parent 3479646 commit 46cae04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gallery_dl/extractor/piczel.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-

# Copyright 2018-2022 Mike Fährmann
# Copyright 2018-2023 Mike Fährmann
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2 as
Expand All @@ -19,7 +19,7 @@ class PiczelExtractor(Extractor):
filename_fmt = "{category}_{id}_{title}_{num:>02}.{extension}"
archive_fmt = "{id}_{num}"
root = "https://piczel.tv"
api_root = "https://tombstone.piczel.tv"
api_root = root

def items(self):
for post in self.posts():
Expand Down

0 comments on commit 46cae04

Please sign in to comment.