wanghaisheng / tiktoka-studio-uploader

Schedule and Publish contents erverywhere.Bulk auto video upload and Scheduling & Publishing Effortless for You & Your Entire Team. batch headless upload all major social networks using this ultimate social media scheduler. Fret less, save time, and generate more leads!
https://www.tiktokastudio.com
MIT License
274 stars 52 forks source link

How to obtain the video URL after successfully uploading a YouTube video? #72

Closed kingmacth closed 9 months ago

kingmacth commented 9 months ago

Checklist

Question

How to obtain the video URL after successfully uploading a YouTube video?

wanghaisheng commented 9 months ago

sorry for this , I dont provide example code, such as following:

        isok, video_id=upload.upload(
        video_local_path=videopath,
        video_title="instant publish-test-005",
        video_description=video_description,
        thumbnail_local_path=thumbnail_local_path,
        tags=tags,
        publish_policy=1,
    )

this method got 2 return variable, you should get them after success