From b9bfa4c675e27841654d760c0bd6a34d2caba44a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mike=20F=C3=A4hrmann?= Date: Sat, 7 Nov 2020 02:03:22 +0100 Subject: [PATCH] update extractor test results --- gallery_dl/extractor/2chan.py | 8 ++++---- gallery_dl/extractor/khinsider.py | 7 ++++--- test/test_results.py | 1 - 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/gallery_dl/extractor/2chan.py b/gallery_dl/extractor/2chan.py index c34cfecc..51e461e6 100644 --- a/gallery_dl/extractor/2chan.py +++ b/gallery_dl/extractor/2chan.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright 2017-2019 Mike Fährmann +# Copyright 2017-2020 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 @@ -21,9 +21,9 @@ class _2chanThreadExtractor(Extractor): archive_fmt = "{board}_{thread}_{tim}" url_fmt = "https://{server}.2chan.net/{board}/src/{filename}" pattern = r"(?:https?://)?([^.]+)\.2chan\.net/([^/]+)/res/(\d+)" - test = ("http://dec.2chan.net/70/res/947.htm", { - "url": "c5c12b80b290e224b6758507b3bb952044f4595b", - "keyword": "4bd22e7a9c3636faecd6ea7082509e8655e10dd0", + test = ("http://dec.2chan.net/70/res/11048.htm", { + "url": "2ecf919139bd5d915930530b3576d67c388a2a49", + "keyword": "8def4ec98a89fd4fff8bbcbae603604dcb4a3bb9", }) def __init__(self, match): diff --git a/gallery_dl/extractor/khinsider.py b/gallery_dl/extractor/khinsider.py index 6ddf0e84..679b5a05 100644 --- a/gallery_dl/extractor/khinsider.py +++ b/gallery_dl/extractor/khinsider.py @@ -23,9 +23,10 @@ class KhinsiderSoundtrackExtractor(AsynchronousMixin, Extractor): root = "https://downloads.khinsider.com" test = (("https://downloads.khinsider.com" "/game-soundtracks/album/horizon-riders-wii"), { - "pattern": r"https?://vgmdownloads.com/soundtracks/horizon-riders-wii/" - r"[^/]+/Horizon%20Riders%20Wii%20-%20Full%20Soundtrack.mp3", - "keyword": "5b2c35cce638c326cab2a4f7a79f245d008d62ff", + "pattern": r"https?://vgm(site|downloads).com" + r"/soundtracks/horizon-riders-wii/[^/]+" + r"/Horizon%20Riders%20Wii%20-%20Full%20Soundtrack.mp3", + "keyword": "12ca70e0709ea15250e577ea388cf2b5b0c65630", }) def __init__(self, match): diff --git a/test/test_results.py b/test/test_results.py index d54017e5..797340cc 100644 --- a/test/test_results.py +++ b/test/test_results.py @@ -30,7 +30,6 @@ TRAVIS_SKIP = { # temporary issues, etc. BROKEN = { - "imgbox", "imagevenue", "mangapanda", "photobucket",