[piczel] update API server (#4244)

pull/4268/head
Mike Fährmann 1 year ago
parent 3479646f65
commit 46cae04aa3
No known key found for this signature in database
GPG Key ID: 5680CA389D365A88

@ -1,6 +1,6 @@
# -*- coding: utf-8 -*- # -*- 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 # 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 # it under the terms of the GNU General Public License version 2 as
@ -19,7 +19,7 @@ class PiczelExtractor(Extractor):
filename_fmt = "{category}_{id}_{title}_{num:>02}.{extension}" filename_fmt = "{category}_{id}_{title}_{num:>02}.{extension}"
archive_fmt = "{id}_{num}" archive_fmt = "{id}_{num}"
root = "https://piczel.tv" root = "https://piczel.tv"
api_root = "https://tombstone.piczel.tv" api_root = root
def items(self): def items(self):
for post in self.posts(): for post in self.posts():

Loading…
Cancel
Save