tiktokautouploader 2.8__py2.py3-none-any.whl → 2.81__py2.py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- tiktokautouploader/function.py +0 -1
- {tiktokautouploader-2.8.dist-info → tiktokautouploader-2.81.dist-info}/METADATA +2 -2
- tiktokautouploader-2.81.dist-info/RECORD +7 -0
- tiktokautouploader-2.8.dist-info/RECORD +0 -7
- {tiktokautouploader-2.8.dist-info → tiktokautouploader-2.81.dist-info}/WHEEL +0 -0
- {tiktokautouploader-2.8.dist-info → tiktokautouploader-2.81.dist-info}/licenses/LICENSE.md +0 -0
tiktokautouploader/function.py
CHANGED
@@ -243,7 +243,6 @@ def upload_tiktok(video, description, hashtags=None, sound_name=None, sound_aud_
|
|
243
243
|
captcha = False
|
244
244
|
while detected == False:
|
245
245
|
if page.locator('.upload-text-container').is_visible():
|
246
|
-
print("Showed up")
|
247
246
|
detected = True
|
248
247
|
else:
|
249
248
|
if page.locator('div.VerifyBar___StyledDiv-sc-12zaxoy-0.hRJhHT').is_visible():
|
@@ -1,9 +1,9 @@
|
|
1
1
|
Metadata-Version: 2.3
|
2
2
|
Name: tiktokautouploader
|
3
|
-
Version: 2.
|
3
|
+
Version: 2.81
|
4
4
|
Summary: Upload or schedule videos to TikTok with TikTok sounds and hashtags that work.
|
5
5
|
Project-URL: Homepage, https://github.com/haziq-exe/TikTokAutoUploader
|
6
|
-
Author-email: HAZIQ
|
6
|
+
Author-email: HAZIQ <haziqmk123@gmail.com>
|
7
7
|
License-File: LICENSE.md
|
8
8
|
Keywords: autoupload,tiktok,tiktokautoupload
|
9
9
|
Classifier: License :: OSI Approved :: MIT License
|
@@ -0,0 +1,7 @@
|
|
1
|
+
tiktokautouploader/__init__.py,sha256=u7OWCK_u68ST8dfrkSF4Yw44CJOzV9NXI6ASRuoDfmE,64
|
2
|
+
tiktokautouploader/function.py,sha256=6v89pLpulCIYD6KjfN_rphFUVGclGvnQBlNsoxBPU7Q,31509
|
3
|
+
tiktokautouploader/Js_assets/login.js,sha256=SLhtPYo8ZfTRUnbR7Xqp084lSuAOqIWUxi75FlFH3vs,966
|
4
|
+
tiktokautouploader-2.81.dist-info/METADATA,sha256=neZbcv9aKX3qw-uKHc-L98vSAWLUUrg6Oa1BH0uL1vg,810
|
5
|
+
tiktokautouploader-2.81.dist-info/WHEEL,sha256=fl6v0VwpzfGBVsGtkAkhILUlJxROXbA3HvRL6Fe3140,105
|
6
|
+
tiktokautouploader-2.81.dist-info/licenses/LICENSE.md,sha256=hYds_VJIpnS5gC73WhuWk2IY_e9BWjuEJthQCb9ThyU,1073
|
7
|
+
tiktokautouploader-2.81.dist-info/RECORD,,
|
@@ -1,7 +0,0 @@
|
|
1
|
-
tiktokautouploader/__init__.py,sha256=u7OWCK_u68ST8dfrkSF4Yw44CJOzV9NXI6ASRuoDfmE,64
|
2
|
-
tiktokautouploader/function.py,sha256=YWecvSMwVJD_Io4btPGiew9piv-1B6Df1tWxlkGTq4Y,31544
|
3
|
-
tiktokautouploader/Js_assets/login.js,sha256=SLhtPYo8ZfTRUnbR7Xqp084lSuAOqIWUxi75FlFH3vs,966
|
4
|
-
tiktokautouploader-2.8.dist-info/METADATA,sha256=M_ZqzppVuuuqUGmevmCPxEAbjJvhO2A-wncP01KQ0Aw,816
|
5
|
-
tiktokautouploader-2.8.dist-info/WHEEL,sha256=fl6v0VwpzfGBVsGtkAkhILUlJxROXbA3HvRL6Fe3140,105
|
6
|
-
tiktokautouploader-2.8.dist-info/licenses/LICENSE.md,sha256=hYds_VJIpnS5gC73WhuWk2IY_e9BWjuEJthQCb9ThyU,1073
|
7
|
-
tiktokautouploader-2.8.dist-info/RECORD,,
|
File without changes
|
File without changes
|