update extractor test results

This commit is contained in:
Mike Fährmann
2020-11-07 02:03:22 +01:00
parent 1b5b789401
commit b9bfa4c675
3 changed files with 8 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*- # -*- 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 # 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
@@ -21,9 +21,9 @@ class _2chanThreadExtractor(Extractor):
archive_fmt = "{board}_{thread}_{tim}" archive_fmt = "{board}_{thread}_{tim}"
url_fmt = "https://{server}.2chan.net/{board}/src/{filename}" url_fmt = "https://{server}.2chan.net/{board}/src/{filename}"
pattern = r"(?:https?://)?([^.]+)\.2chan\.net/([^/]+)/res/(\d+)" pattern = r"(?:https?://)?([^.]+)\.2chan\.net/([^/]+)/res/(\d+)"
test = ("http://dec.2chan.net/70/res/947.htm", { test = ("http://dec.2chan.net/70/res/11048.htm", {
"url": "c5c12b80b290e224b6758507b3bb952044f4595b", "url": "2ecf919139bd5d915930530b3576d67c388a2a49",
"keyword": "4bd22e7a9c3636faecd6ea7082509e8655e10dd0", "keyword": "8def4ec98a89fd4fff8bbcbae603604dcb4a3bb9",
}) })
def __init__(self, match): def __init__(self, match):

View File

@@ -23,9 +23,10 @@ class KhinsiderSoundtrackExtractor(AsynchronousMixin, Extractor):
root = "https://downloads.khinsider.com" root = "https://downloads.khinsider.com"
test = (("https://downloads.khinsider.com" test = (("https://downloads.khinsider.com"
"/game-soundtracks/album/horizon-riders-wii"), { "/game-soundtracks/album/horizon-riders-wii"), {
"pattern": r"https?://vgmdownloads.com/soundtracks/horizon-riders-wii/" "pattern": r"https?://vgm(site|downloads).com"
r"[^/]+/Horizon%20Riders%20Wii%20-%20Full%20Soundtrack.mp3", r"/soundtracks/horizon-riders-wii/[^/]+"
"keyword": "5b2c35cce638c326cab2a4f7a79f245d008d62ff", r"/Horizon%20Riders%20Wii%20-%20Full%20Soundtrack.mp3",
"keyword": "12ca70e0709ea15250e577ea388cf2b5b0c65630",
}) })
def __init__(self, match): def __init__(self, match):

View File

@@ -30,7 +30,6 @@ TRAVIS_SKIP = {
# temporary issues, etc. # temporary issues, etc.
BROKEN = { BROKEN = {
"imgbox",
"imagevenue", "imagevenue",
"mangapanda", "mangapanda",
"photobucket", "photobucket",