linkkf 로직수정중

This commit is contained in:
2025-12-25 19:42:32 +09:00
parent 695d26767e
commit af9a38a973
128 changed files with 8711 additions and 1484 deletions

View File

@@ -4,6 +4,7 @@ from support import SupportSC
try:
if os.path.exists(os.path.join(os.path.dirname(__file__), 'tving.py')):
#from .cppl import SupportCppl
from .kakaotv import SupportKakaotv
from .seezn import SupportSeezn
from .tving import SupportTving
@@ -13,5 +14,6 @@ try:
SupportWavve = SupportSC.load_module_f(__file__, 'wavve').SupportWavve
SupportSeezn = SupportSC.load_module_f(__file__, 'seezn').SupportSeezn
SupportKakaotv = SupportSC.load_module_f(__file__, 'kakaotv').SupportKakaotv
#SupportCppl = SupportSC.load_module_f(__file__, 'cppl').SupportCppl
except:
pass

File diff suppressed because one or more lines are too long