Skip to content

Commit

Permalink
Remove webtoons auto-updater for now
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiX committed Jun 5, 2022
1 parent ce16537 commit 62bcc52
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 47 deletions.
6 changes: 2 additions & 4 deletions dosagelib/plugins/webtoons.py
@@ -1,6 +1,6 @@
# SPDX-License-Identifier: MIT
# Copyright (C) 2019-2021 Tobias Gruetzmacher
# Copyright (C) 2019-2020 Daniel Ring
# Copyright (C) 2019-2022 Tobias Gruetzmacher
# Copyright (C) 2019-2022 Daniel Ring
from ..scraper import _ParserScraper


Expand Down Expand Up @@ -47,7 +47,6 @@ def namer(self, imageUrl, pageUrl):
@classmethod
def getmodules(cls): # noqa: Allowed to be long
return (
# START AUTOUPDATE
cls('1000', 'action/one-thousand', 1217),
cls('10thDimensionBoys', 'comedy/10th-dimension-boys', 71),
cls('1111Animals', 'comedy/1111-animals', 437),
Expand Down Expand Up @@ -450,5 +449,4 @@ def getmodules(cls): # noqa: Allowed to be long
cls('YunaAndKawachan', 'drama/yuna-and-kawachan', 1840),
cls('ZeroGame', 'fantasy/zero-game', 1704),
cls('ZomCom', 'challenge/zomcom', 70195),
# END AUTOUPDATE
)
4 changes: 2 additions & 2 deletions scripts/generate_json.sh
@@ -1,6 +1,6 @@
#!/bin/sh
# Copyright (C) 2012-2014 Bastian Kleineidam
# Copyright (C) 2015-2020 Tobias Gruetzmacher
# Copyright (C) 2015-2022 Tobias Gruetzmacher
# Copyright (C) 2019-2020 Daniel Ring
set -e
set -u
Expand All @@ -9,7 +9,7 @@ d=$(dirname $0)
if [ $# -ge 1 ]; then
list="$*"
else
list="arcamax comicfury comicgenesis comicskingdom creators gocomics keenspot tapastic webcomicfactory webtoons"
list="arcamax comicfury comicgenesis comicskingdom creators gocomics keenspot tapastic webcomicfactory"
fi
for script in $list; do
echo "Executing ${script}.py"
Expand Down
4 changes: 2 additions & 2 deletions scripts/update_plugins.sh
@@ -1,6 +1,6 @@
#!/bin/sh
# Copyright (C) 2012-2014 Bastian Kleineidam
# Copyright (C) 2015-2020 Tobias Gruetzmacher
# Copyright (C) 2015-2022 Tobias Gruetzmacher
# Copyright (C) 2019-2020 Daniel Ring
set -e
set -u
Expand All @@ -11,7 +11,7 @@ d=$(dirname $0)
if [ $# -ge 1 ]; then
list="$*"
else
list="arcamax comicfury comicgenesis comicskingdom creators gocomics keenspot tapastic webcomicfactory webtoons"
list="arcamax comicfury comicgenesis comicskingdom creators gocomics keenspot tapastic webcomicfactory"
fi
for script in $list; do
target="${d}/../dosagelib/plugins/${script}.py"
Expand Down
39 changes: 0 additions & 39 deletions scripts/webtoons.py

This file was deleted.

0 comments on commit 62bcc52

Please sign in to comment.