Small log message when an unofficial API call succeeds
This commit is contained in:
parent
174a20d896
commit
16dfc509d3
@ -389,6 +389,7 @@ def link_to_vnf_from_tweet_data(tweet,video_link):
|
|||||||
def link_to_vnf_from_unofficial_api(video_link):
|
def link_to_vnf_from_unofficial_api(video_link):
|
||||||
print(" ➤ [ + ] Attempting to download tweet info from UNOFFICIAL Twitter API")
|
print(" ➤ [ + ] Attempting to download tweet info from UNOFFICIAL Twitter API")
|
||||||
tweet = twExtract.extractStatus(video_link)
|
tweet = twExtract.extractStatus(video_link)
|
||||||
|
print (" ➤ [ ✔ ] Unofficial API Success")
|
||||||
return link_to_vnf_from_tweet_data(tweet,video_link)
|
return link_to_vnf_from_tweet_data(tweet,video_link)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user