mirror of
https://github.com/mikf/gallery-dl.git
synced 2024-11-23 11:12:40 +01:00
[bunkr] fix video downloads
This commit is contained in:
parent
aad5e6490c
commit
df106fb58b
@ -71,7 +71,7 @@ class BunkrAlbumExtractor(LolisafeAlbumExtractor):
|
||||
cdn = None
|
||||
files = []
|
||||
append = files.append
|
||||
headers = {"Referer": self.root.replace("://", "://stream.", 1) + "/"}
|
||||
headers = {"Referer": self.root + "/"}
|
||||
|
||||
pos = page.index('class="grid-images')
|
||||
for url in text.extract_iter(page, '<a href="', '"', pos):
|
||||
|
Loading…
Reference in New Issue
Block a user