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:
parent
950bebfd57
commit
686a4ddd3e
@ -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__(
|
||||
|
Loading…
x
Reference in New Issue
Block a user