Skip to content

Commit c03fbcf

Browse files
author
Pingyang He
committed
add sample video
Summary: add sample video. The video is about facebook video ads. We want to avoid any copyright issue Video link: https://www.facebook.com/business/a/Facebook-video-ads?campaign_id=841106605909478&placement=exact&creative=54197424309&keyword=facebook+video+ads&extra_1=4c77585a-fe0d-5148-d383-0000561b6d7d The video is the one on the top. Test Plan: upload the video to my account
1 parent f204a0b commit c03fbcf

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

examples/test_video.mp4

6.41 MB
Binary file not shown.

examples/upload_video.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
video = AdVideo(parent_id=my_account.get_id_assured())
2929

3030
# set video fields
31-
video[AdVideo.Field.filepath] = os.path.join(this_dir, 'test_video.m4v')
31+
video[AdVideo.Field.filepath] = os.path.join(this_dir, 'test_video.mp4')
3232

3333
# remove create
3434
video.remote_create()

0 commit comments

Comments
 (0)