Small log message when an unofficial API call succeeds
This commit is contained in:
parent
174a20d896
commit
16dfc509d3
1 changed files with 1 additions and 0 deletions
|
@ -389,6 +389,7 @@ def link_to_vnf_from_tweet_data(tweet,video_link):
|
|||
def link_to_vnf_from_unofficial_api(video_link):
|
||||
print(" ➤ [ + ] Attempting to download tweet info from UNOFFICIAL Twitter API")
|
||||
tweet = twExtract.extractStatus(video_link)
|
||||
print (" ➤ [ ✔ ] Unofficial API Success")
|
||||
return link_to_vnf_from_tweet_data(tweet,video_link)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue