1
0
mirror of https://github.com/mikf/gallery-dl.git synced 2025-02-01 12:01:41 +01:00

[8chan] fix file-urls

This commit is contained in:
Mike Fährmann 2015-11-05 00:18:36 +01:00
parent 950bebfd57
commit 686a4ddd3e
No known key found for this signature in database
GPG Key ID: 5680CA389D365A88

View File

@ -23,7 +23,7 @@ info = {
class InfinityChanExtractor(ChanExtractor):
api_url = "https://8ch.net/{board}/res/{thread}.json"
file_url = "https://media.8ch.net/{board}/src/{tim}{ext}"
file_url = "https://8ch.net/{board}/src/{tim}{ext}"
def __init__(self, match):
ChanExtractor.__init__(