Track bundled vendor runtime sources
Some checks failed
CI / main (push) Has been cancelled
CI / release-e2e (push) Has been cancelled

This commit is contained in:
2026-07-07 10:05:50 +08:00
parent fbe179ab53
commit 52636c91ae
2111 changed files with 1850012 additions and 14 deletions

View File

@@ -0,0 +1,31 @@
from pathlib import Path
from conf import BASE_DIR
Path(BASE_DIR / "cookies" / "tencent_uploader").mkdir(exist_ok=True)
from uploader.tencent_uploader.main import TENCENT_PUBLISH_STRATEGY_IMMEDIATE
from uploader.tencent_uploader.main import TENCENT_PUBLISH_STRATEGY_SCHEDULED
from uploader.tencent_uploader.main import TencentBaseUploader
from uploader.tencent_uploader.main import TencentNote
from uploader.tencent_uploader.main import TencentVideo
from uploader.tencent_uploader.main import cookie_auth
from uploader.tencent_uploader.main import format_str_for_short_title
from uploader.tencent_uploader.main import get_tencent_cookie
from uploader.tencent_uploader.main import tencent_cookie_gen
from uploader.tencent_uploader.main import tencent_setup
from uploader.tencent_uploader.main import weixin_setup
__all__ = [
"TENCENT_PUBLISH_STRATEGY_IMMEDIATE",
"TENCENT_PUBLISH_STRATEGY_SCHEDULED",
"TencentBaseUploader",
"TencentNote",
"TencentVideo",
"cookie_auth",
"format_str_for_short_title",
"get_tencent_cookie",
"tencent_cookie_gen",
"tencent_setup",
"weixin_setup",
]

File diff suppressed because it is too large Load Diff