Created
October 22, 2019 10:42
-
-
Save JoaoGFarias/0a67fcdf9d834959c76b073b6769d3b2 to your computer and use it in GitHub Desktop.
trump_finder.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
for word in words: | |
timestamp_list.add(timestamps.find_time_stamp_with(word)) | |
for timestamp in timestamp_list: | |
list_of_short_videos.add(videos.extract_shorttime_at(timestamp)) | |
final_video = list_of_short_videos.glueAll() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment