@@ -1,6 +1,6 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
# Copyright 2022-2023 Mike Fährmann
|
||||
# Copyright 2022-2025 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
|
||||
@@ -69,7 +69,7 @@ class SoundgasmUserExtractor(SoundgasmExtractor):
|
||||
|
||||
def __init__(self, match):
|
||||
SoundgasmExtractor.__init__(self, match)
|
||||
self.user = match.group(1)
|
||||
self.user = match[1]
|
||||
|
||||
def sounds(self):
|
||||
page = self.request(self.root + "/user/" + self.user).text
|
||||
|
||||
Reference in New Issue
Block a user