repo.or.cz
/
manga-dl.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Update workflows/publish_pypi.yml
[manga-dl.git]
/
manga_py
/
providers
/
triplesevenscans_com.py
blob
a81859673cb35e4c7e63366f03bd078f914557af
1
from
.
read_powermanga_org
import
ReadPowerMangaOrg
2
3
4
class
TripleSevenScansCom
(
ReadPowerMangaOrg
):
5
_name_re
=
'/reader/[^/]+/([^/]+)/'
6
_content_str
=
'{}/reader/series/{}/'
7
8
9
main
=
TripleSevenScansCom