summaryrefslogtreecommitdiffstats
path: root/gallery_dl/extractor/8kun.py
diff options
context:
space:
mode:
authorLibravatarUnit 193 <unit193@unit193.net>2022-07-16 00:39:25 -0400
committerLibravatarUnit 193 <unit193@unit193.net>2022-07-16 00:39:25 -0400
commitae2a0f5622beaa6f402526f8a7b939419283a090 (patch)
treedf1ee84f90167211ae4817606fe6e7380abb67b1 /gallery_dl/extractor/8kun.py
parentce35450b5308adab049c5bd99095986d4c607027 (diff)
New upstream version 1.22.4.upstream/1.22.4
Diffstat (limited to 'gallery_dl/extractor/8kun.py')
-rw-r--r--gallery_dl/extractor/8kun.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/gallery_dl/extractor/8kun.py b/gallery_dl/extractor/8kun.py
index 9232f88..5d260b9 100644
--- a/gallery_dl/extractor/8kun.py
+++ b/gallery_dl/extractor/8kun.py
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
-# Copyright 2020 Mike Fährmann
+# Copyright 2020-2022 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
@@ -26,10 +26,10 @@ class _8kunThreadExtractor(Extractor):
"count": ">= 8",
}),
# old-style file URLs (#1101)
- ("https://8kun.top/d/res/13258.html", {
- "pattern": r"https://media\.8kun\.top/d/src/\d+(-\d)?\.\w+",
- "range": "1-20",
- }),
+ # ("https://8kun.top/d/res/13258.html", {
+ # "pattern": r"https://media\.8kun\.top/d/src/\d+(-\d)?\.\w+",
+ # "range": "1-20",
+ # }),
)
def __init__(self, match):