10 lines
199 B
Python
10 lines
199 B
Python
from .helveticascans_com import HelveticaScansCom
|
|
|
|
|
|
class SantosFansubCom(HelveticaScansCom):
|
|
_name_re = '/slide/[^/]+/([^/]+)/'
|
|
_content_str = '{}/slide/series/{}/'
|
|
|
|
|
|
main = SantosFansubCom
|