blob: 434014876bcd9061671d8f92d6eee169001448e4 (
plain)
1
2
3
4
5
6
7
8
9
10
|
from get_sources import *
nyt=get_nyt()
#fox=get_fox()
#nbc=get_nbc()
url=nyt['h2']['href'][0]
print(url)
card=getTwitterCard("https://www.nytimes.com/2017/01/30/us/politics/trump-immigration-ban-memo.html")
#print(card)
|